summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_save_api.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt1-0/+5
2009-08-12vbo: use _mesa_is_bufferobj()Brian Paul1-1/+1
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul1-0/+5
2009-07-10vbo: fix vbo/dlist memory leakBrian Paul1-0/+5
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-21/+35
2009-06-30mesa/vbo: fix compile and replay of nodes ending in a FALLBACKKeith Whitwell1-13/+27
2009-06-30mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell1-1/+1
2009-06-19mesa: Make VBO dlist printing use the same path as other dlist printing.Eric Anholt1-12/+12
2009-04-16vbo: cache last dlist vertex in malloced memoryKeith Whitwell1-0/+25
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell1-8/+8
2009-03-03vbo: use MapBufferRange where availableKeith Whitwell1-8/+8
2009-01-31mesa: display list clean-upsBrian1-3/+3
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul1-5/+7
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul1-5/+7
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell1-0/+24
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell1-0/+24
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-4/+13
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-4/+13
2008-05-30Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...Brian Paul1-0/+3
2007-07-31Fix an error in _save_OBE_DrawElementsXiang, Haihao1-0/+3
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-9/+9
2007-06-28a variety of fixes for MingWzhang1-0/+4
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola1-1/+1
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-1/+10
2007-01-15Remove debug, reenable inplace splitting.keithw1-2/+0
2007-01-15Remove special-case handling for index and edgeflagKeith Whitwell1-32/+12
2006-11-20Don't perform dangling attribute check on POS attribute. It can't byKeith Whitwell1-1/+1
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell1-0/+1160