aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/bufferobj.h
Commit message (Expand)AuthorAgeFilesLines
* mapi: add EXT_external_objects and EXT_external_objects_fdAndres Rodriguez2017-08-061-1/+12
* mesa: add KHR_no_error support to glClear*Buffer*Data()Samuel Pitoiset2017-08-021-0/+21
* mesa: add KHR_no_error support to glNamedBufferData() and glBufferData()Samuel Pitoiset2017-08-021-0/+8
* mesa: add KHR_no_error support to glDeleteBuffers()Samuel Pitoiset2017-07-311-0/+3
* mesa: add KHR_no_error support for gl*Buffers()Samuel Pitoiset2017-06-281-0/+6
* mesa: add KHR_no_error support for glBindBuffer()Samuel Pitoiset2017-06-071-0/+3
* mesa: add KHR_no_error support for glInvalidateBufferData()Samuel Pitoiset2017-06-071-0/+3
* mesa: add KHR_no_error support for glInvalidateBufferSubData()Samuel Pitoiset2017-06-071-0/+5
* mesa: add KHR_no_error support for glBindBufferRange()Timothy Arceri2017-05-301-0/+3
* mesa: add KHR_no_error support for glBufferSubData()Timothy Arceri2017-05-171-0/+3
* mesa: add KHR_no_error support for glNamedBufferSubData()Timothy Arceri2017-05-171-0/+3
* mesa: create validate_buffer_sub_data() helperTimothy Arceri2017-05-171-2/+1
* mesa: add KHR_no_error support for glBufferStorage()Timothy Arceri2017-05-171-0/+3
* mesa: add KHR_no_error support for glNamedBufferStorage()Timothy Arceri2017-05-171-0/+3
* mesa: add KHR_no_error support to copy buffer subdata functionsTimothy Arceri2017-05-071-1/+8
* mesa: make _mesa_buffer_storage() staticTimothy Arceri2017-05-071-5/+0
* mesa: make _mesa_copy_buffer_sub_data() staticTimothy Arceri2017-05-071-7/+0
* mesa: make _mesa_clear_buffer_sub_data() staticTimothy Arceri2017-05-071-9/+0
* mesa: add KHR_no_error support for flush mapped buffer functionsTimothy Arceri2017-05-071-1/+6
* mesa: make _mesa_flush_mapped_buffer_range() staticTimothy Arceri2017-05-071-6/+0
* mesa: add KHR_no_error support for unmap buffer functionsTimothy Arceri2017-05-071-0/+4
* mesa: make _mesa_unmap_buffer() staticTimothy Arceri2017-05-071-4/+0
* mesa: add KHR_no_error support for some map buffer functionsTimothy Arceri2017-05-071-0/+10
* mesa: make map_buffer_range() staticTimothy Arceri2017-05-071-6/+0
* mesa: stop abstracting buffer object hashtable lockingTimothy Arceri2017-04-071-6/+0
* mesa: Add GL_ARB_sparse_buffer boilerplateNicolai Hähnle2017-04-051-0/+7
* mesa: improve comment on _mesa_check_disallowed_mapping(), return boolBrian Paul2016-04-281-2/+8
* mesa/bufferobj: make _mesa_delete_buffer_object externally accessibleNicolai Hähnle2016-01-071-0/+4
* mesa: move GL_APPLE_object_purgeable functions to new fileBrian Paul2015-09-161-10/+0
* mesa: Remove target parameter from _mesa_handle_bind_buffer_genIan Romanick2015-09-021-1/+0
* main: Cosmetic changes to GetBufferSubData.Laura Ekstrand2015-03-171-2/+2
* main: Add entry point for GetNamedBufferSubData.Laura Ekstrand2015-03-171-0/+4
* main: Add entry point for GetNamedBufferPointerv.Laura Ekstrand2015-03-171-0/+4
* main: Add entry points for GetNamedBufferParameteri[64]v.Laura Ekstrand2015-03-171-0/+7
* main: Add entry point for FlushMappedNamedBufferRange.Laura Ekstrand2015-03-171-0/+4
* main: Refactor FlushMappedBufferRange.Laura Ekstrand2015-03-171-0/+6
* main: Add entry point for UnmapNamedBuffer.Laura Ekstrand2015-03-171-0/+7
* main: Add entry points for MapNamedBuffer[Range].Laura Ekstrand2015-03-171-3/+11
* main: Refactor MapBuffer[Range].Laura Ekstrand2015-03-171-0/+6
* main: Minor whitespace fixes in ClearNamedBuffer[Sub]Data.Laura Ekstrand2015-03-171-2/+2
* main: Add entry points for ClearNamedBuffer[Sub]Data.Laura Ekstrand2015-03-171-0/+11
* main: Refactor ClearBuffer[Sub]Data.Laura Ekstrand2015-03-171-5/+14
* main: Add entry point for CopyNamedBufferSubData.Laura Ekstrand2015-03-171-0/+12
* main: Improve errors and style in BufferSubData.Laura Ekstrand2015-03-171-2/+2
* main: Add entry point for NamedBufferSubData.Laura Ekstrand2015-03-171-0/+9
* main: Add entry point for NamedBufferData.Laura Ekstrand2015-03-171-2/+11
* main: Add entry point for NamedBufferStorage.Laura Ekstrand2015-03-171-0/+9
* main: Add entry point for CreateBuffers.Laura Ekstrand2015-03-171-1/+4
* main: Add utility function _mesa_lookup_bufferobj_err.Laura Ekstrand2015-03-091-0/+4
* mesa: Drop the "target" parameter from NewBufferObject().Kenneth Graunke2014-10-161-1/+1