Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-12 | vbo: Remove unnecessary headers from vbo_exec.c. | Vinson Lee | |
2009-03-03 | mesa: Add BeginVertices driver call | Keith Whitwell | |
Provides notification to the VBO modules prior to the first immediate call. Pairs with FlushVertices() | |||
2008-06-10 | mesa: refactor: move #define FEATURE flags into new mfeatures.h file | Brian Paul | |
Also, check the FEATURE flags in many places. | |||
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵ | Brian | |
of -I flags. | |||
2006-10-30 | Remove wakeup functions. This code is intended to be active all the | Keith Whitwell | |
time. | |||
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. |