summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save_api.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: more const qualifiers to match the latest glext.hBrian Paul2012-06-271-2/+2
* mesa: Add support for GL_ARB_base_instanceFredrik Höglund2012-06-191-0/+2
* mesa: fix glMaterial / dlist bugBrian Paul2012-05-111-0/+57
* vbo: add some commentsBrian Paul2012-05-081-1/+4
* vbo: unmap vertex store before executing listsBrian Paul2012-02-091-10/+10
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-0/+11
* mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu2011-11-291-2/+2
* vbo: better handling of VBO allocation failuresBrian Paul2011-11-111-20/+71
* vbo: pull some code from api_noop.c into vbo moduleBrian Paul2011-11-111-11/+71
* mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.Dave Airlie2011-09-061-0/+46
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-4/+4
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-1/+1
* vbo: run 'indent' on vbo_save_api.cBrian Paul2011-06-081-362/+456
* vbo: rename DO_FALLBACK -> dlist_fallbackBrian Paul2011-06-081-9/+9
* vbo: check array indexes to prevent negative indexingBrian Paul2011-06-081-6/+5
* vbo: fix error parameterBrian Paul2011-03-021-1/+1
* vbo: generate GL_INVALID_VALUE for bad glVertexAttrib indexBrian Paul2011-03-011-1/+1
* vbo: rename some vars, add new comments, fix formatting, etc.Brian Paul2011-02-211-3/+3
* 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