summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r500: you can have a single texcoordDave Airlie2008-05-181-2/+5
* r5xx: Add OPCODE_KIL.Corbin Simpson2008-05-171-0/+6
* r5xx: Added OPCODE_DPH.Corbin Simpson2008-05-171-0/+20
* r5xx: Fix FRC.Corbin Simpson2008-05-171-0/+2
* r5xx: Fix SCS.Corbin Simpson2008-05-171-11/+21
* r5xx: Add OPCODE_SWZ.Corbin Simpson2008-05-171-0/+4
* r5xx: Add OPCODE_SCS.Corbin Simpson2008-05-171-1/+51
* r5xx: Adding more opcodes.Corbin Simpson2008-05-171-0/+82
* r5xx: First swing at OPCODE_COS.Corbin Simpson2008-05-171-0/+14
* r5xx: Unbreak MAX and MIN.Corbin Simpson2008-05-171-2/+2
* r500: set fragprog end to correct placeDave Airlie2008-05-171-3/+4
* r300: SC register naming cleanupAlex Deucher2008-05-172-31/+37
* r500: write out the correct FP registersAlex Deucher2008-05-176-6/+43
* r500: default rsunit swizzle like fglrxDave Airlie2008-05-152-3/+14
* r500: shift tex src properlyDave Airlie2008-05-151-2/+2
* r500: fixup r500 rs unit texture coordinate countingDave Airlie2008-05-151-13/+15
* r500: remove some debuggingDave Airlie2008-05-151-3/+1
* r500: split output/pixel masks and emit in the correct placesDave Airlie2008-05-151-19/+20
* r3/500: emit RS state before VAPDave Airlie2008-05-151-3/+4
* r500: fixup the program allocations to be the correct sizesDave Airlie2008-05-151-10/+31
* r300: set screen so that context init can find out chip idsDave Airlie2008-05-151-1/+1
* r500: add cmp support in theoryDave Airlie2008-05-151-0/+24
* r500: some trivial fixups to get tri working.Dave Airlie2008-05-152-10/+14
* r500: we just need to emit a colour for clear drop tex instructionDave Airlie2008-05-151-34/+1
* R300: clean up GA registersAlex Deucher2008-05-133-177/+177
* R3xx: clean up ZB registersAlex Deucher2008-05-135-186/+181
* R300: clean up CB registersAlex Deucher2008-05-134-67/+76
* R300: clean up Fog registersAlex Deucher2008-05-134-72/+71
* R500: fixup r300EmitClearState() FP for r5xxAlex Deucher2008-05-131-8/+19
* R300: cleanup FS code and fill in missing detailsAlex Deucher2008-05-136-375/+409
* R3xx: more PVS cleanupAlex Deucher2008-05-134-34/+32
* Merge branch 'r500-support' of git+ssh://[email protected]/git/mesa/m...Alex Deucher2008-05-126-201/+270
|\
| * r500: cleanup r500 RS setupDave Airlie2008-05-072-49/+67
| * r500: for rectangular textures set to unscaled coordinates.Dave Airlie2008-05-071-0/+4
| * r5xx: Fix FP inputs. (For good?)Corbin Simpson2008-05-071-8/+59
| * r5xx: Fix false error with DP3/DP4.Corbin Simpson2008-05-061-18/+8
| * r5xx: Index inputs and temps.Corbin Simpson2008-05-062-95/+41
| * r5xx: FP: Add OPCODE_TXB.Corbin Simpson2008-05-061-0/+9
| * r5xx: FP: Make MOV/ABS look pretty.Corbin Simpson2008-05-061-39/+32
| * r5xx: Emit an OUT instruction at the end of execution.Corbin Simpson2008-05-061-5/+23
| * r5xx: We update max_temp_idx now, so no need to hard-code it.Corbin Simpson2008-05-061-1/+1
| * r5xx: Fix typo.Corbin Simpson2008-05-061-1/+1
| * r5xx: Use max_temp_idx.Corbin Simpson2008-05-061-4/+14
| * r500: consolidate tex instructionsDave Airlie2008-05-051-29/+39
| * r500: mov cleanup macrosDave Airlie2008-05-051-6/+6
| * r500: make tri-param workDave Airlie2008-05-053-15/+21
| * r500: make sure we emit max temp atom.Dave Airlie2008-05-053-0/+12
| * r300: fix swtcl texrect path properly.Dave Airlie2008-05-052-1/+3
* | R500: add support for 4k texturesAlex Deucher2008-05-124-5/+18
|/
* r300: Set correct VAP_CNTL per vertex program.Markus Amsler2008-05-032-38/+105