Re: [Mesa-dev] [PATCH 2/2] softpipe: handle 32-bit bitfield inserts

2019-03-21 Thread Roland Scheidegger
Am 21.03.19 um 05:16 schrieb Dave Airlie: > From: Dave Airlie > > Fixes piglits if ARB_gpu_shader5 is enabled > --- > src/gallium/auxiliary/tgsi/tgsi_exec.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c >

[Mesa-dev] [PATCH 2/2] softpipe: handle 32-bit bitfield inserts

2019-03-20 Thread Dave Airlie
From: Dave Airlie Fixes piglits if ARB_gpu_shader5 is enabled --- src/gallium/auxiliary/tgsi/tgsi_exec.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index c93e4e26e40..78159fc1d9f