summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_exec_api.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add support for GL_ARB_base_instanceFredrik Höglund2012-06-191-0/+1
* mesa: implement DEBUG_ALWAYS_FLUSH debug optionBrian Paul2012-05-111-0/+4
* mesa: fix glMaterial / dlist bugBrian Paul2012-05-111-0/+95
* vbo: move vbo_draw_method into vbo_context.hMarek Olšák2012-05-081-1/+1
* vbo: remove vbo_context::generic_currvalMarek Olšák2012-04-191-2/+4
* vbo: remove vbo_context::legacy_currvalMarek Olšák2012-04-191-2/+2
* mesa: Fold error generation into _mesa_valid_prim_mode().Eric Anholt2012-03-191-2/+1
* vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArraysBrian Paul2011-12-261-0/+2
* vbo: remove unreachable _mesa_error() callBrian Paul2011-12-021-3/+0
* vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich2011-11-291-8/+16
* vbo: better handling of VBO allocation failuresBrian Paul2011-11-111-1/+6
* vbo: pull some code from api_noop.c into vbo moduleBrian Paul2011-11-111-5/+137
* mesa: Add dd_function_table::PrepareExecBeginChad Versace2011-10-181-0/+3
* mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode()Brian Paul2011-09-211-0/+7
* mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.Dave Airlie2011-09-061-0/+45
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-1/+1
* mesa: fix !FEATURE_GL buildChia-I Wu2011-08-211-18/+18
* vbo: check array indexes to prevent negative indexingBrian Paul2011-06-081-4/+8
* mesa: Update _ElementSize in a few more places.José Fonseca2011-04-071-0/+2
* vbo: add vbo_always_unmap_buffers()Brian Paul2011-03-011-1/+18
* vbo: generate GL_INVALID_VALUE for bad glVertexAttrib indexBrian Paul2011-03-011-2/+2
* vbo: simplify NeedFlush flag clearingBrian Paul2011-02-221-4/+1
* vbo: use ctx intstead of exec->ctxBrian Paul2011-02-221-8/+8
* vbo: more commentsBrian Paul2011-02-211-0/+5
* vbo: make vbo_exec_FlushVertices_internal() staticBrian Paul2011-02-211-21/+20
* vbo: remove old debug code, add commentsBrian Paul2011-02-211-4/+8
* vbo: rename some vars, add new comments, fix formatting, etc.Brian Paul2011-02-211-55/+74
* vbo: use ctx instead of exec->ctxBrian Paul2011-02-211-3/+3
* vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* vbo: Fix GLES2 glVertexAttrib.Chia-I Wu2010-12-081-21/+35
* vbo: Drop second ATTR macro.Chia-I Wu2010-12-081-27/+1
* vbo: Avoid unnecessary copy to/from current in vertex format upgrade.Francisco Jerez2010-11-061-40/+58
* mesa: implement integer-valued vertex attribute functionsBrian Paul2010-10-281-0/+18
* vbo: support for primitive restartBrian Paul2010-10-211-0/+23
* Drop the "neutral" tnl moduleKristian Høgsberg2010-10-141-7/+7
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* mesa: Fix potential out-of-bounds access by _vbo_Materialf.Vinson Lee2010-07-151-1/+4
* mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.cKristian Høgsberg2010-04-271-0/+57
* mesa: unmap the immediate mode VB before destroying itBrian Paul2010-04-191-1/+4
* mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul2010-04-041-0/+1
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-191-2/+2
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-3/+3
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-10/+10
* mesa: Enable true refcounting for NullBufferObj.Michal Krol2010-02-091-0/+12
* vbo: make flush recursion check code per-contextBrian Paul2009-12-011-5/+6
* vbo: added recursion check in vbo_exec_FlushVertices()Brian Paul2009-11-191-1/+17
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-041-0/+6
|\
| * vbo: fix out-of-bounds array accessBrian Paul2009-11-041-0/+6
* | mesa: fix up vbo commentsBrian Paul2009-10-221-8/+14