summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_state_image.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in set_shader_buffers()Kai Wasserbäch2016-08-291-1/+1
* gallium: make image_view constRob Clark2016-06-201-1/+1
* gallium: make shader_buffers constRob Clark2016-06-201-1/+1
* softpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-2/+2
* softpipe: add SSBO/shader atomics support.Dave Airlie2016-04-121-0/+28
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-311-0/+57