summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_split_copy.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul1-1/+1
2012-05-08mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák1-0/+2
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák1-2/+7
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-1/+2
2011-11-02mesa: Set the "Integer" field of gl_client_array properly.Paul Berry1-0/+1
2011-08-23mesa: Eliminate dd_function_table::MapBufferIan Romanick1-2/+3
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick1-3/+2
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick1-2/+2
2011-04-07mesa: Update _ElementSize.Brian Paul1-0/+1
2011-01-18vbo: initialize num_instances in a few placesBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-03-21vbo: Fix vbo_split_copy to pass correct max_index to draw.Pauli Nieminen1-1/+1
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-18/+18
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-7/+7
2010-01-11vbo: Remove unnecessary header from vbo_split_copy.c.Vinson Lee1-3/+0
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt1-20/+32
2009-08-12vbo: use _mesa_is_bufferobj()Brian Paul1-4/+7
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt1-0/+1
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-1/+1
2009-06-30mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell1-1/+1
2009-06-15mesa: revert some recent VBO buffer object refcounting changesBrian Paul1-5/+2
2009-06-12mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul1-2/+5
2009-06-03vbo: new debug/dump code (disabled)Brian Paul1-0/+58
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-2/+2
2009-05-07mesa: use _mesa_sizeof_type() in vbo split codeBrian Paul1-16/+2
2009-05-07mesa: vbo code reformatting, clean-up, commentsBrian Paul1-43/+52
2009-05-07mesa: in vbo split code, map buffers read-only, not write-onlyBrian Paul1-6/+6
2009-01-23mesa: set the new array->Format field in VBO codeBrian Paul1-0/+1
2007-08-07fix vbo_split_copy related bug 9962Xiang, Haihao1-1/+8
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-5/+5
2007-02-01fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.Roland Scheidegger1-5/+7
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell1-1/+0
2007-01-25allocate larger minimum dstelt bufferRoland Scheidegger1-1/+1
2007-01-25fix dstelt memory allocation to avoid hash corruptionRoland Scheidegger1-1/+1
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola1-2/+2
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-7/+8
2007-01-15New files to manage splitting drawing commandskeithw1-0/+549