aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compute.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: add KHR_no_error support for glDispatchCompute*()Timothy Arceri2017-05-171-0/+12
| | | | Reviewed-by: Nicolai Hähnle <[email protected]>
* glapi: add entry points for GL_ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-071-0/+5
| | | | | | | | | v2: - correctly sort that new extension (Ian) - fix up the comment (Ian) Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
* mesa/cs: Add dispatch API stubs for ARB_compute_shader.Paul Berry2014-02-051-0/+38
Reviewed-by: Matt Turner <[email protected]>