Re: [Mesa-dev] [PATCH] i965: Fix texturing in the vec4 TCS and GS backends.

2017-01-06 Thread Matt Turner
On Fri, Jan 6, 2017 at 10:27 AM, Jason Ekstrand wrote: > Sorry I didn't fix vec4 when I fixed fs. :-( > > Reciewed-by: Jason Ekstrand Ken, make sure to fix the "Reciewed" typo when applying the patch. ___ mesa-dev mailing list mesa-dev@lists.freedeskto

Re: [Mesa-dev] [PATCH] i965: Fix texturing in the vec4 TCS and GS backends.

2017-01-06 Thread Jason Ekstrand
Sorry I didn't fix vec4 when I fixed fs. :-( Reciewed-by: Jason Ekstrand On Jan 6, 2017 02:00, "Kenneth Graunke" wrote: We were failing to zero m0.2 of the sampler message header for TCS and GS messages in the simple case. fs_generator has done this for about a year now, but we missed it in v

[Mesa-dev] [PATCH] i965: Fix texturing in the vec4 TCS and GS backends.

2017-01-06 Thread Kenneth Graunke
We were failing to zero m0.2 of the sampler message header for TCS and GS messages in the simple case. fs_generator has done this for about a year now, but we missed it in vec4_generator. Fixes ES31-CTS.core.texture_cube_map_array.sampling, GL45-CTS.texture_cube_map_array.sampling, and many dEQP-