Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul | 2008-06-10 | 1 | -1/+5 |
| | | | | Also, check the FEATURE flags in many places. | ||||
* | use ctx->VertexProgram._Current instead of ctx->VertexProgram._Enabled | Brian | 2007-02-22 | 1 | -2/+2 |
| | |||||
* | Hook in split functionality | keithw | 2007-01-15 | 1 | -7/+1 |
| | |||||
* | move public structure definitions to vbo.h | Keith Whitwell | 2006-10-31 | 1 | -0/+1 |
| | |||||
* | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell | 2006-10-30 | 1 | -3/+11 |
| | | | | | | | 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. | ||||
* | switch several dri drivers over | Keith Whitwell | 2006-10-30 | 1 | -3/+0 |
| | |||||
* | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell | 2006-10-30 | 1 | -0/+7 |
| | |||||
* | Checkpoint of new vbo-building code. Currently builds regular arrays | Keith Whitwell | 2006-10-29 | 1 | -0/+101 |
rather than VBO's - VBOs are easy but need to look closer at the driver interface. The trivial/tri demo works. |