summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_save_api.c
AgeCommit message (Expand)Author
2011-03-02vbo: fix error parameterBrian Paul
2011-03-01vbo: generate GL_INVALID_VALUE for bad glVertexAttrib indexBrian Paul
2011-02-21vbo: rename some vars, add new comments, fix formatting, etc.Brian Paul
2011-01-09vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-12-10vbo: Avoid the copy to current in dlists if not required.Mathias Fröhlich
2010-10-29Merge branch 'glapi-reorg'Chia-I Wu
2010-10-28mesa: implement integer-valued vertex attribute functionsBrian Paul
2010-10-27vbo: Use CALL_* macros.Chia-I Wu
2010-10-21vbo: support for primitive restartBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-12mesa/es: Remove omit list.Chia-I Wu
2010-04-04mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2009-10-07mesa: rename display list functionsBrian Paul
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt
2009-08-12vbo: use _mesa_is_bufferobj()Brian Paul
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-10vbo: fix vbo/dlist memory leakBrian Paul
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-30mesa/vbo: fix compile and replay of nodes ending in a FALLBACKKeith Whitwell
2009-06-30mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell
2009-06-19mesa: Make VBO dlist printing use the same path as other dlist printing.Eric Anholt
2009-04-16vbo: cache last dlist vertex in malloced memoryKeith Whitwell
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell
2009-03-03vbo: use MapBufferRange where availableKeith Whitwell
2009-01-31mesa: display list clean-upsBrian
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-05-30Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...Brian Paul
2007-07-31Fix an error in _save_OBE_DrawElementsXiang, Haihao
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-06-28a variety of fixes for MingWzhang
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2007-01-15Remove debug, reenable inplace splitting.keithw
2007-01-15Remove special-case handling for index and edgeflagKeith Whitwell
2006-11-20Don't perform dangling attribute check on POS attribute. It can't byKeith Whitwell
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell