Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | include: Sync Khronos headers for OpenGL 4.6 | Adam Jackson | 2017-08-24 | 1 | -47/+214 | |
| | | | | | | | | Taken from c21e602b9fda1d3bbaecb08194592f67e6a0649b from OpenGL-Registry. Signed-off-by: Adam Jackson <[email protected]> Acked-by: Ilia Mirkin <[email protected]> | |||||
* | glapi: per the extension spec, the EXT-suffixed function should be used | Ilia Mirkin | 2017-08-07 | 1 | -10/+0 | |
| | | | | | | | | We already expose glMultiDrawElementsBaseVertexEXT as part of the EXT_draw_elements_base_vertex chunk, so this one can just be removed. Signed-off-by: Ilia Mirkin <[email protected]> Acked-by: Samuel Pitoiset <[email protected]> | |||||
* | mapi: add EXT_external_objects and EXT_external_objects_fd | Andres Rodriguez | 2017-08-06 | 5 | -0/+268 | |
| | | | | | | | | Includes implementation stubs. Signed-off-by: Andres Rodriguez <[email protected]> Acked-by: Timothy Arceri <[email protected]> Acked-by: Samuel Pitoiset <[email protected]> | |||||
* | mesa: add KHR_no_error support to glPolygonMode() | Samuel Pitoiset | 2017-08-02 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glClearBufferiv() | Samuel Pitoiset | 2017-08-02 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glClearBufferuiv() | Samuel Pitoiset | 2017-08-02 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glClearBufferfi() | Samuel Pitoiset | 2017-08-02 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glClearBufferfv() | Samuel Pitoiset | 2017-08-02 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glClear*Buffer*Data() | Samuel Pitoiset | 2017-08-02 | 2 | -4/+4 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glLinkProgram() | Samuel Pitoiset | 2017-08-02 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glShaderSource() | Samuel Pitoiset | 2017-08-02 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glEndConditionalRender() | Samuel Pitoiset | 2017-08-02 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glBeginConditionalRender() | Samuel Pitoiset | 2017-08-02 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glNamedBufferData() and glBufferData() | Samuel Pitoiset | 2017-08-02 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glLineWidth() | Samuel Pitoiset | 2017-08-02 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glPointSize() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glVertexArrayElementBuffer() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glTextureSubImage*D() | Samuel Pitoiset | 2017-07-31 | 1 | -3/+3 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glDetachShader() and glDetachObjectARB() | Samuel Pitoiset | 2017-07-31 | 1 | -2/+2 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glNamedFramebufferDrawBuffers() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glDrawBuffers() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glDeleteBuffers() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glNamedFramebufferRenderbuffer() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glFramebufferRenderbuffer() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glDeleteTextures() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glNamedFramebufferDrawBuffer() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glDrawBuffer() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glBindTextures() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glBindTexture() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glMemoryBarrierByRegion() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glMinSampleShading() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glBlendEquationSeparate() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glPrimitiveRestartIndex() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glGenerate*Mipmap() | Samuel Pitoiset | 2017-07-31 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glDeleteSamplers() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error to glDeleteVertexArrays() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error to glBindVertexArray() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glInvalidate*() | Samuel Pitoiset | 2017-07-31 | 1 | -4/+4 | |
| | | | | | | | | These are just no-op because we don't actually do anything useful in the errors path. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glRead*Pixels*() | Samuel Pitoiset | 2017-07-31 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glVertexArrayBindingDivisor() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glVertexBindingDivisor() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to gl{Create,Gen}VertexArrays() | Samuel Pitoiset | 2017-07-31 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glTextureStorage*D() | Samuel Pitoiset | 2017-07-31 | 1 | -3/+3 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glTexStorage*D() | Samuel Pitoiset | 2017-07-31 | 1 | -3/+3 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glBindSampler() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glBindSamplers() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glProgramParameteri() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glDeleteSync() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glWaitSync() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | |||||
* | mesa: add KHR_no_error support to glTextureView() | Samuel Pitoiset | 2017-07-31 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> |