Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: move utility functions, macros into new st_util.h file | Brian Paul | 2019-03-11 | 1 | -0/+1 |
* | mesa: use gl_program for CurrentProgram rather than gl_shader_program | Timothy Arceri | 2017-01-23 | 1 | -2/+2 |
* | st/mesa: add support for dispatching a variable local size | Samuel Pitoiset | 2016-10-07 | 1 | -3/+12 |
* | st/mesa: remove excessive shader state dirtying | Marek Olšák | 2016-07-30 | 1 | -1/+2 |
* | st/mesa: completely rewrite state atoms | Marek Olšák | 2016-07-30 | 1 | -1/+1 |
* | st/mesa: invalidate readpixels cache | Nicolai Hähnle | 2016-06-21 | 1 | -0/+1 |
* | st/mesa: flush bitmap cache before compute dispatch | Nicolai Hähnle | 2016-06-21 | 1 | -0/+3 |
* | st/mesa: remove ST_NEW_MESA flag (v2) | Marek Olšák | 2016-03-11 | 1 | -1/+1 |
* | st/mesa: fix pipe_grid_info initializer | Samuel Pitoiset | 2016-02-13 | 1 | -1/+1 |
* | st/mesa: add compute program dispatch callbacks | Samuel Pitoiset | 2016-02-13 | 1 | -0/+85 |