summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_split_copy.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: Fix vbo_split_copy to pass correct max_index to draw.Pauli Nieminen2010-03-211-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-18/+18
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-7/+7
* vbo: Remove unnecessary header from vbo_split_copy.c.Vinson Lee2010-01-111-3/+0
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-20/+32
* vbo: use _mesa_is_bufferobj()Brian Paul2009-08-121-4/+7
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-0/+1
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-1/+1
|\
| * mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell2009-06-301-1/+1
* | mesa: revert some recent VBO buffer object refcounting changesBrian Paul2009-06-151-5/+2
* | mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul2009-06-121-2/+5
* | vbo: new debug/dump code (disabled)Brian Paul2009-06-031-0/+58
* | 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://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-7/+8
* New files to manage splitting drawing commandskeithw2007-01-151-0/+549