aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_storagebuf.c
Commit message (Expand)AuthorAgeFilesLines
* glsl: remember which SSBOs are not read-only and pass it to galliumMarek Olšák2019-04-041-1/+2
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-041-2/+2
* st/mesa: don't move ssbo after atomic buffers if we support hw atomicsDave Airlie2017-11-171-3/+5
* mesa: rename various buffer bindings to one struct.Dave Airlie2017-10-111-1/+1
* st/mesa: remove struct st_tracked_stateMarek Olšák2017-05-081-30/+6
* mesa: use gl_program for CurrentProgram rather than gl_shader_programTimothy Arceri2017-01-231-36/+12
* st/mesa: pass gl_program to st_bind_ssbos()Timothy Arceri2017-01-091-21/+21
* st/mesa/glsl/i965: move ShaderStorageBlocks to gl_programTimothy Arceri2017-01-061-1/+1
* st/mesa/glsl/i965: set num_ssbos directly in shader_infoTimothy Arceri2017-01-061-5/+5
* 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