summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_save_draw.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-06-04vbo: misc clean-upsBrian Paul1-29/+36
2010-05-12mesa/es: Remove omit list.Chia-I Wu1-0/+6
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-1/+1
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt1-0/+1
2009-04-16vbo: cache last dlist vertex in malloced memoryKeith Whitwell1-10/+21
2009-03-15vbo: Silence integer-to-pointer warnings.Michal Krol1-3/+3
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-8/+25
2009-02-02mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul1-1/+17
2009-01-23mesa: set the new array->Format field in VBO codeBrian Paul1-0/+1
2008-10-07mesa: replace GLuint with GLbitfield to be clearer about usageBrian Paul1-1/+1
2008-10-07mesa: update state after binding vertex list in dlist pathKeith Whitwell1-0/+5
2008-10-03mesa: avoid generating constant vertex attributes in fixedfunc programsKeith Whitwell1-0/+4
2008-10-03mesa: add new internal state for tracking current vertex attribsKeith Whitwell1-8/+16
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-8/+20
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul1-8/+20
2008-05-16fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul1-4/+6
2008-05-16fix an attr/src mix-up when setting-up/binding vertex arraysBrian Paul1-1/+1
2007-09-20fix memory access error in vbo_bind_vertex_listXiang, Haihao1-1/+1
2007-09-14mesa: bind VBO_ATTRIB_XXX to correct input array whenXiang, Haihao1-2/+4
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-7/+7
2007-04-12s/version/vertex/Brian1-1/+1
2007-04-12fix bug in _playback_copy_to_current(): need to skip version position data (s...Brian1-0/+2
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian1-1/+1
2007-02-26Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)Aapo Tahkola1-1/+1
2007-02-22XXX comments about shadersBrian1-0/+1
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola1-1/+1
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-6/+11
2006-11-02Fix typo in display list attrib binding.Keith Whitwell1-1/+1
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell1-12/+10
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell1-3/+25
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell1-0/+202