Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: add KHR_no_error support for glDispatchCompute*() | Timothy Arceri | 2017-05-17 | 1 | -0/+12 |
| | | | | Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | glapi: add entry points for GL_ARB_compute_variable_group_size | Samuel Pitoiset | 2016-10-07 | 1 | -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 Berry | 2014-02-05 | 1 | -0/+38 |
Reviewed-by: Matt Turner <[email protected]> |