Re: [Mesa-dev] [PATCH] tgsi: skip texture query opcodes when examining texture targets

2016-03-31 Thread Michel Dänzer
On 31.03.2016 00:58, Brian Paul wrote: > Should fix the assertion in piglit > spec@arb_gpu_shader5@texturegather@fs-r-none-shadow-2d when the > TXQ instruction specifies a 2D target but the sampler view was > declared as SHADOW2D. > --- > src/gallium/auxiliary/tgsi/tgsi_scan.c | 16 +++

[Mesa-dev] [PATCH] tgsi: skip texture query opcodes when examining texture targets

2016-03-30 Thread Brian Paul
Should fix the assertion in piglit spec@arb_gpu_shader5@texturegather@fs-r-none-shadow-2d when the TXQ instruction specifies a 2D target but the sampler view was declared as SHADOW2D. --- src/gallium/auxiliary/tgsi/tgsi_scan.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-)