aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save_api.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* vbo: Avoid the copy to current in dlists if not required.Mathias Fröhlich2010-12-101-23/+31
* Merge branch 'glapi-reorg'Chia-I Wu2010-10-291-8/+8
|\
| * vbo: Use CALL_* macros.Chia-I Wu2010-10-271-8/+8
* | mesa: implement integer-valued vertex attribute functionsBrian Paul2010-10-281-0/+18
|/
* vbo: support for primitive restartBrian Paul2010-10-211-0/+13
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-27/+27
* mesa/es: Remove omit list.Chia-I Wu2010-05-121-0/+5
* mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul2010-04-041-0/+2
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-4/+4
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-10/+10
* mesa: rename display list functionsBrian Paul2009-10-071-6/+6
* mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-301-2/+1
* mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu2009-09-301-8/+3
* mesa/main: New feature FEATURE_arrayelt.Chia-I Wu2009-09-301-1/+2
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-3/+33
* mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt2009-09-011-0/+5
* vbo: use _mesa_is_bufferobj()Brian Paul2009-08-121-1/+1
* Merge branch 'mesa_7_5_branch'Brian Paul2009-07-131-0/+5
|\
| * vbo: fix vbo/dlist memory leakBrian Paul2009-07-101-0/+5
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-21/+35
|\|
| * mesa/vbo: fix compile and replay of nodes ending in a FALLBACKKeith Whitwell2009-06-301-13/+27
| * mesa/vbo: use _lookup_prim_by_nr for debuggingKeith Whitwell2009-06-301-1/+1
* | mesa: Make VBO dlist printing use the same path as other dlist printing.Eric Anholt2009-06-191-12/+12
|/
* vbo: cache last dlist vertex in malloced memoryKeith Whitwell2009-04-161-0/+25
* Merge commit 'origin/gallium-0.1'Keith Whitwell2009-03-031-8/+8
|\
| * vbo: use MapBufferRange where availableKeith Whitwell2009-03-031-8/+8
| * mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul2008-09-161-5/+7
| * mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-151-0/+24
| * mesa: improved gl_buffer_object reference countingBrian Paul2008-09-041-4/+13
| * Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...Brian Paul2008-05-301-0/+3
* | mesa: display list clean-upsBrian2009-01-311-3/+3
* | mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...Brian Paul2008-09-161-5/+7
* | mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-151-0/+24
* | mesa: improved gl_buffer_object reference countingBrian Paul2008-09-041-4/+13
* | Fix an error in _save_OBE_DrawElementsXiang, Haihao2007-07-311-0/+3
|/
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-9/+9
* a variety of fixes for MingWzhang2007-06-281-0/+4
* Fix invalid enums passed to MapBufferAapo Tahkola2007-01-181-1/+1
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-1/+10
* Remove debug, reenable inplace splitting.keithw2007-01-151-2/+0
* Remove special-case handling for index and edgeflagKeith Whitwell2007-01-151-32/+12
* Don't perform dangling attribute check on POS attribute. It can't byKeith Whitwell2006-11-201-1/+1
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+1160