summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save_draw.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-0/+1
* vbo: cache last dlist vertex in malloced memoryKeith Whitwell2009-04-161-10/+21
* vbo: Silence integer-to-pointer warnings.Michal Krol2009-03-151-3/+3
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-8/+25
|\
| * mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul2008-10-071-1/+1
| * mesa: update state after binding vertex list in dlist pathKeith Whitwell2008-10-071-0/+5
| * mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell2008-10-031-0/+4
| * mesa: add new internal state for tracking current vertex attribsKeith Whitwell2008-10-031-8/+16
| * 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-4/+6
* | mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul2009-02-021-1/+17
* | mesa: set the new array->Format field in VBO codeBrian Paul2009-01-231-0/+1
* | 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