Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵ | Brian | 2007-07-04 | 1 | -1/+1 |
| | | | | of -I flags. | ||||
* | Remove special-case handling for index and edgeflag | Keith Whitwell | 2007-01-15 | 1 | -2/+0 |
| | | | | | This isn't required with the changes to core mesa and the new attribute layout. | ||||
* | move public structure definitions to vbo.h | Keith Whitwell | 2006-10-31 | 1 | -0/+1 |
| | |||||
* | Remove wakeup functions. This code is intended to be active all the | Keith Whitwell | 2006-10-30 | 1 | -2/+0 |
| | | | | time. | ||||
* | Checkpoint of new vbo-building code. Currently builds regular arrays | Keith Whitwell | 2006-10-29 | 1 | -0/+180 |
rather than VBO's - VBOs are easy but need to look closer at the driver interface. The trivial/tri demo works. |