r5xx: Initial (broken) OPCODE_LRP.
[mesa.git] / src / mesa / drivers / dri / r300 / r500_fragprog.c
2008-05-21 Corbin Simpsonr5xx: Initial (broken) OPCODE_LRP.
2008-05-21 Corbin Simpsonr5xx: Add OPCODE_POW.
2008-05-21 Dave Airlier500: print out opcode string
2008-05-21 Dave Airlier500: finish main texture instruction decoding
2008-05-20 Corbin Simpsonr5xx: Count refs so we don't have to guess on temp...
2008-05-20 Corbin Simpsonr5xx: Fixup SOP insts.
2008-05-20 Corbin Simpsonr5xx: New fix for COS/SIN/SCS.
2008-05-19 Corbin Simpsonr5xx: Fixup emit_tex, add debugging info, enable temp...
2008-05-19 Dave Airlier500: add more input srcs
2008-05-19 Dave Airlier500: fix swz gets and some returns
2008-05-19 Dave Airlier500: add mask debugging
2008-05-19 Dave Airlier500: add fragment program debug dumper
2008-05-19 Corbin Simpsonr5xx: Fix magic offsets for output fifo write masks.
2008-05-19 Corbin Simpsonr5xx: Swap sources for CMP.
2008-05-19 Corbin Simpsonr5xx: Fix typo of epic proportions.
2008-05-19 Corbin Simpsonr5xx: ALU/OUT fixups.
2008-05-17 Corbin Simpsonr5xx: Add OPCODE_KIL.
2008-05-17 Corbin Simpsonr5xx: Added OPCODE_DPH.
2008-05-17 Corbin Simpsonr5xx: Fix FRC.
2008-05-17 Corbin Simpsonr5xx: Fix SCS.
2008-05-17 Corbin Simpsonr5xx: Add OPCODE_SWZ.
2008-05-17 Corbin Simpsonr5xx: Add OPCODE_SCS.
2008-05-17 Corbin Simpsonr5xx: Adding more opcodes.
2008-05-17 Corbin Simpsonr5xx: First swing at OPCODE_COS.
2008-05-17 Corbin Simpsonr5xx: Unbreak MAX and MIN.
2008-05-17 Dave Airlier500: set fragprog end to correct place
2008-05-17 Alex Deucherr500: write out the correct FP registers
2008-05-15 Dave Airlier500: shift tex src properly
2008-05-15 Dave Airlier500: remove some debugging
2008-05-15 Dave Airlier500: split output/pixel masks and emit in the correct...
2008-05-15 Dave Airlier500: add cmp support in theory
2008-05-15 Dave Airlier500: some trivial fixups to get tri working.
2008-05-12 Alex DeucherMerge branch 'r500-support' of git+ssh://agd5f@git...
2008-05-07 Dave Airlier500: for rectangular textures set to unscaled coordinates.
2008-05-07 Corbin Simpsonr5xx: Fix FP inputs. (For good?)
2008-05-07 Corbin Simpsonr5xx: Fix false error with DP3/DP4.
2008-05-07 Corbin Simpsonr5xx: Index inputs and temps.
2008-05-07 Corbin Simpsonr5xx: FP: Add OPCODE_TXB.
2008-05-07 Corbin Simpsonr5xx: FP: Make MOV/ABS look pretty.
2008-05-06 Corbin Simpsonr5xx: Emit an OUT instruction at the end of execution.
2008-05-06 Corbin Simpsonr5xx: We update max_temp_idx now, so no need to hard...
2008-05-06 Corbin Simpsonr5xx: Fix typo.
2008-05-06 Corbin Simpsonr5xx: Use max_temp_idx.
2008-05-05 Dave Airlier500: consolidate tex instructions
2008-05-05 Dave Airlier500: mov cleanup macros
2008-05-05 Dave Airlier500: make tri-param work
2008-05-03 Corbin Simpsonr5xx: Fix for loops.
2008-05-03 Corbin Simpsonr5xx: Fix dumb shader.
2008-05-03 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-03 Corbin SimpsonMerge branch 'r500-support' into r500test
2008-05-02 Corbin SimpsonMerge branch 'r345-cleanup' of git://people.freedesktop...
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-02 Dave Airlier500: fragprog
2008-05-02 Corbin Simpsonr5xx: Fragprog shader now handles TEX/TXP correctly.
2008-05-02 Corbin SimpsonStart of TEX/TXP support.
2008-05-02 Corbin SimpsonAdded OPCODE_ABS, slightly fixed ADD/SUB
2008-05-02 Corbin SimpsonInitial r5xx fragment program compiler support.
2008-05-02 Dave Airlier500: fragprog
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-17 Dave Airlier500: fragprog