Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: add KHR_no_error support for glGetImageHandleARB() | Samuel Pitoiset | 2017-06-18 | 1 | -0/+15 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support for glGetTexture*HandleARB() | Samuel Pitoiset | 2017-06-18 | 1 | -0/+31 |
| | | | | | | | | | | | | It would be nice to have a no_error path for _mesa_test_texobj_completeness() because this function doesn't only test if the texture is complete. Anyway, that seems enough for now and a bunch of checks are skipped with this patch. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support for glMake{Image,Texture}Handle*ResidentARB() | Samuel Pitoiset | 2017-06-18 | 1 | -0/+44 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support for glIs{Image,Texture}HandleResidentARB() | Samuel Pitoiset | 2017-06-18 | 1 | -0/+14 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: implement ARB_bindless_texture | Samuel Pitoiset | 2017-06-14 | 1 | -7/+845 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | mapi: add GL_ARB_bindless_texture entry points | Samuel Pitoiset | 2017-06-14 | 1 | -0/+85 |
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> |