summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_storagebuf.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use enum pipe_shader_type in set_shader_buffers()Kai Wasserbäch2016-08-291-1/+1
* st/mesa: completely rewrite state atomsMarek Olšák2016-07-301-24/+0
* st/mesa: remove st_tracked_state::nameMarek Olšák2016-07-301-6/+0
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-301-1/+1
* st/mesa: add state validation for compute shadersSamuel Pitoiset2016-02-131-0/+21
* st/mesa: fix potential null deref if no shader is passed inIlia Mirkin2016-02-031-1/+3
* st/mesa: add support for SSBO binding and GLSL intrinsicsIlia Mirkin2016-01-291-0/+194