summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_split_inplace.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-06-19mesa: Add support for GL_ARB_base_instanceFredrik Höglund1-2/+4
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-01-18vbo: initialize num_instances in a few placesBrian Paul1-0/+1
2011-01-17vbo: init num_instances in split_prims()Brian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-02-03vbo: fix void * arithmetic warningKeith Whitwell1-1/+2
2010-02-03vbo: Fix up in-place splitting for non-contiguous/indexed primitives.Francisco Jerez1-51/+62
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt1-0/+1
2009-07-30vbo: Fix build on windows.Michal Krol1-1/+1
2009-07-08mesa/vbo: always recalculate min_index and max_index when splitting verticesMaciej Cencora1-26/+10
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-1/+1
2008-09-23mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-1/+1
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-3/+3
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell1-1/+0
2007-01-15Remove debug, reenable inplace splitting.keithw1-15/+1
2007-01-15New files to manage splitting drawing commandskeithw1-0/+301