summaryrefslogtreecommitdiff
path: root/src/mesa/main/compute.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-17mesa: add KHR_no_error support for glDispatchCompute*()Timothy Arceri1-0/+26
2017-05-17mesa: add DispatchCompute* helpersTimothy Arceri1-13/+38
2017-05-17mesa: move FLUSH_CURRENT() calls out of DispatchCompute*() validationTimothy Arceri1-6/+6
2017-05-17mesa: compute.c C99 tidy upTimothy Arceri1-4/+2
2017-05-17mesa: move DispatchCompute() validation to compute.cTimothy Arceri1-5/+229
2016-10-07mesa/main: add support for ARB_compute_variable_groups_sizeSamuel Pitoiset1-0/+17
2016-10-07glapi: add entry points for GL_ARB_compute_variable_group_sizeSamuel Pitoiset1-0/+8
2016-02-16mesa: Don't call driver when there is no compute workJordan Justen1-0/+3
2015-09-30mesa: Fix format specifier warning in mesa_DispatchComputeIndirect()Rhys Kidd1-1/+1
2015-09-29mesa/cs: Add MESA_VERBOSE=api support in DispatchCompute*Jordan Justen1-0/+7
2015-09-24mesa/cs: Implement glDispatchComputeIndirectJordan Justen1-6/+4
2015-09-24mesa/cs: Add _mesa_validate_DispatchComputeJordan Justen1-23/+5
2015-05-02main/cs: Implement front end code for glDispatchCompute().Paul Berry1-1/+19
2014-02-05mesa/cs: Add dispatch API stubs for ARB_compute_shader.Paul Berry1-0/+54