summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_draw.c
AgeCommit message (Expand)Author
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-06-18mesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/Brian Paul
2008-05-16fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul
2008-05-16fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul
2007-12-18vbo: unmap and remap immediate vbo before/after each draw.Keith Whitwell
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-02-26Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)Aapo Tahkola
2007-01-25re-fix bug 9062 in vbo codeRoland Scheidegger
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell