summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell
2008-05-27draw: add disabled debug codeKeith Whitwell
2008-05-27draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell
2008-05-27draw: fix ABS aliasing bugKeith Whitwell
2008-05-27draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell
2008-05-27draw: remove dead fileKeith Whitwell
2008-05-27draw: Fixed typo in draw_pt_varray and added commentsJakob Bornecrantz
2008-05-27draw: Fix for EMIT_4UB caseJakob Bornecrantz
2008-05-27draw: hook up viewport / rhw emit to varient key stateKeith Whitwell
2008-05-27draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non...Keith Whitwell
2008-05-27draw: dump individual instructions as they are processedKeith Whitwell
2008-05-27tgsi: export utils for dumping individual instructionsKeith Whitwell
2008-05-27draw: fix writemask/shufps confusionKeith Whitwell
2008-05-27draw: some possible fixes for spillingKeith Whitwell
2008-05-27ffvertex: emit full LIT when attenuating (needs the 1 in X position)Keith Whitwell
2008-05-27ffvertex: don't compute whole eye vector if only eye.z is requiredKeith Whitwell
2008-05-26draw: defensively flush pipeline backend when setting primitiveKeith Whitwell
2008-05-26draw: defensively reset render primitive some moreKeith Whitwell
2008-05-26draw: defensively reset render primitive, which can get clobbered by clippingKeith Whitwell
2008-05-26draw: add missing breakKeith Whitwell
2008-05-26draw: extend precision in RSQ opcodeKeith Whitwell
2008-05-26draw: more aos tweaksKeith Whitwell
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-25cso: use memcpy rather than structure asignment for copyingKeith Whitwell
2008-05-25draw: add viewport support to generic vs varient codeKeith Whitwell
2008-05-25draw: fix input vs output typo in emitKeith Whitwell
2008-05-24Revert "mesa: save a temp on normalizes"Keith Whitwell
2008-05-24draw: use lookup tables to avoid calling pow() in LIT opcodeKeith Whitwell
2008-05-24mesa: pre-swizzle normal scale state valueKeith Whitwell
2008-05-24mesa: evaluate _NeedEyeCoords prior to generating internal vertex shaderKeith Whitwell
2008-05-24draw: add a debug-print which can be called from inside generated shadersKeith Whitwell
2008-05-24rtasm: add some helpers for calling out from generated codeKeith Whitwell
2008-05-23mesa: save a temp on normalizesKeith Whitwell
2008-05-23mesa: further degenerate the special case lit substituteKeith Whitwell
2008-05-23glapi: fix include path & make build workKeith Whitwell
2008-05-23mesa: don't emit LIT instruction when mat shininess known to be zeroKeith Whitwell
2008-05-23draw: faster LIT(), incorrect thoughKeith Whitwell
2008-05-23mesa: do object-space lighting in ffvertex_prog.cKeith 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: fse works with elts, remove assertKeith Whitwell