Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Add infrastructure for ARB_multi_bind | Fredrik Höglund | 2014-05-02 | 1 | -0/+3 |
| | | | | | Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Ian Romanick <[email protected]> | ||||
* | mesa: Validate image units when the texture state changes. | Francisco Jerez | 2014-01-15 | 1 | -0/+9 |
| | | | | | Reviewed-by: Chris Forbes <[email protected]> Reviewed-by: Paul Berry <[email protected]> | ||||
* | mesa: Implement the GL entry points defined by ARB_shader_image_load_store. | Francisco Jerez | 2014-01-15 | 1 | -0/+42 |
v2: Name image format classes consistently, fix array and 3D teximage selection with layered = GL_FALSE, make sure that the user-specified layer is less than the number of texture layers, add some asserts. Reviewed-by: Chris Forbes <[email protected]> Reviewed-by: Paul Berry <[email protected]> |