summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_exec_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mesa/main: New feature FEATURE_beginend.Chia-I Wu2009-09-301-1/+93
* | mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-301-6/+1
* | mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu2009-09-301-9/+10
* | mesa/main: New feature FEATURE_arrayelt.Chia-I Wu2009-09-301-1/+2
|/
* vbo: call _mesa_valid_to_render()Brian Paul2009-08-141-20/+1
* Merge branch 'mesa_7_5_branch'José Fonseca2009-06-111-2/+7
|\
| * vbo: fix assertion, #define IMM_BUFFER_NAMEBrian Paul2009-06-111-2/+7
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-091-8/+21
|\|
| * mesa/vbo: drop all references to vbo on destroyKeith Whitwell2009-06-081-8/+21
* | mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-2/+2
|/
* vbo: yet tighter still usage of FLUSH_NEED_CURRENTKeith Whitwell2009-03-091-3/+3
* vbo: stricter checks on Driver.NeedFlushKeith Whitwell2009-03-091-4/+6
* vbo: second attempt - avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell2009-03-041-0/+3
* Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"Keith Whitwell2009-03-041-3/+0
* vbo: avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell2009-03-041-0/+3
* vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is activeKeith Whitwell2009-03-041-6/+4