| Commit message (Expand) | Author | Age | Files | Lines |
* | TextureStorage1D should return INVALID_OPERATION if target is not a 1D texture | Iago Toral Quiroga | 2017-08-09 | 1 | -1/+1 |
* | Update TextureParameter* error for incompatible texture targets | Iago Toral Quiroga | 2017-08-09 | 1 | -1/+1 |
* | mesa: don't error check the default buffer object | Timothy Arceri | 2017-08-08 | 1 | -11/+11 |
* | mesa: check default buffer object creation was successful | Timothy Arceri | 2017-08-08 | 1 | -0/+9 |
* | mesa: add NULL checking to free_shared_state() | Timothy Arceri | 2017-08-08 | 2 | -31/+65 |
* | fix GL_ARB_spirv_extensions name | Ilia Mirkin | 2017-08-06 | 1 | -1/+1 |
* | mesa: hook up queries for NUM_TILING_TYPES and TILING_TYPES | Andres Rodriguez | 2017-08-06 | 3 | -0/+47 |
* | mesa: hook up UUID queries for driver and device | Andres Rodriguez | 2017-08-06 | 4 | -0/+51 |
* | mesa: implement glGetUnsignedByte{v|i_v} | Andres Rodriguez | 2017-08-06 | 1 | -0/+174 |
* | mesa/st: expose EXT_memory_object and EXT_memory_object_fd | Andres Rodriguez | 2017-08-06 | 2 | -0/+4 |
* | mesa: hook up (Named)BufferStorageMem api | Timothy Arceri | 2017-08-06 | 1 | -20/+65 |
* | mesa/st: implement memory objects as a backend for buffer objects | Andres Rodriguez | 2017-08-06 | 1 | -0/+12 |
* | mesa: hook up memory object multisamples tex(ture)storage api | Andres Rodriguez | 2017-08-06 | 3 | -28/+103 |
* | mesa: hook up memoryobject tex(ture)storage api | Andres Rodriguez | 2017-08-06 | 4 | -32/+191 |
* | mesa: add support for memory object parameters | Andres Rodriguez | 2017-08-06 | 2 | -1/+53 |
* | mesa: add support for memory object creation/import/delete | Andres Rodriguez | 2017-08-06 | 5 | -2/+229 |
* | mapi: add EXT_external_objects and EXT_external_objects_fd | Andres Rodriguez | 2017-08-06 | 7 | -1/+550 |
* | st/mesa: fix handling of NumSamples=1 (v2) | Brian Paul | 2017-08-03 | 1 | -1/+1 |
* | mesa: init more msaa fields | Brian Paul | 2017-08-03 | 1 | -0/+2 |
* | mesa: only check errors when the state change in glLogicOp() | Samuel Pitoiset | 2017-08-03 | 1 | -27/+29 |
* | mesa: only check errors when the state change in glBlendEquationSeparateiARB() | Samuel Pitoiset | 2017-08-03 | 1 | -20/+22 |
* | mesa: add GLSL 4.60 to shading_language_version() | Samuel Pitoiset | 2017-08-02 | 1 | -0/+2 |
* | mesa: add always-false enable for GL 4.6 | Samuel Pitoiset | 2017-08-02 | 1 | -2/+18 |
* | mesa: add KHR_no_error support to glPolygonMode() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+11 |
* | mesa: add polygon_mode() helper | Samuel Pitoiset | 2017-08-02 | 1 | -19/+28 |
* | mesa: add KHR_no_error support to glClearBufferiv() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+11 |
* | mesa: add clear_bufferiv() helper | Samuel Pitoiset | 2017-08-02 | 1 | -14/+23 |
* | mesa: add KHR_no_error support to glClearBufferuiv() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+13 |
* | mesa: add clear_bufferuiv() helper | Samuel Pitoiset | 2017-08-02 | 1 | -13/+22 |
* | mesa: add KHR_no_error support to glClearBufferfi() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+13 |
* | mesa: add clear_bufferi() helper | Samuel Pitoiset | 2017-08-02 | 1 | -20/+30 |
* | mesa: add KHR_no_error support to glClearBufferfv() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+13 |
* | mesa: add clear_bufferfv() helper | Samuel Pitoiset | 2017-08-02 | 1 | -14/+23 |
* | mesa: add KHR_no_error support to glClear*Buffer*Data() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+94 |
* | mesa: add clear_buffer_sub_data_error() helper | Samuel Pitoiset | 2017-08-02 | 1 | -17/+35 |
* | mesa: make get_texbuffer_format() global | Samuel Pitoiset | 2017-08-02 | 2 | -3/+5 |
* | mesa: add KHR_no_error support to glLinkProgram() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+21 |
* | mesa: add link_program() and link_program_error() helpers | Samuel Pitoiset | 2017-08-02 | 1 | -13/+33 |
* | mesa: add KHR_no_error support to glShaderSource() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+13 |
* | mesa: add shader_source() helper | Samuel Pitoiset | 2017-08-02 | 1 | -11/+23 |
* | mesa: rename shader_source() to set_shader_source() | Samuel Pitoiset | 2017-08-02 | 1 | -2/+2 |
* | mesa: add KHR_no_error support to glEndConditionalRender() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+11 |
* | mesa: add end_conditional_render() render | Samuel Pitoiset | 2017-08-02 | 1 | -7/+14 |
* | mesa: add KHR_no_error support to glBeginConditionalRender() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+11 |
* | mesa: add begin_conditional_render() helper | Samuel Pitoiset | 2017-08-02 | 1 | -55/+66 |
* | mesa: add KHR_no_error support to glNamedBufferData() and glBufferData() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+38 |
* | mesa: add buffer_data() and buffer_data_error() helpers | Samuel Pitoiset | 2017-08-02 | 1 | -48/+64 |
* | mesa: add KHR_no_error support to glLineWidth() | Samuel Pitoiset | 2017-08-02 | 2 | -0/+11 |
* | mesa: add line_width() helper | Samuel Pitoiset | 2017-08-02 | 1 | -9/+16 |
* | mesa: fix bad cast conversions in viewport() | Samuel Pitoiset | 2017-08-01 | 1 | -3/+4 |