From: Dave Airlie
This adds support for ARB_shader_image_load_store to softpipe.
v2: add RESQ support (Ilia)
v3: constify, cleanup internals, add some comments (Brian).
Signed-off-by: Dave Airlie
---
src/gallium/auxiliary/tgsi/tgsi_exec.h | 4 +-
src/gallium/drivers/softpipe/Makefi
A bunch of nit-picks below.
Overall, I'd like to see more comments on the new functions to explain
what's going on.
On 03/21/2016 04:02 PM, Dave Airlie wrote:
From: Dave Airlie
This adds support for ARB_shader_image_load_store to softpipe.
Signed-off-by: Dave Airlie
---
src/gallium/aux
From: Dave Airlie
This adds support for ARB_shader_image_load_store to softpipe.
Signed-off-by: Dave Airlie
---
src/gallium/auxiliary/tgsi/tgsi_exec.h | 4 +-
src/gallium/drivers/softpipe/Makefile.sources | 2 +
src/gallium/drivers/softpipe/sp_context.c | 20 +-
src/galli