summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_bufferobjects.h
AgeCommit message (Expand)AuthorFilesLines
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