summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_aos_io.c
AgeCommit message (Expand)Author
2008-06-12gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATEKeith Whitwell
2008-06-02draw: Fix MSVC warnings.José Fonseca
2008-05-28draw: enable FSE by defaultKeith Whitwell
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell
2008-05-27draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell
2008-05-27draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell
2008-05-25draw: fix input vs output typo in emitKeith Whitwell
2008-05-23draw: clean up internal immediates in aos sseKeith Whitwell
2008-05-23draw: add aos vertex shader varientKeith Whitwell