summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_bufferobjects.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-15mesa/st: remove st_cb_bufferobjects*Dave Airlie1-46/+0
2021-12-15mesa/st: migrate most of state tracker buffer objects into mesaDave Airlie1-49/+0
2021-12-15mesa/st: start moving bufferobject alloc/free/reference to main.Dave Airlie1-34/+0
2021-12-15mesa/st: merge st buffer object into GLDave Airlie1-47/+7
2021-12-08mesa/st: replace most of buffer funcs with direct calls.Dave Airlie1-0/+51
2021-01-27st/mesa: eliminate all atomic ops when setting vertex buffersMarek Olšák1-0/+51
2020-09-22gallium: rename pipe_transfer_usage -> pipe_map_flagsMarek Olšák1-1/+1
2018-02-06st/mesa: refactor st_bufferobj_map_range()Brian Paul1-0/+4
2018-01-17st/mesa: remove unneeded #includes of main/compiler.hBrian Paul1-1/+0
2017-07-28st/mesa: remove useless st_bufferobj_validate_usage()Samuel Pitoiset1-6/+0
2016-01-14st/mesa: declare struct pipe_screen in st_cb_bufferobjects.hBrian Paul1-0/+1
2016-01-14st/mesa: implement Driver.InvalidateBufferSubDataNicolai Hähnle1-1/+2
2015-02-26st/mesa: replace INLINE with inlineBrian Paul1-1/+1
2014-02-25mesa: allow buffers to be mapped multiple timesMarek Olšák1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2010-08-04st/mesa: Include missing headers in st_cb_bufferobjects.h.Vinson Lee1-2/+5
2010-04-16st/mesa: add prototype for st_bufferobj_validate_usage()Brian Paul1-0/+6
2010-04-10Squashed commit of the following:Keith Whitwell1-2/+3
2009-06-19st/mesa: remove redundant st_buffer_object::size field and error checksBrian Paul1-1/+0
2009-06-19st/mesa: no longer special-case buffer object 0 in st_buffer_object() cast wr...Brian Paul1-9/+2
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell1-2/+2
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer1-0/+1
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian1-6/+5
2007-08-06Add pipe buffer managment functions.Keith Whitwell1-0/+66