Re: [Mesa-dev] [PATCH] i965/vec4: Don't trim writemasks of texture instructions.

2014-03-28 Thread Kenneth Graunke
On 03/28/2014 04:58 PM, Matt Turner wrote: > It was my understanding that the writemask works in SIMD4x2 mode for > texturing instructions and doesn't require a message header. Some bit of > this logic must be wrong, so disable it until it's understood. > > Bugzilla: https://bugs.freedesktop.org/s

[Mesa-dev] [PATCH] i965/vec4: Don't trim writemasks of texture instructions.

2014-03-28 Thread Matt Turner
It was my understanding that the writemask works in SIMD4x2 mode for texturing instructions and doesn't require a message header. Some bit of this logic must be wrong, so disable it until it's understood. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76617 --- v2: Base on master, rather t

[Mesa-dev] [PATCH] i965/vec4: Don't trim writemasks of texture instructions.

2014-03-28 Thread Matt Turner
It was my understanding that the writemask works in SIMD4x2 mode for texturing instructions and doesn't require a message header. Some bit of this logic must be wrong, so disable it until it's understood. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76617 --- src/mesa/drivers/dri/i965/b