aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save_api.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add const qualifier to glMultiDrawElementsEXT() indices paramBrian Paul2013-06-261-1/+1
* vbo: add comments, const qualifiersBrian Paul2013-05-031-5/+20
* mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.Brian Paul2013-05-031-4/+4
* vbo: update comments for vbo_save_NotifyBegin()Brian Paul2013-05-031-2/+10
* vbo: implement primitive merging for glBegin/End sequencesBrian Paul2013-05-031-14/+8
* mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul2013-05-021-26/+0
* mesa: remove GLvertexformat::Rectf()Brian Paul2013-05-021-18/+1
* mesa: simplify dispatch for glDraw* functionsBrian Paul2013-05-021-173/+0
* vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch()Brian Paul2013-05-021-0/+18
* mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul2013-05-021-1/+8
* mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul2013-05-021-1/+1
* mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul2013-05-021-1/+2
* vbo: remove redundant vfmt->Begin = _save_Begin assignmentBrian Paul2013-05-021-1/+0
* vbo: fix parameter validation for saving dlist glDraw* functionsBrian Paul2013-05-021-4/+39
* mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul2013-05-021-2/+1
* mesa: fix CurrentSavePrimitive <= GL_POLYGON testsBrian Paul2013-05-021-1/+1
* mesa: use new _mesa_inside_dlist_begin_end() functionBrian Paul2013-04-231-2/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* vbo: Merge GL_QUADS drawing requests in display lists.Eric Anholt2013-02-111-0/+43
* vbo: Print display list debug using printf() like dlist.c does.Eric Anholt2013-02-111-8/+8
* mesa: don't initialize VBO vtxfmt in _vbo_CreateContextJordan Justen2012-12-161-1/+0
* vbo: fix glVertexAttribI* functionsMarek Olšák2012-11-061-4/+8
* mesa: remove FEATURE_dlist define.Oliver McFadden2012-09-151-6/+0
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-4/+2
* mesa: s/FREE/free/Brian Paul2012-09-011-3/+3
* mesa: s/MALLOC/malloc/Brian Paul2012-09-011-1/+1
* mesa: implement new DrawTransformFeedback functionsMarek Olšák2012-07-121-1/+44
* 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