summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_exec_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge commit 'origin/gallium-0.1'Keith Whitwell2009-03-031-26/+47
|\
| * vbo: missing line from previous commitKeith Whitwell2009-03-031-1/+1
| * vbo: use MapBufferRange where availableKeith Whitwell2009-03-031-26/+36
| * mesa: Add BeginVertices driver callKeith Whitwell2009-03-031-0/+10
* | mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-24/+62
|\ \
| * | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-101-18/+26
| |\|
| | * mesa: add new internal state for tracking current vertex attribsKeith Whitwell2008-10-031-18/+26
| | * mesa: improved gl_buffer_object reference countingBrian Paul2008-09-041-2/+6
| * | Merge commit 'origin/master' into HEADKeith Whitwell2008-09-261-5/+5
| |\ \
| * \ \ Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-111-2/+6
| |\ \ \ | | |_|/ | |/| |
| * | | mesa: added GLAPIENTRY keywordsJonathan White2008-07-071-5/+5
| * | | mesa: added _vbo_VertexAttrib4f()Brian Paul2008-07-031-0/+7
| * | | mesa: added _vbo_Materialfv()Brian Paul2008-06-201-0/+5
| * | | mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functionsBrian Paul2008-06-201-0/+21
| * | | mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul2008-06-181-5/+5
| * | | mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-101-0/+4
| * | | mesa: Fix glBegin-time test for invalid programs/shaders.Brian Paul2008-04-111-8/+23
| * | | mesa: revert fast-track glColor and similar calls when not immediate mode ren...Brian2008-03-141-9/+2
| * | | mesa: fast-track glColor and similar calls when not immediate mode renderingKeith Whitwell2008-03-101-2/+9
| * | | fix VBO clean-up in vbo_exec_vtx_destroy()Brian2007-08-201-4/+13
| * | | added vbo_use_buffer_objects() to specify that immediate mode data should be ...Brian2007-08-171-0/+35
* | | | mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul2009-02-021-1/+4
| |_|/ |/| |
* | | mesa: fix some VBO buffer object issuesBrian Paul2008-09-251-4/+12
* | | added vbo_use_buffer_objects() to specify that immediate mode data should be ...Brian2008-09-231-0/+35
* | | mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul2008-09-231-5/+5
* | | mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-0/+4
| |/ |/|
* | mesa: improved gl_buffer_object reference countingBrian Paul2008-09-041-2/+6
* | Fix glBegin-time test for invalid programs/shaders.Brian2008-02-201-8/+23
|/
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-10/+10
* a variety of fixes for MingWzhang2007-06-281-0/+5
* for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543Brian2007-04-061-2/+2
* XXX comments about shadersBrian2007-02-221-0/+1
* Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-301-45/+31
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+716