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