summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-27softpipe: enable vbuf by defaultgallium-vertex-linearKeith Whitwell1-3/+5
2008-05-27draw: reset stipple counter whenever non-line prim encounteredKeith Whitwell1-2/+18
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell6-50/+71
2008-05-27draw: add disabled debug codeKeith Whitwell2-2/+41
2008-05-27draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell3-10/+13
2008-05-27draw: fix ABS aliasing bugKeith Whitwell1-4/+5
2008-05-27draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell5-15/+21
2008-05-27draw: remove dead fileKeith Whitwell1-705/+0
2008-05-27draw: Fixed typo in draw_pt_varray and added commentsJakob Bornecrantz1-3/+3
2008-05-27draw: Fix for EMIT_4UB caseJakob Bornecrantz1-1/+4
2008-05-27draw: hook up viewport / rhw emit to varient key stateKeith Whitwell3-19/+53
2008-05-27draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non...Keith Whitwell1-52/+65
2008-05-27draw: dump individual instructions as they are processedKeith Whitwell1-2/+24
2008-05-27tgsi: export utils for dumping individual instructionsKeith Whitwell2-12/+30
2008-05-27draw: fix writemask/shufps confusionKeith Whitwell1-3/+4
2008-05-27draw: some possible fixes for spillingKeith Whitwell1-12/+18
2008-05-27ffvertex: emit full LIT when attenuating (needs the 1 in X position)Keith Whitwell2-19/+32
2008-05-27ffvertex: don't compute whole eye vector if only eye.z is requiredKeith Whitwell1-3/+27
2008-05-26draw: defensively flush pipeline backend when setting primitiveKeith Whitwell1-0/+4
2008-05-26draw: defensively reset render primitive some moreKeith Whitwell1-0/+8
2008-05-26draw: defensively reset render primitive, which can get clobbered by clippingKeith Whitwell1-1/+16
2008-05-26draw: add missing breakKeith Whitwell1-0/+1
2008-05-26draw: extend precision in RSQ opcodeKeith Whitwell2-21/+28
2008-05-26draw: more aos tweaksKeith Whitwell1-2/+24
2008-05-25draw: slight tweak for XPD opcodeKeith Whitwell1-14/+7
2008-05-25draw: remove EXP & LOG from vs_aos.cKeith Whitwell1-81/+4
2008-05-25draw: special case for writing out scalar resultsKeith Whitwell1-25/+102
2008-05-25draw: clean up some of the xmm register manipulation function namesKeith Whitwell1-63/+78
2008-05-25cso: use memcpy rather than structure asignment for copyingKeith Whitwell1-5/+5
2008-05-25draw: add viewport support to generic vs varient codeKeith Whitwell1-2/+41
2008-05-25draw: fix input vs output typo in emitKeith Whitwell1-1/+1
2008-05-24Revert "mesa: save a temp on normalizes"Keith Whitwell1-4/+6
2008-05-24draw: use lookup tables to avoid calling pow() in LIT opcodeKeith Whitwell2-6/+272
2008-05-24mesa: pre-swizzle normal scale state valueKeith Whitwell2-3/+6
2008-05-24mesa: evaluate _NeedEyeCoords prior to generating internal vertex shaderKeith Whitwell1-12/+14
2008-05-24draw: add a debug-print which can be called from inside generated shadersKeith Whitwell2-0/+68
2008-05-24rtasm: add some helpers for calling out from generated codeKeith Whitwell2-3/+47
2008-05-23mesa: save a temp on normalizesKeith Whitwell1-6/+4
2008-05-23mesa: further degenerate the special case lit substituteKeith Whitwell1-9/+12
2008-05-23glapi: fix include path & make build workKeith Whitwell1-1/+1
2008-05-23mesa: don't emit LIT instruction when mat shininess known to be zeroKeith Whitwell1-31/+102
2008-05-23draw: faster LIT(), incorrect thoughKeith Whitwell1-0/+6
2008-05-23mesa: do object-space lighting in ffvertex_prog.cKeith Whitwell3-39/+88
2008-05-23draw: correct but slow LIT() in aos varientKeith Whitwell1-10/+9
2008-05-23draw: tweak x87_emit_ex2 to avoid changing x87 fpu settingsKeith Whitwell1-8/+9
2008-05-23draw: use aligned movs within draw_vs_aos.cKeith Whitwell1-5/+5
2008-05-23draw: for debug, do rhw divide in aos_sse viewport calcsKeith Whitwell1-1/+44
2008-05-23draw: shortcircuit shuffle in aos_sse when possibleKeith Whitwell1-5/+13
2008-05-23draw: remove FPU_MANIP ifdefKeith Whitwell1-10/+1
2008-05-23draw: clean up masked writes in aos sse, make some xmm function names clearerKeith Whitwell1-154/+82