Re: [Mesa-dev] [PATCH 1/2] softpipe: fix 32-bit bitfield extract

2019-03-21 Thread Brian Paul
All four patches look good to me Reviewed-by: Brian Paul On 03/20/2019 10:16 PM, Dave Airlie wrote: From: Dave Airlie These didn't deal with the width == 32 case that TGSI is defined with. Fixes piglit tests if ARB_gpu_shader5 is enabled. --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 14

[Mesa-dev] [PATCH 1/2] softpipe: fix 32-bit bitfield extract

2019-03-20 Thread Dave Airlie
From: Dave Airlie These didn't deal with the width == 32 case that TGSI is defined with. Fixes piglit tests if ARB_gpu_shader5 is enabled. --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git