summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_api.c
AgeCommit message (Expand)Author
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
2008-06-18mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul
2008-04-11mesa: Fix glBegin-time test for invalid programs/shaders.Brian Paul
2008-03-14mesa: revert fast-track glColor and similar calls when not immediate mode ren...Brian
2008-03-10mesa: fast-track glColor and similar calls when not immediate mode renderingKeith Whitwell
2008-02-20Fix glBegin-time test for invalid programs/shaders.Brian
2007-08-20fix VBO clean-up in vbo_exec_vtx_destroy()Brian
2007-08-17added vbo_use_buffer_objects() to specify that immediate mode data should be ...Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-06-28a variety of fixes for MingWzhang
2007-04-06for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543Brian
2007-02-22XXX comments about shadersBrian
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell