Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: add missing MemoryBarrier bits and some explanations | Nicolai Hähnle | 2016-03-23 | 1 | -1/+24 |
| | | | | | Reviewed-by: Edward O'Callaghan <[email protected]> Reviewed-by: Marek Olšák <[email protected]> | ||||
* | st/mesa: translate additional flags in MemoryBarrier | Nicolai Hähnle | 2016-03-21 | 1 | -3/+18 |
| | | | | | | | | Re-order flags in the order in which they appear in the OpenGL spec in the description of MemoryBarrier(). Reviewed-by: Ilia Mirkin <[email protected]> Reviewed-by: Marek Olšák <[email protected]> | ||||
* | st/mesa: add query buffer support | Ilia Mirkin | 2016-02-04 | 1 | -0/+3 |
| | | | | | Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Marek Olšák <[email protected]> | ||||
* | st/mesa: add shader buffer barrier bit | Ilia Mirkin | 2016-01-29 | 1 | -0/+4 |
| | | | | | Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Marek Olšák <[email protected]> | ||||
* | st/mesa: implement ARB_buffer_storage | Marek Olšák | 2014-02-25 | 1 | -0/+17 |
| | | | | Reviewed-by: Fredrik Höglund <[email protected]> | ||||
* | gallium: add texture barrier support to the interface and st/mesa (v2) | Marek Olšák | 2011-03-15 | 1 | -0/+60 |
v2: change the gallium entry point to texture_barrier. |