summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_bufferobjects.h
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: refactor st_bufferobj_map_range()Brian Paul2018-02-061-0/+4
* st/mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-171-1/+0
* st/mesa: remove useless st_bufferobj_validate_usage()Samuel Pitoiset2017-07-281-6/+0
* st/mesa: declare struct pipe_screen in st_cb_bufferobjects.hBrian Paul2016-01-141-0/+1
* st/mesa: implement Driver.InvalidateBufferSubDataNicolai Hähnle2016-01-141-1/+2
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* st/mesa: Include missing headers in st_cb_bufferobjects.h.Vinson Lee2010-08-041-2/+5
* st/mesa: add prototype for st_bufferobj_validate_usage()Brian Paul2010-04-161-0/+6
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+3
* st/mesa: remove redundant st_buffer_object::size field and error checksBrian Paul2009-06-191-1/+0
* st/mesa: no longer special-case buffer object 0 in st_buffer_object() cast wr...Brian Paul2009-06-191-9/+2
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-251-2/+2
* gallium: Simplify winsys buffer interface.Michel Dänzer2008-01-251-0/+1
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-6/+5
* Add pipe buffer managment functions.Keith Whitwell2007-08-061-0/+66