summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_split_inplace.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-0/+1
* vbo: Fix build on windows.Michal Krol2009-07-301-1/+1
* mesa/vbo: always recalculate min_index and max_index when splitting verticesMaciej Cencora2009-07-081-26/+10
* mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-1/+1
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-09-231-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/+0
* Remove debug, reenable inplace splitting.keithw2007-01-151-15/+1
* New files to manage splitting drawing commandskeithw2007-01-151-0/+301