summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_split_inplace.c
AgeCommit message (Collapse)Author
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul
Since shared array objects may point to the null/default buffer object, the null/default buffer object should be part of the shared state.
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵Brian
of -I flags.
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell
2007-01-15Remove debug, reenable inplace splitting.keithw
2007-01-15New files to manage splitting drawing commandskeithw