[Mesa-dev] [PATCH 7/8] softpipe: add image support to softpipe (v3)

2016-03-30 Thread Dave Airlie
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

Re: [Mesa-dev] [PATCH 7/8] softpipe: add image support to softpipe

2016-03-22 Thread Brian Paul
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

[Mesa-dev] [PATCH 7/8] softpipe: add image support to softpipe

2016-03-21 Thread Dave Airlie
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