aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/bufferobj.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: use GLsizeiptrARB, GLintptrARB in bufferobj.cBrian Paul2018-09-201-3/+3
* mesa: add ARB_draw_indirect support to compat profileTimothy Arceri2018-06-301-2/+1
* mesa: Remove flush_vertices argument from VAO methods.Mathias Fröhlich2018-05-171-1/+1
* mesa: Add flush_vertices to _mesa_bind_vertex_buffer.Mathias Fröhlich2018-02-231-1/+1
* mesa: Use atomics for buffer objects reference counts.Mathias Fröhlich2018-02-061-16/+6
* mesa: use simple mtx in core mesaTimothy Arceri2017-11-091-7/+7
* mesa/bufferobj: don't double negate the rangeDave Airlie2017-10-241-3/+3
* mesa/bufferobj: consolidate some buffer binding code.Dave Airlie2017-10-111-42/+35
* mesa/bufferobj: consolidate some codepaths between ubo/ssbo/atomics.Dave Airlie2017-10-111-102/+47
* mesa: rename various buffer bindings to one struct.Dave Airlie2017-10-111-9/+9
* mesa: align atomic buffer handling code with ubo/ssbo (v1.1)Dave Airlie2017-10-111-44/+91
* mesa: silence 'variable may be used uninitialized' warning in bufferobj.cBrian Paul2017-10-031-0/+1
* mesa: remove duplicate assignments in bind_xfb_buffers()Samuel Pitoiset2017-08-241-3/+0
* mesa: only expose EXT_memory_object functions if the ext is supportedSamuel Pitoiset2017-08-221-7/+14
* mesa: don't error check the default buffer objectTimothy Arceri2017-08-081-11/+11
* mesa: hook up (Named)BufferStorageMem apiTimothy Arceri2017-08-061-20/+65
* mapi: add EXT_external_objects and EXT_external_objects_fdAndres Rodriguez2017-08-061-0/+31
* mesa: add KHR_no_error support to glClear*Buffer*Data()Samuel Pitoiset2017-08-021-0/+73
* mesa: add clear_buffer_sub_data_error() helperSamuel Pitoiset2017-08-021-17/+35
* mesa: add KHR_no_error support to glNamedBufferData() and glBufferData()Samuel Pitoiset2017-08-021-0/+30
* mesa: add buffer_data() and buffer_data_error() helpersSamuel Pitoiset2017-08-021-48/+64
* mesa: add KHR_no_error support to glDeleteBuffers()Samuel Pitoiset2017-07-311-0/+8
* mesa: add delete_buffers() helperSamuel Pitoiset2017-07-311-10/+17
* mesa: check that buffer object is not NULL before initializing itTimothy Arceri2017-07-271-4/+3
* mesa: drop useless assertTimothy Arceri2017-07-261-1/+0
* mesa: call binding functions directly from glDeleteBuffersTimothy Arceri2017-07-261-3/+9
* mesa: move static binding functions above _mesa_DeleteBuffers()Timothy Arceri2017-07-261-207/+205
* mesa: don't try to re-generate the default bufferTimothy Arceri2017-07-261-6/+6
* mesa: add KHR_no_error support for gl*Buffers()Samuel Pitoiset2017-06-281-0/+16
* mesa: prepare create_buffers() helper for KHR_no_error supportSamuel Pitoiset2017-06-281-17/+24
* mesa: remove _NEW_BUFFER_OBJECTMarek Olšák2017-06-221-2/+2
* mesa: refuse to change tex buffers when a handle is allocatedSamuel Pitoiset2017-06-141-2/+2
* mesa: add KHR_no_error support for glBindBuffer()Samuel Pitoiset2017-06-071-0/+10
* mesa: add KHR_no_error support for glInvalidateBufferData()Samuel Pitoiset2017-06-071-0/+9
* mesa: add KHR_no_error support for glInvalidateBufferSubData()Samuel Pitoiset2017-06-071-0/+10
* mesa: add invalidate_buffer_subdata() helperSamuel Pitoiset2017-06-071-4/+11
* mesa: add KHR_no_error support for glBindBufferRange()Timothy Arceri2017-05-301-37/+66
* mesa: create bind_buffer_range() helperTimothy Arceri2017-05-301-3/+10
* mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate functionTimothy Arceri2017-05-301-4/+8
* mesa: split bind_atomic_buffer() in twoTimothy Arceri2017-05-301-25/+29
* mesa: split bind_buffer_range_shader_storage_buffer() in twoTimothy Arceri2017-05-301-13/+23
* mesa: split bind_buffer_range_uniform_buffer() in twoTimothy Arceri2017-05-301-13/+19
* mesa: add KHR_no_error support for glBufferSubData()Timothy Arceri2017-05-171-3/+17
* mesa: add KHR_no_error support for glNamedBufferSubData()Timothy Arceri2017-05-171-7/+20
* mesa: add buffer_sub_data() helperTimothy Arceri2017-05-171-17/+24
* mesa: create validate_buffer_sub_data() helperTimothy Arceri2017-05-171-28/+39
* mesa: add KHR_no_error support for glBufferStorage()Timothy Arceri2017-05-171-3/+17
* mesa: add KHR_no_error support for glNamedBufferStorage()Timothy Arceri2017-05-171-7/+24
* mesa: add inlined_buffer_storage() helperTimothy Arceri2017-05-171-20/+27
* mesa: add validate_buffer_storage() helperTimothy Arceri2017-05-171-15/+27