summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_rebase.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-12i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.Eric Anholt
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
2009-09-21vbo: disable the GL_ARB_draw_elements_base_vertex rebase pathBrian Paul
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell
2007-01-30Helper for rebasing draw requests where min_index != 0.Keith Whitwell