summaryrefslogtreecommitdiff
path: root/src/mesa/main/bufferobj.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-07mesa: add KHR_no_error support for glBindBuffer()Samuel Pitoiset1-0/+3
2017-06-07mesa: add KHR_no_error support for glInvalidateBufferData()Samuel Pitoiset1-0/+3
2017-06-07mesa: add KHR_no_error support for glInvalidateBufferSubData()Samuel Pitoiset1-0/+5
2017-05-30mesa: add KHR_no_error support for glBindBufferRange()Timothy Arceri1-0/+3
2017-05-17mesa: add KHR_no_error support for glBufferSubData()Timothy Arceri1-0/+3
2017-05-17mesa: add KHR_no_error support for glNamedBufferSubData()Timothy Arceri1-0/+3
2017-05-17mesa: create validate_buffer_sub_data() helperTimothy Arceri1-2/+1
2017-05-17mesa: add KHR_no_error support for glBufferStorage()Timothy Arceri1-0/+3
2017-05-17mesa: add KHR_no_error support for glNamedBufferStorage()Timothy Arceri1-0/+3
2017-05-07mesa: add KHR_no_error support to copy buffer subdata functionsTimothy Arceri1-1/+8
2017-05-07mesa: make _mesa_buffer_storage() staticTimothy Arceri1-5/+0
2017-05-07mesa: make _mesa_copy_buffer_sub_data() staticTimothy Arceri1-7/+0
2017-05-07mesa: make _mesa_clear_buffer_sub_data() staticTimothy Arceri1-9/+0
2017-05-07mesa: add KHR_no_error support for flush mapped buffer functionsTimothy Arceri1-1/+6
2017-05-07mesa: make _mesa_flush_mapped_buffer_range() staticTimothy Arceri1-6/+0
2017-05-07mesa: add KHR_no_error support for unmap buffer functionsTimothy Arceri1-0/+4
2017-05-07mesa: make _mesa_unmap_buffer() staticTimothy Arceri1-4/+0
2017-05-07mesa: add KHR_no_error support for some map buffer functionsTimothy Arceri1-0/+10
2017-05-07mesa: make map_buffer_range() staticTimothy Arceri1-6/+0
2017-04-07mesa: stop abstracting buffer object hashtable lockingTimothy Arceri1-6/+0
2017-04-05mesa: Add GL_ARB_sparse_buffer boilerplateNicolai Hähnle1-0/+7
2016-04-28mesa: improve comment on _mesa_check_disallowed_mapping(), return boolBrian Paul1-2/+8
2016-01-07mesa/bufferobj: make _mesa_delete_buffer_object externally accessibleNicolai Hähnle1-0/+4
2015-09-16mesa: move GL_APPLE_object_purgeable functions to new fileBrian Paul1-10/+0
2015-09-02mesa: Remove target parameter from _mesa_handle_bind_buffer_genIan Romanick1-1/+0
2015-03-17main: Cosmetic changes to GetBufferSubData.Laura Ekstrand1-2/+2
2015-03-17main: Add entry point for GetNamedBufferSubData.Laura Ekstrand1-0/+4
2015-03-17main: Add entry point for GetNamedBufferPointerv.Laura Ekstrand1-0/+4
2015-03-17main: Add entry points for GetNamedBufferParameteri[64]v.Laura Ekstrand1-0/+7
2015-03-17main: Add entry point for FlushMappedNamedBufferRange.Laura Ekstrand1-0/+4
2015-03-17main: Refactor FlushMappedBufferRange.Laura Ekstrand1-0/+6
2015-03-17main: Add entry point for UnmapNamedBuffer.Laura Ekstrand1-0/+7
2015-03-17main: Add entry points for MapNamedBuffer[Range].Laura Ekstrand1-3/+11
2015-03-17main: Refactor MapBuffer[Range].Laura Ekstrand1-0/+6
2015-03-17main: Minor whitespace fixes in ClearNamedBuffer[Sub]Data.Laura Ekstrand1-2/+2
2015-03-17main: Add entry points for ClearNamedBuffer[Sub]Data.Laura Ekstrand1-0/+11
2015-03-17main: Refactor ClearBuffer[Sub]Data.Laura Ekstrand1-5/+14
2015-03-17main: Add entry point for CopyNamedBufferSubData.Laura Ekstrand1-0/+12
2015-03-17main: Improve errors and style in BufferSubData.Laura Ekstrand1-2/+2
2015-03-17main: Add entry point for NamedBufferSubData.Laura Ekstrand1-0/+9
2015-03-17main: Add entry point for NamedBufferData.Laura Ekstrand1-2/+11
2015-03-17main: Add entry point for NamedBufferStorage.Laura Ekstrand1-0/+9
2015-03-17main: Add entry point for CreateBuffers.Laura Ekstrand1-1/+4
2015-03-09main: Add utility function _mesa_lookup_bufferobj_err.Laura Ekstrand1-0/+4
2014-10-16mesa: Drop the "target" parameter from NewBufferObject().Kenneth Graunke1-1/+1
2014-05-02mesa: Add helper functions for looking up multiple buffersFredrik Höglund1-0/+14
2014-05-02glapi: Add infrastructure for ARB_multi_bindFredrik Höglund1-0/+7
2014-03-31mesa/st: Accelerate ARB_clear_buffer_object with clear_bufferIlia Mirkin1-0/+7
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-5/+10
2014-02-25mesa: allow buffers mapped with the persistent flag to be used by the GPUMarek Olšák1-0/+8