summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_split_copy.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: add basevertex when looking up elements for vbo splittingIlia Mirkin2016-08-181-1/+1
* mesa: Remove set but not used gl_client_array::Stride.Mathias Fröhlich2016-07-311-2/+1
* mesa: Remove set but not used gl_client_array::Enabled.Mathias Fröhlich2016-07-311-3/+2
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-1/+1
* mesa/vbo: add support for 64-bit vertex attributes. (v1)Dave Airlie2015-05-081-0/+1
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+2
* mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke2014-09-191-1/+0
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-12/+16
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-251-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: move more format helper functions to glformats.cBrian Paul2012-07-241-1/+1
* mesa: add gl_context::NewDriverState and use it for vertex arraysMarek Olšák2012-05-081-0/+2
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-2/+7
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-1/+2
* mesa: Set the "Integer" field of gl_client_array properly.Paul Berry2011-11-021-0/+1
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-2/+3
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-3/+2
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-2/+2
* mesa: Update _ElementSize.Brian Paul2011-04-071-0/+1
* vbo: initialize num_instances in a few placesBrian Paul2011-01-181-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* 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