summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs_aos.c
AgeCommit message (Expand)Author
2008-05-25draw: slight tweak for XPD opcodeKeith Whitwell
2008-05-25draw: remove EXP & LOG from vs_aos.cKeith Whitwell
2008-05-25draw: special case for writing out scalar resultsKeith Whitwell
2008-05-25draw: clean up some of the xmm register manipulation function namesKeith Whitwell
2008-05-24draw: use lookup tables to avoid calling pow() in LIT opcodeKeith Whitwell
2008-05-24draw: add a debug-print which can be called from inside generated shadersKeith Whitwell
2008-05-23draw: faster LIT(), incorrect thoughKeith Whitwell
2008-05-23draw: correct but slow LIT() in aos varientKeith Whitwell
2008-05-23draw: tweak x87_emit_ex2 to avoid changing x87 fpu settingsKeith Whitwell
2008-05-23draw: use aligned movs within draw_vs_aos.cKeith Whitwell
2008-05-23draw: for debug, do rhw divide in aos_sse viewport calcsKeith Whitwell
2008-05-23draw: shortcircuit shuffle in aos_sse when possibleKeith Whitwell
2008-05-23draw: remove FPU_MANIP ifdefKeith Whitwell
2008-05-23draw: clean up masked writes in aos sse, make some xmm function names clearerKeith Whitwell
2008-05-23draw: clean up internal immediates in aos sseKeith Whitwell
2008-05-23draw: when preloading args to x87 stack, need to use reverse orderKeith Whitwell
2008-05-23draw: avoid a pointless mov in many sse opcodesKeith Whitwell
2008-05-23draw: fix x87_ex2 and partially fix lit insnKeith Whitwell
2008-05-23draw: fix fpu control word manipulationsKeith Whitwell
2008-05-23draw: fix vs aos internal/machine stateKeith Whitwell
2008-05-23draw: add viewport to varient stateKeith Whitwell
2008-05-23draw: add aos vertex shader varientKeith Whitwell