aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compute.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add interaction between compute derivatives and variable local sizesIlia Mirkin2020-04-171-0/+31
* mesa: remove no longer needed _mesa_is_bufferobj functionMarek Olšák2020-04-061-1/+1
* mesa/main: Fix overflow in validation of DispatchComputeGroupSizeARBCaio Marcelo de Oliveira Filho2020-03-201-5/+9
* mesa: fix incorrect uses of FLUSH_CURRENTMarek Olšák2020-02-111-3/+3
* mesa: add KHR_no_error support for glDispatchCompute*()Timothy Arceri2017-05-171-0/+26
* mesa: add DispatchCompute* helpersTimothy Arceri2017-05-171-13/+38
* mesa: move FLUSH_CURRENT() calls out of DispatchCompute*() validationTimothy Arceri2017-05-171-6/+6
* mesa: compute.c C99 tidy upTimothy Arceri2017-05-171-4/+2
* mesa: move DispatchCompute() validation to compute.cTimothy Arceri2017-05-171-5/+229
* mesa/main: add support for ARB_compute_variable_groups_sizeSamuel Pitoiset2016-10-071-0/+17
* glapi: add entry points for GL_ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-071-0/+8
* mesa: Don't call driver when there is no compute workJordan Justen2016-02-161-0/+3
* mesa: Fix format specifier warning in mesa_DispatchComputeIndirect()Rhys Kidd2015-09-301-1/+1
* mesa/cs: Add MESA_VERBOSE=api support in DispatchCompute*Jordan Justen2015-09-291-0/+7
* mesa/cs: Implement glDispatchComputeIndirectJordan Justen2015-09-241-6/+4
* mesa/cs: Add _mesa_validate_DispatchComputeJordan Justen2015-09-241-23/+5
* main/cs: Implement front end code for glDispatchCompute().Paul Berry2015-05-021-1/+19
* mesa/cs: Add dispatch API stubs for ARB_compute_shader.Paul Berry2014-02-051-0/+54