r5xx: Enable fragment.position, partial ARB_shadow.
[mesa.git] / src / mesa / drivers / dri / r300 / r500_fragprog.c
2008-06-15 Corbin Simpsonr5xx: Enable fragment.position, partial ARB_shadow.
2008-06-15 Corbin Simpsonr5xx: Detangle FP fallback and translation switches.
2008-06-14 Corbin Simpsonr5xx: More FP rewriting; fix texrect FP insts.
2008-06-14 Corbin Simpsonr5xx: FP refactor, take one.
2008-06-13 Nicolai Haehnler300/r500: Separate fragprog compiler structures
2008-06-07 Corbin Simpsonr5xx: Fix speedy LIT once and for all.
2008-06-01 Dave Airlier500: add missing brackets around depth testing
2008-06-01 Corbin Simpsonr5xx: Enable depth write emission.
2008-06-01 Corbin Simpsonr5xx: Add OPCODE_FLR.
2008-06-01 Corbin Simpsonr5xx: Last emit_sop() for now.
2008-06-01 Corbin Simpsonr5xx: More emit_sop(), stage 2.
2008-06-01 Corbin Simpsonr5xx: Cleanup SOP with emit_sop().
2008-06-01 Corbin Simpsonr5xx: Dump shader constants when dumping program assembly.
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-28 Dave Airlier500: cleanup warnings and include files
2008-05-27 Corbin Simpsonr5xx: Add OPCODE_XPD. In working condition, I might...
2008-05-27 Corbin Simpsonr5xx: Just a few small LIT fixes.
2008-05-27 Corbin Simpsonr5xx: Fix emit_mov() regression.
2008-05-27 Dave Airlier500: the cs is shared per context - doh so don't use...
2008-05-27 Dave Airlier500: need to re-setup inst offset/end for translated...
2008-05-27 Corbin Simpsonr5xx: Fix FP temp counting.
2008-05-26 Corbin Simpsonr5xx: Enhance emit_mov().
2008-05-26 Corbin Simpsonr5xx: Moar LIT.
2008-05-26 Corbin Simpsonr5xx: First stab at LIT.
2008-05-26 Corbin SimpsonReplace copyright on r500_fragprog.c
2008-05-26 Corbin Simpsonr5xx: Unbreak texture swizzling.
2008-05-25 Corbin Simpsonr5xx: Massive MAD cleanup.
2008-05-25 Corbin Simpsonr5xx: Negation masks for every inst except SWZ.
2008-05-25 Corbin Simpsonr5xx: More emit_alu().
2008-05-25 Corbin Simpsonr5xx: Add emit_mad() for FP.
2008-05-24 Corbin Simpsonr5xx: Consolidate FP tex insts.
2008-05-24 Corbin Simpsonr5xx: Fix SGE/SLT.
2008-05-24 Corbin Simpsonr5xx: Remove some debugging cruft.
2008-05-24 Dave Airlier500: missed a couple of inst4s.
2008-05-24 Dave Airlier500: add depth output write
2008-05-23 Corbin Simpsonr5xx: Clean up some compiler warnings.
2008-05-23 Corbin Simpsonr5xx: Move dumb_shader.
2008-05-23 Corbin Simpsonr5xx: Add OPCODE_DST.
2008-05-23 Corbin Simpsonr5xx: More trig work.
2008-05-22 Corbin Simpsonr5xx: Fixed LRP.
2008-05-22 Corbin Simpsonr5xx: Change debug info for readability.
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...
next