| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: use simple mtx in core mesa | Timothy Arceri | 2017-11-09 | 1 | -7/+7 |
* | mesa/bufferobj: don't double negate the range | Dave Airlie | 2017-10-24 | 1 | -3/+3 |
* | mesa/bufferobj: consolidate some buffer binding code. | Dave Airlie | 2017-10-11 | 1 | -42/+35 |
* | mesa/bufferobj: consolidate some codepaths between ubo/ssbo/atomics. | Dave Airlie | 2017-10-11 | 1 | -102/+47 |
* | mesa: rename various buffer bindings to one struct. | Dave Airlie | 2017-10-11 | 1 | -9/+9 |
* | mesa: align atomic buffer handling code with ubo/ssbo (v1.1) | Dave Airlie | 2017-10-11 | 1 | -44/+91 |
* | mesa: silence 'variable may be used uninitialized' warning in bufferobj.c | Brian Paul | 2017-10-03 | 1 | -0/+1 |
* | mesa: remove duplicate assignments in bind_xfb_buffers() | Samuel Pitoiset | 2017-08-24 | 1 | -3/+0 |
* | mesa: only expose EXT_memory_object functions if the ext is supported | Samuel Pitoiset | 2017-08-22 | 1 | -7/+14 |
* | mesa: don't error check the default buffer object | Timothy Arceri | 2017-08-08 | 1 | -11/+11 |
* | mesa: hook up (Named)BufferStorageMem api | Timothy Arceri | 2017-08-06 | 1 | -20/+65 |
* | mapi: add EXT_external_objects and EXT_external_objects_fd | Andres Rodriguez | 2017-08-06 | 1 | -0/+31 |
* | mesa: add KHR_no_error support to glClear*Buffer*Data() | Samuel Pitoiset | 2017-08-02 | 1 | -0/+73 |
* | mesa: add clear_buffer_sub_data_error() helper | Samuel Pitoiset | 2017-08-02 | 1 | -17/+35 |
* | mesa: add KHR_no_error support to glNamedBufferData() and glBufferData() | Samuel Pitoiset | 2017-08-02 | 1 | -0/+30 |
* | mesa: add buffer_data() and buffer_data_error() helpers | Samuel Pitoiset | 2017-08-02 | 1 | -48/+64 |
* | mesa: add KHR_no_error support to glDeleteBuffers() | Samuel Pitoiset | 2017-07-31 | 1 | -0/+8 |
* | mesa: add delete_buffers() helper | Samuel Pitoiset | 2017-07-31 | 1 | -10/+17 |
* | mesa: check that buffer object is not NULL before initializing it | Timothy Arceri | 2017-07-27 | 1 | -4/+3 |
* | mesa: drop useless assert | Timothy Arceri | 2017-07-26 | 1 | -1/+0 |
* | mesa: call binding functions directly from glDeleteBuffers | Timothy Arceri | 2017-07-26 | 1 | -3/+9 |
* | mesa: move static binding functions above _mesa_DeleteBuffers() | Timothy Arceri | 2017-07-26 | 1 | -207/+205 |
* | mesa: don't try to re-generate the default buffer | Timothy Arceri | 2017-07-26 | 1 | -6/+6 |
* | mesa: add KHR_no_error support for gl*Buffers() | Samuel Pitoiset | 2017-06-28 | 1 | -0/+16 |
* | mesa: prepare create_buffers() helper for KHR_no_error support | Samuel Pitoiset | 2017-06-28 | 1 | -17/+24 |
* | mesa: remove _NEW_BUFFER_OBJECT | Marek Olšák | 2017-06-22 | 1 | -2/+2 |
* | mesa: refuse to change tex buffers when a handle is allocated | Samuel Pitoiset | 2017-06-14 | 1 | -2/+2 |
* | mesa: add KHR_no_error support for glBindBuffer() | Samuel Pitoiset | 2017-06-07 | 1 | -0/+10 |
* | mesa: add KHR_no_error support for glInvalidateBufferData() | Samuel Pitoiset | 2017-06-07 | 1 | -0/+9 |
* | mesa: add KHR_no_error support for glInvalidateBufferSubData() | Samuel Pitoiset | 2017-06-07 | 1 | -0/+10 |
* | mesa: add invalidate_buffer_subdata() helper | Samuel Pitoiset | 2017-06-07 | 1 | -4/+11 |
* | mesa: add KHR_no_error support for glBindBufferRange() | Timothy Arceri | 2017-05-30 | 1 | -37/+66 |
* | mesa: create bind_buffer_range() helper | Timothy Arceri | 2017-05-30 | 1 | -3/+10 |
* | mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate function | Timothy Arceri | 2017-05-30 | 1 | -4/+8 |
* | mesa: split bind_atomic_buffer() in two | Timothy Arceri | 2017-05-30 | 1 | -25/+29 |
* | mesa: split bind_buffer_range_shader_storage_buffer() in two | Timothy Arceri | 2017-05-30 | 1 | -13/+23 |
* | mesa: split bind_buffer_range_uniform_buffer() in two | Timothy Arceri | 2017-05-30 | 1 | -13/+19 |
* | mesa: add KHR_no_error support for glBufferSubData() | Timothy Arceri | 2017-05-17 | 1 | -3/+17 |
* | mesa: add KHR_no_error support for glNamedBufferSubData() | Timothy Arceri | 2017-05-17 | 1 | -7/+20 |
* | mesa: add buffer_sub_data() helper | Timothy Arceri | 2017-05-17 | 1 | -17/+24 |
* | mesa: create validate_buffer_sub_data() helper | Timothy Arceri | 2017-05-17 | 1 | -28/+39 |
* | mesa: add KHR_no_error support for glBufferStorage() | Timothy Arceri | 2017-05-17 | 1 | -3/+17 |
* | mesa: add KHR_no_error support for glNamedBufferStorage() | Timothy Arceri | 2017-05-17 | 1 | -7/+24 |
* | mesa: add inlined_buffer_storage() helper | Timothy Arceri | 2017-05-17 | 1 | -20/+27 |
* | mesa: add validate_buffer_storage() helper | Timothy Arceri | 2017-05-17 | 1 | -15/+27 |
* | mesa: some C99 tidy ups | Timothy Arceri | 2017-05-07 | 1 | -24/+10 |
* | mesa: add KHR_no_error support to copy buffer subdata functions | Timothy Arceri | 2017-05-07 | 1 | -0/+33 |
* | mesa: remove _mesa from static function | Timothy Arceri | 2017-05-07 | 1 | -4/+4 |
* | mesa: make _mesa_buffer_storage() static | Timothy Arceri | 2017-05-07 | 1 | -8/+7 |
* | mesa: make _mesa_copy_buffer_sub_data() static | Timothy Arceri | 2017-05-07 | 1 | -10/+8 |