Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r5xx: Fix typo of epic proportions. | Corbin Simpson | 2008-05-18 | 1 | -1/+1 | |
| * | r5xx: ALU/OUT fixups. | Corbin Simpson | 2008-05-18 | 1 | -56/+43 | |
| * | r300: fixup US_OUT_FMT bits | Dave Airlie | 2008-05-18 | 1 | -5/+9 | |
| * | r500: you can have a single texcoord | Dave Airlie | 2008-05-18 | 1 | -2/+5 | |
| * | r5xx: Add OPCODE_KIL. | Corbin Simpson | 2008-05-17 | 1 | -0/+6 | |
| * | r5xx: Added OPCODE_DPH. | Corbin Simpson | 2008-05-17 | 1 | -0/+20 | |
| * | r5xx: Fix FRC. | Corbin Simpson | 2008-05-17 | 1 | -0/+2 | |
| * | r5xx: Fix SCS. | Corbin Simpson | 2008-05-17 | 1 | -11/+21 | |
| * | r5xx: Add OPCODE_SWZ. | Corbin Simpson | 2008-05-17 | 1 | -0/+4 | |
| * | r5xx: Add OPCODE_SCS. | Corbin Simpson | 2008-05-17 | 1 | -1/+51 | |
| * | r5xx: Adding more opcodes. | Corbin Simpson | 2008-05-17 | 1 | -0/+82 | |
| * | r5xx: First swing at OPCODE_COS. | Corbin Simpson | 2008-05-17 | 1 | -0/+14 | |
| * | r5xx: Unbreak MAX and MIN. | Corbin Simpson | 2008-05-17 | 1 | -2/+2 | |
| * | r500: set fragprog end to correct place | Dave Airlie | 2008-05-17 | 1 | -3/+4 | |
| * | r300: SC register naming cleanup | Alex Deucher | 2008-05-17 | 2 | -31/+37 | |
| * | r500: write out the correct FP registers | Alex Deucher | 2008-05-17 | 6 | -6/+43 | |
| * | r500: default rsunit swizzle like fglrx | Dave Airlie | 2008-05-15 | 2 | -3/+14 | |
| * | r500: shift tex src properly | Dave Airlie | 2008-05-15 | 1 | -2/+2 | |
| * | r500: fixup r500 rs unit texture coordinate counting | Dave Airlie | 2008-05-15 | 1 | -13/+15 | |
| * | r500: remove some debugging | Dave Airlie | 2008-05-15 | 1 | -3/+1 | |
| * | r500: split output/pixel masks and emit in the correct places | Dave Airlie | 2008-05-15 | 1 | -19/+20 | |
| * | r3/500: emit RS state before VAP | Dave Airlie | 2008-05-15 | 1 | -3/+4 | |
| * | r500: fixup the program allocations to be the correct sizes | Dave Airlie | 2008-05-15 | 1 | -10/+31 | |
| * | r300: set screen so that context init can find out chip ids | Dave Airlie | 2008-05-15 | 1 | -1/+1 | |
| * | r500: add cmp support in theory | Dave Airlie | 2008-05-15 | 1 | -0/+24 | |
| * | r500: some trivial fixups to get tri working. | Dave Airlie | 2008-05-15 | 2 | -10/+14 | |
| * | r500: we just need to emit a colour for clear drop tex instruction | Dave Airlie | 2008-05-15 | 1 | -34/+1 | |
| * | R300: clean up GA registers | Alex Deucher | 2008-05-13 | 3 | -177/+177 | |
| * | R3xx: clean up ZB registers | Alex Deucher | 2008-05-13 | 5 | -186/+181 | |
| * | R300: clean up CB registers | Alex Deucher | 2008-05-13 | 4 | -67/+76 | |
| * | R300: clean up Fog registers | Alex Deucher | 2008-05-13 | 4 | -72/+71 | |
| * | R500: fixup r300EmitClearState() FP for r5xx | Alex Deucher | 2008-05-13 | 1 | -8/+19 | |
| * | R300: cleanup FS code and fill in missing details | Alex Deucher | 2008-05-13 | 6 | -375/+409 | |
| * | R3xx: more PVS cleanup | Alex Deucher | 2008-05-13 | 4 | -34/+32 | |
| * | Merge branch 'r500-support' of git+ssh://[email protected]/git/mesa/m... | Alex Deucher | 2008-05-12 | 6 | -201/+270 | |
| |\ | ||||||
| | * | r500: cleanup r500 RS setup | Dave Airlie | 2008-05-07 | 2 | -49/+67 | |
| | * | r500: for rectangular textures set to unscaled coordinates. | Dave Airlie | 2008-05-07 | 1 | -0/+4 | |
| | * | r5xx: Fix FP inputs. (For good?) | Corbin Simpson | 2008-05-07 | 1 | -8/+59 | |
| | * | r5xx: Fix false error with DP3/DP4. | Corbin Simpson | 2008-05-06 | 1 | -18/+8 | |
| | * | r5xx: Index inputs and temps. | Corbin Simpson | 2008-05-06 | 2 | -95/+41 | |
| | * | r5xx: FP: Add OPCODE_TXB. | Corbin Simpson | 2008-05-06 | 1 | -0/+9 | |
| | * | r5xx: FP: Make MOV/ABS look pretty. | Corbin Simpson | 2008-05-06 | 1 | -39/+32 | |
| | * | r5xx: Emit an OUT instruction at the end of execution. | Corbin Simpson | 2008-05-06 | 1 | -5/+23 | |
| | * | r5xx: We update max_temp_idx now, so no need to hard-code it. | Corbin Simpson | 2008-05-06 | 1 | -1/+1 | |
| | * | r5xx: Fix typo. | Corbin Simpson | 2008-05-06 | 1 | -1/+1 | |
| | * | r5xx: Use max_temp_idx. | Corbin Simpson | 2008-05-06 | 1 | -4/+14 | |
| | * | r500: consolidate tex instructions | Dave Airlie | 2008-05-05 | 1 | -29/+39 | |
| | * | r500: mov cleanup macros | Dave Airlie | 2008-05-05 | 1 | -6/+6 | |
| | * | r500: make tri-param work | Dave Airlie | 2008-05-05 | 3 | -15/+21 | |
| | * | r500: make sure we emit max temp atom. | Dave Airlie | 2008-05-05 | 3 | -0/+12 |