summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_api.c
AgeCommit message (Expand)Author
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-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-02-20Fix glBegin-time test for invalid programs/shaders.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