[Mesa-dev] [PATCH] r600: implement tg4 integer workaround. (v2)

2018-02-07 Thread Dave Airlie
From: Dave Airlie This ports the texture gather integer workaround from radeonsi. This fixes: KHR-GL45.texture_gather.plain-gather-uint/int* v2: add rect support, fix 2d array shadow Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600_shader.c | 162 +

[Mesa-dev] [PATCH] r600: implement tg4 integer workaround.

2018-02-07 Thread Dave Airlie
From: Dave Airlie This ports the texture gather integer workaround from radeonsi. This fixes: KHR-GL45.texture_gather.plain-gather-uint/int* Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600_shader.c | 135 + 1 file changed, 135 insertions(+) diff -