summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_save_api.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Merge branch 'glapi-reorg'Chia-I Wu1-8/+8
2010-10-28mesa: implement integer-valued vertex attribute functionsBrian Paul1-0/+18
2010-10-27vbo: Use CALL_* macros.Chia-I Wu1-8/+8
2010-10-21vbo: support for primitive restartBrian Paul1-0/+13
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-27/+27
2010-05-12mesa/es: Remove omit list.Chia-I Wu1-0/+5
2010-04-04mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul1-0/+2
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-4/+4
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-10/+10
2009-10-07mesa: rename display list functionsBrian Paul1-6/+6
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu1-2/+1
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu1-8/+3
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu1-1/+2
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt1-3/+33
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