summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-18r5xx: Swap sources for CMP.Corbin Simpson1-8/+13
2008-05-18r5xx: Fix typo of epic proportions.Corbin Simpson1-1/+1
2008-05-18r5xx: ALU/OUT fixups.Corbin Simpson1-56/+43
2008-05-18r300: fixup US_OUT_FMT bitsDave Airlie1-5/+9
2008-05-18r500: you can have a single texcoordDave Airlie1-2/+5
2008-05-17r5xx: Add OPCODE_KIL.Corbin Simpson1-0/+6
2008-05-17r5xx: Added OPCODE_DPH.Corbin Simpson1-0/+20
2008-05-17r5xx: Fix FRC.Corbin Simpson1-0/+2
2008-05-17r5xx: Fix SCS.Corbin Simpson1-11/+21
2008-05-17r5xx: Add OPCODE_SWZ.Corbin Simpson1-0/+4
2008-05-17r5xx: Add OPCODE_SCS.Corbin Simpson1-1/+51
2008-05-17r5xx: Adding more opcodes.Corbin Simpson1-0/+82
2008-05-17r5xx: First swing at OPCODE_COS.Corbin Simpson1-0/+14
2008-05-17r5xx: Unbreak MAX and MIN.Corbin Simpson1-2/+2
2008-05-17r500: set fragprog end to correct placeDave Airlie1-3/+4
2008-05-17r300: SC register naming cleanupAlex Deucher2-31/+37
2008-05-17r500: write out the correct FP registersAlex Deucher6-6/+43
2008-05-15r500: default rsunit swizzle like fglrxDave Airlie2-3/+14
2008-05-15r500: shift tex src properlyDave Airlie1-2/+2
2008-05-15r500: fixup r500 rs unit texture coordinate countingDave Airlie1-13/+15
2008-05-15r500: remove some debuggingDave Airlie1-3/+1
2008-05-15r500: split output/pixel masks and emit in the correct placesDave Airlie1-19/+20
2008-05-15r3/500: emit RS state before VAPDave Airlie1-3/+4
2008-05-15r500: fixup the program allocations to be the correct sizesDave Airlie1-10/+31
2008-05-15r300: set screen so that context init can find out chip idsDave Airlie1-1/+1
2008-05-15r500: add cmp support in theoryDave Airlie1-0/+24
2008-05-15r500: some trivial fixups to get tri working.Dave Airlie2-10/+14
2008-05-15r500: we just need to emit a colour for clear drop tex instructionDave Airlie1-34/+1
2008-05-13R300: clean up GA registersAlex Deucher3-177/+177
2008-05-13R3xx: clean up ZB registersAlex Deucher5-186/+181
2008-05-13R300: clean up CB registersAlex Deucher4-67/+76
2008-05-13R300: clean up Fog registersAlex Deucher4-72/+71
2008-05-13R500: fixup r300EmitClearState() FP for r5xxAlex Deucher1-8/+19
2008-05-13R300: cleanup FS code and fill in missing detailsAlex Deucher6-375/+409
2008-05-13R3xx: more PVS cleanupAlex Deucher4-34/+32
2008-05-12Merge branch 'r500-support' of git+ssh://agd5f@git.freedesktop.org/git/mesa/m...Alex Deucher6-201/+270
2008-05-12R500: add support for 4k texturesAlex Deucher4-5/+18
2008-05-07r500: cleanup r500 RS setupDave Airlie2-49/+67
2008-05-07r500: for rectangular textures set to unscaled coordinates.Dave Airlie1-0/+4
2008-05-07r5xx: Fix FP inputs. (For good?)Corbin Simpson1-8/+59
2008-05-06r5xx: Fix false error with DP3/DP4.Corbin Simpson1-18/+8
2008-05-06r5xx: Index inputs and temps.Corbin Simpson2-95/+41
2008-05-06r5xx: FP: Add OPCODE_TXB.Corbin Simpson1-0/+9
2008-05-06r5xx: FP: Make MOV/ABS look pretty.Corbin Simpson1-39/+32
2008-05-06r5xx: Emit an OUT instruction at the end of execution.Corbin Simpson1-5/+23
2008-05-06r5xx: We update max_temp_idx now, so no need to hard-code it.Corbin Simpson1-1/+1
2008-05-06r5xx: Fix typo.Corbin Simpson1-1/+1
2008-05-06r5xx: Use max_temp_idx.Corbin Simpson1-4/+14
2008-05-05r500: consolidate tex instructionsDave Airlie1-29/+39
2008-05-05r500: mov cleanup macrosDave Airlie1-6/+6