summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_rebase.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: disable the GL_ARB_draw_elements_base_vertex rebase pathBrian Paul2009-09-211-1/+4
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-1/+14
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-0/+1
* mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-1/+1
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-3/+3
* Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-301-1/+2
* Helper for rebasing draw requests where min_index != 0.Keith Whitwell2007-01-301-0/+221