summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save.h
Commit message (Expand)AuthorAgeFilesLines
* vbo: increase VBO_SAVE_BUFFER_SIZE from 8k to 256k dwordsTim Rowley2016-09-061-1/+1
* vbo: Use a bitmask to track the active arrays in vbo_save*.Mathias Fröhlich2016-06-161-0/+2
* mesa: remove Driver.EndCallListMarek Olšák2015-10-031-2/+0
* mesa: remove Driver.BeginCallListMarek Olšák2015-10-031-1/+0
* mesa: remove Driver.EndListMarek Olšák2015-10-031-1/+0
* mesa: remove Driver.NewListMarek Olšák2015-10-031-1/+0
* mesa: remove Driver.NotifySaveBeginMarek Olšák2015-10-031-1/+0
* mesa: remove Driver.SaveFlushVerticesMarek Olšák2015-10-031-1/+0
* mesa: use fi_type in vertex attribute codeMarius Predut2015-02-251-9/+9
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* vbo: assorted minor clean-upsBrian Paul2013-10-111-1/+1
* vbo: add comments, const qualifiersBrian Paul2013-05-031-4/+4
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-061-0/+2
* mesa: remove FEATURE_dlist define.Oliver McFadden2012-09-151-16/+0
* vbo: unmap vertex store before executing listsBrian Paul2012-02-091-0/+8
* vbo: better handling of VBO allocation failuresBrian Paul2011-11-111-0/+3
* vbo: Clean up unused variables in the vbo module.Mathias Froehlich2011-10-221-1/+0
* mesa: s/INLINE/inline/Brian Paul2011-10-011-2/+2
* vbo: added a commentBrian Paul2011-06-081-1/+1
* vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* vbo: Avoid the copy to current in dlists if not required.Mathias Fröhlich2010-12-101-1/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-14/+14
* mesa/es: Remove omit list.Chia-I Wu2010-05-121-1/+16
* vbo: cache last dlist vertex in malloced memoryKeith Whitwell2009-04-161-0/+7
* Merge commit 'origin/gallium-0.1'Keith Whitwell2009-03-031-1/+1
|\
| * vbo: use MapBufferRange where availableKeith Whitwell2009-03-031-1/+1
* | mesa: display list clean-upsBrian2009-01-311-1/+1
|/
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-1/+1
* Remove special-case handling for index and edgeflagKeith Whitwell2007-01-151-2/+0
* move public structure definitions to vbo.hKeith Whitwell2006-10-311-0/+1
* Remove wakeup functions. This code is intended to be active all theKeith Whitwell2006-10-301-2/+0
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+180