r600: handle bitfieldInsert corner case.
authorDave Airlie <airlied@redhat.com>
Mon, 13 Nov 2017 06:58:35 +0000 (16:58 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 13 Nov 2017 20:16:06 +0000 (06:16 +1000)
commit044280920559e2ee1a2b70d14cac605551a8d8be
tree8ee59074718dbf81e4a351095bfce67dc370ce10
parent53d5dda6f805f2bb6359872a7013b7c3293299f6
r600: handle bitfieldInsert corner case.

This handles the bits >= 32 corner case in bitfieldInsert.

Fixes:
tests/spec/arb_gpu_shader5/execution/built-in-functions/fs-bitfieldInsert.shader_test.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_shader.c