Age | Commit message (Expand) | Author |
2007-02-22 | XXX comments about shaders | Brian |
2007-02-22 | use ctx->VertexProgram._Current instead of ctx->VertexProgram._Enabled | Brian |
2007-02-14 | fix typo preventing generic arrays from working with ARB_vp (bug #9952) | Roland Scheidegger |
2007-02-09 | array overflow fix | Zou Nan hai |
2007-02-01 | fix missing ADD_POINTERS, fixes crashes if the index elements are in a vbo. | Roland Scheidegger |
2007-01-30 | Use new rebase helper. Remove other rebase code. | Keith Whitwell |
2007-01-30 | Helper for rebasing draw requests where min_index != 0. | Keith Whitwell |
2007-01-25 | do not rebase index buffers as it does not work currently (tested with r200 a... | Roland Scheidegger |
2007-01-25 | allocate larger minimum dstelt buffer | Roland Scheidegger |
2007-01-25 | fix dstelt memory allocation to avoid hash corruption | Roland Scheidegger |
2007-01-25 | re-fix bug 9062 in vbo code | Roland Scheidegger |
2007-01-18 | typo fix. this case still fails. | Aapo Tahkola |
2007-01-18 | Fix invalid enums passed to MapBuffer | Aapo Tahkola |
2007-01-18 | Fix invalid enums passed to MapBuffer | Aapo Tahkola |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2007-01-15 | Remove unused index buffer. | Keith Whitwell |
2007-01-15 | Correctly initialize current attribute sizes. | Keith Whitwell |
2007-01-15 | Remove debug, reenable inplace splitting. | keithw |
2007-01-15 | Remove special-case handling for index and edgeflag | Keith Whitwell |
2007-01-15 | Hook in split functionality | keithw |
2007-01-15 | New files to manage splitting drawing commands | keithw |
2006-11-20 | Don't perform dangling attribute check on POS attribute. It can't by | Keith Whitwell |
2006-11-03 | need to call bind_arrays() in vbo_exec_DrawRangeElements. | Roland Scheidegger |
2006-11-02 | Fix typo in last commit | Keith Whitwell |
2006-11-02 | Similarly, fill in missing input slots in the vertex-array + | Keith Whitwell |
2006-11-02 | Fill in missing input slots in the vertex-array + no-vertex-program | Keith Whitwell |
2006-11-02 | Fix typo in display list attrib binding. | Keith Whitwell |
2006-10-31 | move public structure definitions to vbo.h | Keith Whitwell |
2006-10-30 | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell |
2006-10-30 | Remove wakeup functions. This code is intended to be active all the | Keith Whitwell |
2006-10-30 | switch several dri drivers over | Keith Whitwell |
2006-10-30 | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell |
2006-10-29 | Checkpoint of new vbo-building code. Currently builds regular arrays | Keith Whitwell |