summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_compute.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-23mesa: use gl_program for CurrentProgram rather than gl_shader_programTimothy Arceri1-2/+2
2016-10-07st/mesa: add support for dispatching a variable local sizeSamuel Pitoiset1-3/+12
2016-07-30st/mesa: remove excessive shader state dirtyingMarek Olšák1-1/+2
2016-07-30st/mesa: completely rewrite state atomsMarek Olšák1-1/+1
2016-06-21st/mesa: invalidate readpixels cacheNicolai Hähnle1-0/+1
2016-06-21st/mesa: flush bitmap cache before compute dispatchNicolai Hähnle1-0/+3
2016-03-11st/mesa: remove ST_NEW_MESA flag (v2)Marek Olšák1-1/+1
2016-02-13st/mesa: fix pipe_grid_info initializerSamuel Pitoiset1-1/+1
2016-02-13st/mesa: add compute program dispatch callbacksSamuel Pitoiset1-0/+85