Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-15 | Remove debug, reenable inplace splitting. | keithw | |
2007-01-15 | Remove special-case handling for index and edgeflag | Keith Whitwell | |
This isn't required with the changes to core mesa and the new attribute layout. | |||
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 | |
definition dangle (every vertex has a position). However save->currentsz isn't properly maintained for this attribute, as there is no current position value to track. Based on patch from Haihao Xiang. | |||
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 | |
NV_vertex_program path. | |||
2006-11-02 | Fill in missing input slots in the vertex-array + no-vertex-program | Keith Whitwell | |
path. | |||
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 | |
NV_vertex_program implementation has slightly incorrect aliasing behaviour. I think this is reasonable given the simplification and the fact that the mainstream ARB_vp continues to have the correct behaviour. | |||
2006-10-30 | Remove wakeup functions. This code is intended to be active all the | Keith Whitwell | |
time. | |||
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 | |
rather than VBO's - VBOs are easy but need to look closer at the driver interface. The trivial/tri demo works. |