summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_save_draw.c
AgeCommit message (Expand)Author
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul
2008-05-16fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul
2007-09-20fix memory access error in vbo_bind_vertex_listXiang, Haihao
2007-09-14mesa: bind VBO_ATTRIB_XXX to correct input array whenXiang, Haihao
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-04-12s/version/vertex/Brian
2007-04-12fix bug in _playback_copy_to_current(): need to skip version position data (s...Brian
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian
2007-02-26Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)Aapo Tahkola
2007-02-22XXX comments about shadersBrian
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-02Fix typo in display list attrib binding.Keith Whitwell
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