summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_image.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-29gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in set_shader_buffers()Kai Wasserbäch1-1/+1
2016-06-20gallium: make image_view constRob Clark1-1/+1
2016-06-20gallium: make shader_buffers constRob Clark1-1/+1
2016-04-27softpipe: s/Elements/ARRAY_SIZE/Brian Paul1-2/+2
2016-04-12softpipe: add SSBO/shader atomics support.Dave Airlie1-0/+28
2016-03-31softpipe: add image support to softpipe (v3)Dave Airlie1-0/+57