Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-22 | use ctx->VertexProgram._Current instead of ctx->VertexProgram._Enabled | Brian | |
2007-01-15 | Hook in split functionality | keithw | |
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 | 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. |