summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_save.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-03vbo: add comments, const qualifiersBrian Paul1-4/+4
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-06vbo: fix glVertexAttribI* functionsMarek Olšák1-0/+2
2012-09-15mesa: remove FEATURE_dlist define.Oliver McFadden1-16/+0
2012-02-09vbo: unmap vertex store before executing listsBrian Paul1-0/+8
2011-11-11vbo: better handling of VBO allocation failuresBrian Paul1-0/+3
2011-10-22vbo: Clean up unused variables in the vbo module.Mathias Froehlich1-1/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-2/+2
2011-06-08vbo: added a commentBrian Paul1-1/+1
2011-01-09vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-12-10vbo: Avoid the copy to current in dlists if not required.Mathias Fröhlich1-1/+3
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-14/+14
2010-05-12mesa/es: Remove omit list.Chia-I Wu1-1/+16
2009-04-16vbo: cache last dlist vertex in malloced memoryKeith Whitwell1-0/+7
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell1-1/+1
2009-03-03vbo: use MapBufferRange where availableKeith Whitwell1-1/+1
2009-01-31mesa: display list clean-upsBrian1-1/+1
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-1/+1
2007-01-15Remove special-case handling for index and edgeflagKeith Whitwell1-2/+0
2006-10-31move public structure definitions to vbo.hKeith Whitwell1-0/+1
2006-10-30Remove wakeup functions. This code is intended to be active all theKeith Whitwell1-2/+0
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell1-0/+180