summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_api.c
AgeCommit message (Expand)Author
2011-06-17Merge cleanups for deliveryHEADr300PFO
2011-06-17radeon/r300: code cleanupPFO
2011-06-01Adds r300/dri support for GLES_mesaPFO
2011-05-31Corrects 'référence indéfinie vers « vbo_exec_FlushVertices_internal »'pfo
2011-03-01vbo: add vbo_always_unmap_buffers()Brian Paul
2011-03-01vbo: generate GL_INVALID_VALUE for bad glVertexAttrib indexBrian Paul
2011-02-22vbo: simplify NeedFlush flag clearingBrian Paul
2011-02-22vbo: use ctx intstead of exec->ctxBrian Paul
2011-02-21vbo: more commentsBrian Paul
2011-02-21vbo: make vbo_exec_FlushVertices_internal() staticBrian Paul
2011-02-21vbo: remove old debug code, add commentsBrian Paul
2011-02-21vbo: rename some vars, add new comments, fix formatting, etc.Brian Paul
2011-02-21vbo: use ctx instead of exec->ctxBrian Paul
2011-01-09vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-12-08vbo: Fix GLES2 glVertexAttrib.Chia-I Wu
2010-12-08vbo: Drop second ATTR macro.Chia-I Wu
2010-11-06vbo: Avoid unnecessary copy to/from current in vertex format upgrade.Francisco Jerez
2010-10-28mesa: implement integer-valued vertex attribute functionsBrian Paul
2010-10-21vbo: support for primitive restartBrian Paul
2010-10-14Drop the "neutral" tnl moduleKristian Høgsberg
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-15mesa: Fix potential out-of-bounds access by _vbo_Materialf.Vinson Lee
2010-04-27mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.cKristian Høgsberg
2010-04-19mesa: unmap the immediate mode VB before destroying itBrian Paul
2010-04-04mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol
2009-12-01vbo: make flush recursion check code per-contextBrian Paul
2009-11-19vbo: added recursion check in vbo_exec_FlushVertices()Brian Paul
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-04vbo: fix out-of-bounds array accessBrian Paul
2009-10-22mesa: fix up vbo commentsBrian Paul
2009-09-30mesa/main: New feature FEATURE_beginend.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu
2009-08-14vbo: call _mesa_valid_to_render()Brian Paul
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-11vbo: fix assertion, #define IMM_BUFFER_NAMEBrian Paul
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-08mesa/vbo: drop all references to vbo on destroyKeith Whitwell
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul
2009-03-09vbo: yet tighter still usage of FLUSH_NEED_CURRENTKeith Whitwell
2009-03-09vbo: stricter checks on Driver.NeedFlushKeith Whitwell
2009-03-04vbo: second attempt - avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell
2009-03-04Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"Keith Whitwell
2009-03-04vbo: avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell