summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Fix glBegin-time test for invalid programs/shaders.Brian3-8/+41
2008-01-01fix vbo display list memleak upon context destructionBrian2-0/+16
2007-09-14From trunk: mesa: bind VBO_ATTRIB_XXX to correct input array when executing a...Brian1-2/+4
2007-08-07fix bug 9962 (vbo splitting) as in trunkBrian1-1/+8
2007-06-28a variety of fixes for MingWzhang2-0/+9
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-04-06for evaluators, loop to VBO_ATTRIB_TEX7, not VBO_ATTRIB_INDEX. See bug 10543Brian2-4/+4
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian4-2/+63
2007-03-08 Updates of the OpenVMS makefiles.J.Jansen1-0/+60
2007-02-26fix mem leakBrian1-0/+1
2007-02-26Fix #10071 - wrong max_index in vbo draw_prims. (Papadakos Panagiotis)Aapo Tahkola2-2/+2
2007-02-22XXX comments about shadersBrian2-0/+2
2007-02-22use ctx->VertexProgram._Current instead of ctx->VertexProgram._EnabledBrian1-2/+2
2007-02-14fix typo preventing generic arrays from working with ARB_vp (bug #9952)Roland Scheidegger1-1/+1
2007-02-09 array overflow fixZou Nan hai1-2/+2
2007-02-01fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo.Roland Scheidegger1-5/+7
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell5-73/+79
2007-01-30Helper for rebasing draw requests where min_index != 0.Keith Whitwell2-0/+235
2007-01-25do not rebase index buffers as it does not work currently (tested with r200 a...Roland Scheidegger1-2/+3
2007-01-25allocate larger minimum dstelt bufferRoland Scheidegger1-1/+1
2007-01-25fix dstelt memory allocation to avoid hash corruptionRoland Scheidegger1-1/+1
2007-01-25re-fix bug 9062 in vbo codeRoland Scheidegger1-0/+5
2007-01-18typo fix. this case still fails.Aapo Tahkola1-1/+1
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola1-1/+1
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola3-4/+4
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell4-14/+30
2007-01-15Remove unused index buffer.Keith Whitwell2-10/+1
2007-01-15Correctly initialize current attribute sizes.Keith Whitwell1-2/+9
2007-01-15Remove debug, reenable inplace splitting.keithw3-18/+3
2007-01-15Remove special-case handling for index and edgeflagKeith Whitwell5-181/+24
2007-01-15Hook in split functionalitykeithw2-7/+37
2007-01-15New files to manage splitting drawing commandskeithw4-0/+1083
2006-11-20Don't perform dangling attribute check on POS attribute. It can't byKeith Whitwell1-1/+1
2006-11-03need to call bind_arrays() in vbo_exec_DrawRangeElements.Roland Scheidegger1-1/+3
2006-11-02Fix typo in last commitKeith Whitwell1-1/+1
2006-11-02Similarly, fill in missing input slots in the vertex-array +Keith Whitwell1-0/+7
2006-11-02Fill in missing input slots in the vertex-array + no-vertex-programKeith Whitwell1-1/+10
2006-11-02Fix typo in display list attrib binding.Keith Whitwell1-1/+1
2006-10-31move public structure definitions to vbo.hKeith Whitwell5-25/+31
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell7-89/+94
2006-10-30Remove wakeup functions. This code is intended to be active all theKeith Whitwell5-46/+19
2006-10-30switch several dri drivers overKeith Whitwell3-4/+42
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell7-139/+214
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell15-0/+4705