summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_api.c
AgeCommit message (Expand)Author
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
2009-03-04vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is activeKeith Whitwell
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell
2009-03-03vbo: missing line from previous commitKeith Whitwell
2009-03-03vbo: use MapBufferRange where availableKeith Whitwell
2009-03-03mesa: Add BeginVertices driver callKeith Whitwell
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-02mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell
2008-09-26Merge commit 'origin/master' into HEADKeith Whitwell
2008-09-25mesa: fix some VBO buffer object issuesBrian Paul
2008-09-23added vbo_use_buffer_objects() to specify that immediate mode data should be ...Brian
2008-09-23mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-07-07mesa: added GLAPIENTRY keywordsJonathan White
2008-07-03mesa: added _vbo_VertexAttrib4f()Brian Paul
2008-06-20mesa: added _vbo_Materialfv()Brian Paul
2008-06-20mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functionsBrian Paul