Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-26 | draw: Add EMIT_4UB_BGRA format | Jakob Bornecrantz | |
Needed for i915g, also fixed swizzle in draw_vs_aos_io. | |||
2010-03-26 | draw: Use translate function instead of switch cases | Jakob Bornecrantz | |
2008-10-06 | make draw's vertex_info struct smaller/quicker to compare with memcmp() | Keith Whitwell | |
2008-04-19 | draw: rearrange debug code | Keith Whitwell | |
2008-04-19 | draw: move some pipeline-specific code & state to draw_pipe.[ch] | Keith Whitwell | |
2008-04-10 | remove usage of vertex_header | Keith Whitwell | |
2008-03-13 | gallium: added new EMIT_HEADER token | Brian | |
Used to emit the struct vertex_header info for softpipe. Before we were using the EMIT_ALL token but that's insufficient for the draw pass-through mode. EMIT_ALL might get removed soon... | |||
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |