Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-04 | gallium: Handle client-supplied edgeflags. | Keith Whitwell | |
Also, implement support in the draw module. We were hardwiring these to one for quite a long time... Currently using a draw_set_edgeflags() function, may be better to push the argument into the draw_arrays() function. TBD. | |||
2008-03-10 | gallium: enable bug workaround in draw_vertex_cache_invalidate | Keith Whitwell | |
2008-02-21 | draw: vertex cache rework | Keith Whitwell | |
Take a baby step to straightening out vertex paths. | |||
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |