summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_split_copy.c
AgeCommit message (Expand)Author
2011-01-18vbo: initialize num_instances in a few placesBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-21vbo: Fix vbo_split_copy to pass correct max_index to draw.Pauli Nieminen
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-01-11vbo: Remove unnecessary header from vbo_split_copy.c.Vinson Lee
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-08-12vbo: use _mesa_is_bufferobj()Brian Paul
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-30mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell
2009-06-15mesa: revert some recent VBO buffer object refcounting changesBrian Paul
2009-06-12mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul
2009-06-03vbo: new debug/dump code (disabled)Brian Paul
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul
2009-05-07mesa: use _mesa_sizeof_type() in vbo split codeBrian Paul
2009-05-07mesa: vbo code reformatting, clean-up, commentsBrian Paul
2009-05-07mesa: in vbo split code, map buffers read-only, not write-onlyBrian Paul
2009-01-23mesa: set the new array->Format field in VBO codeBrian Paul
2007-08-07fix vbo_split_copy related bug 9962Xiang, Haihao
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-02-01fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.Roland Scheidegger
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell
2007-01-25allocate larger minimum dstelt bufferRoland Scheidegger
2007-01-25fix dstelt memory allocation to avoid hash corruptionRoland Scheidegger
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2007-01-15New files to manage splitting drawing commandskeithw