Re: [Mesa-dev] [PATCH] i965/Gen4: Zero extra coordinates for ir_tex

2013-07-15 Thread Chris Forbes
Does indeed fix 65236 -- will put the bugzilla reference in the commit. -- Chris ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] i965/Gen4: Zero extra coordinates for ir_tex

2013-07-14 Thread Kenneth Graunke
On 07/13/2013 11:37 PM, Chris Forbes wrote: We always emit U,V,R coordinates for this message, but the sampler gets very angry if pass garbage in the R coordinate for at least some texture formats. Fill the remaining coordinates with zero instead. Fixes broken rendering on GM45 in Source games.

Re: [Mesa-dev] [PATCH] i965/Gen4: Zero extra coordinates for ir_tex

2013-07-13 Thread Kenneth Graunke
On 07/13/2013 11:37 PM, Chris Forbes wrote: We always emit U,V,R coordinates for this message, but the sampler gets very angry if pass garbage in the R coordinate for at least some texture formats. Fill the remaining coordinates with zero instead. Fixes broken rendering on GM45 in Source games.

[Mesa-dev] [PATCH] i965/Gen4: Zero extra coordinates for ir_tex

2013-07-13 Thread Chris Forbes
We always emit U,V,R coordinates for this message, but the sampler gets very angry if pass garbage in the R coordinate for at least some texture formats. Fill the remaining coordinates with zero instead. Fixes broken rendering on GM45 in Source games. NOTE: This is a candidate for stable branche