aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_split_copy.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-2/+2
* mesa: use _mesa_sizeof_type() in vbo split codeBrian Paul2009-05-071-16/+2
* mesa: vbo code reformatting, clean-up, commentsBrian Paul2009-05-071-43/+52
* mesa: in vbo split code, map buffers read-only, not write-onlyBrian Paul2009-05-071-6/+6
* mesa: set the new array->Format field in VBO codeBrian Paul2009-01-231-0/+1
* fix vbo_split_copy related bug 9962Xiang, Haihao2007-08-071-1/+8
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-5/+5
* fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.Roland Scheidegger2007-02-011-5/+7
* Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-301-1/+0
* allocate larger minimum dstelt bufferRoland Scheidegger2007-01-251-1/+1
* fix dstelt memory allocation to avoid hash corruptionRoland Scheidegger2007-01-251-1/+1
* Fix invalid enums passed to MapBufferAapo Tahkola2007-01-181-2/+2
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-7/+8
* New files to manage splitting drawing commandskeithw2007-01-151-0/+549