summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save_draw.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: improved gl_buffer_object reference countingBrian Paul2008-09-041-8/+20
* fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul2008-05-161-1/+1
* fix memory access error in vbo_bind_vertex_listXiang, Haihao2007-09-201-1/+1
* mesa: bind VBO_ATTRIB_XXX to correct input array whenXiang, Haihao2007-09-141-2/+4
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-7/+7
* s/version/vertex/Brian2007-04-121-1/+1
* fix bug in _playback_copy_to_current(): need to skip version position data (s...Brian2007-04-121-0/+2
* Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-1/+1
|\
| * Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)Aapo Tahkola2007-02-261-1/+1
* | XXX comments about shadersBrian2007-02-221-0/+1
|/
* Fix invalid enums passed to MapBufferAapo Tahkola2007-01-181-1/+1
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-6/+11
* Fix typo in display list attrib binding.Keith Whitwell2006-11-021-1/+1
* Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-301-12/+10
* better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-301-3/+25
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+202