summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_rebase.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-09-05Remove useless checks for NULL before freeingMatt Turner1-4/+2
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-2/+2
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/+6
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-1/+2
2011-10-01Revert "vbo: Don't discount stride == 0 for testing all varyings in VBOs."Eric Anholt1-1/+2
2011-08-23mesa: Eliminate dd_function_table::MapBufferIan Romanick1-1/+2
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick1-4/+1
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick1-3/+1
2011-06-23vbo: Don't discount stride == 0 for testing all varyings in VBOs.Eric Anholt1-2/+1
2011-06-23vbo: Don't bother checking for stride == 0 for "any varying in a VBO".Eric Anholt1-2/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-12i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.Eric Anholt1-0/+12
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-1/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-4/+4
2009-09-21vbo: disable the GL_ARB_draw_elements_base_vertex rebase pathBrian Paul1-1/+4
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt1-1/+14
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt1-0/+1
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-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/+2
2007-01-30Helper for rebasing draw requests where min_index != 0.Keith Whitwell1-0/+221