Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: add KHR_no_error support to glPointSize() | Samuel Pitoiset | 2017-07-31 | 3 | -1/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add point_size() helper | Samuel Pitoiset | 2017-07-31 | 1 | -8/+15 |
| | | | | | 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 | 3 | -1/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add vertex_array_element_buffer() helper | Samuel Pitoiset | 2017-07-31 | 1 | -21/+38 |
| | | | | | 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 | 3 | -3/+71 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add texturesubimage_error() helper | Samuel Pitoiset | 2017-07-31 | 1 | -30/+45 |
| | | | | | | | And make texturesubimage() always inline. 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 | 3 | -2/+31 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add detach_shader_error() helper | Samuel Pitoiset | 2017-07-31 | 1 | -9/+21 |
| | | | | | | | And make detach_shader() always inline. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glDrawTransformFeedback*() | Samuel Pitoiset | 2017-07-31 | 1 | -3/+10 |
| | | | | | 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 | 3 | -1/+22 |
| | | | | | 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 | 3 | -1/+20 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add draw_buffers_error() helper | Samuel Pitoiset | 2017-07-31 | 1 | -115/+130 |
| | | | | | | | And make draw_buffers() always inline. 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 | 3 | -1/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add delete_buffers() helper | Samuel Pitoiset | 2017-07-31 | 1 | -10/+17 |
| | | | | | 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 | 3 | -1/+20 |
| | | | | | 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 | 3 | -1/+28 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add framebuffer_renderbuffer_error() helper | Samuel Pitoiset | 2017-07-31 | 1 | -46/+63 |
| | | | | | | | And make framebuffer_renderbuffer() always inline. 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 | 3 | -1/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add delete_textures() helper | Samuel Pitoiset | 2017-07-31 | 1 | -14/+20 |
| | | | | | 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 | 3 | -1/+20 |
| | | | | | 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 | 3 | -1/+20 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add draw_buffer_error() helper | Samuel Pitoiset | 2017-07-31 | 1 | -6/+14 |
| | | | | | | | And make draw_buffer() always inline. 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 | 3 | -1/+13 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add bind_textures() helper | Samuel Pitoiset | 2017-07-31 | 1 | -19/+28 |
| | | | | | 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 | 3 | -1/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add bind_texture() helper | Samuel Pitoiset | 2017-07-31 | 1 | -13/+23 |
| | | | | | | | For KHR_no_error support. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: rename bind_texture() to bind_texture_object() | Samuel Pitoiset | 2017-07-31 | 1 | -6/+5 |
| | | | | | 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 | 3 | -1/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add memory_barrier_by_region() helper | Samuel Pitoiset | 2017-07-31 | 1 | -5/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glMultiDrawArrays() | Samuel Pitoiset | 2017-07-31 | 1 | -2/+9 |
| | | | | | 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 | 3 | -1/+11 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add min_sample_shading() helper | Samuel Pitoiset | 2017-07-31 | 1 | -9/+15 |
| | | | | | 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 | 3 | -1/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add blend_equation_separate() helper | Samuel Pitoiset | 2017-07-31 | 1 | -28/+39 |
| | | | | | 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 | 3 | -1/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add primitive_restart_index() helper | Samuel Pitoiset | 2017-07-31 | 1 | -4/+11 |
| | | | | | 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 | 4 | -2/+34 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add generate_texture_mipmap_error() helper | Samuel Pitoiset | 2017-07-31 | 1 | -18/+28 |
| | | | | | | | And make generate_texture_mipmap() always inline. 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 | 3 | -1/+14 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add delete_samplers() helper | Samuel Pitoiset | 2017-07-31 | 1 | -11/+17 |
| | | | | | 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 | 3 | -1/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add delete_vertex_arrays() helper | Samuel Pitoiset | 2017-07-31 | 1 | -9/+17 |
| | | | | | 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 | 3 | -1/+12 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add bind_vertex_array() helper | Samuel Pitoiset | 2017-07-31 | 1 | -6/+12 |
| | | | | | 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 | 5 | -4/+54 |
| | | | | | | | | 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 | 4 | -2/+27 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add read_pixels() helper | Samuel Pitoiset | 2017-07-31 | 1 | -79/+90 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glMultiDraw*Indirect*() | Samuel Pitoiset | 2017-07-31 | 1 | -14/+42 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | mesa: add KHR_no_error support to glMultiDrawElementsBaseVertex() | Samuel Pitoiset | 2017-07-31 | 1 | -3/+10 |
| | | | | | | | Just skip validation when no_error is enabled. 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 | 3 | -1/+16 |
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> |