summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/r500_fragprog.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-12r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák1-3/+0
2011-03-12r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák1-3/+0
2010-11-26r300/compiler: move util functions to radeon_compiler_utilMarek Olšák1-0/+1
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-3/+4
2010-09-04r300/compiler: refactor fragment shader compilationMarek Olšák1-2/+3
2010-08-04r300/compiler: Remove unnecessary header.Vinson Lee1-1/+0
2010-08-03r300/compiler: r500 hw support for break and continue in loops.Tom Stellard1-25/+0
2010-07-03r300/compiler: Use hardware flow control instructions for loops on r500.Tom Stellard1-9/+45
2010-07-03r300/compiler: Print debug info for flow control instructions.Tom Stellard1-5/+73
2010-04-16r300/compiler: Split off texture fixes to their own file.Corbin Simpson1-284/+0
2010-04-16r300/compiler: fix repeat wrap mode for TXP and NPOTsMarek Olšák1-6/+16
2010-04-15r300/compiler: kill off RC_WRAP_CLAMPMarek Olšák1-1/+1
2010-04-12r300/compiler: Comment code, add much better mirror maths.Corbin Simpson1-15/+94
2010-04-11r300/compiler: Implement texcoord repeat and mirror for NPOT.Corbin Simpson1-0/+57
2010-04-03r300 compiler: add target output debugging.Dave Airlie1-3/+4
2010-02-10r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson1-1/+1
2009-10-04r300/compiler: Refactor to allow different instruction typesNicolai Hähnle1-72/+72
2009-10-04r300/compiler: Introduce aluresult register for branch operation supportNicolai Hähnle1-0/+28
2009-09-06r300/compiler: New dataflow structures and passesNicolai Hähnle1-11/+13
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle1-82/+84
2009-07-27r300/compiler: Refactor local transforms to use rc_programNicolai Hähnle1-113/+100
2009-07-27r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle1-9/+0
2009-07-27r300/compiler: Refactor nqssadce to use rc_programNicolai Hähnle1-11/+6
2009-07-27r300/vertprog: Cleanup source conflict handlingNicolai Hähnle1-6/+0
2009-07-27r300: Further reduce dependency between compiler and classic driverNicolai Hähnle1-2/+2
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle1-0/+482