summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compute.c
Commit message (Collapse)AuthorAgeFilesLines
* main/cs: Implement front end code for glDispatchCompute().Paul Berry2015-05-021-1/+19
| | | | | Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* mesa/cs: Add dispatch API stubs for ARB_compute_shader.Paul Berry2014-02-051-0/+54
Reviewed-by: Matt Turner <[email protected]>