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