aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_bufferobjects.h
Commit message (Expand)AuthorAgeFilesLines
* 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