summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler/r500_fragprog.c
Commit message (Expand)AuthorAgeFilesLines
* r300c/compiler: remove the compiler tooMarek Olšák2011-10-281-539/+0
* r300/compiler: Use ALU Result for IF conditionalsTom Stellard2011-05-141-17/+135
* r300/compiler: implement TXD and TXL opcodesMarek Olšák2011-05-071-0/+2
* r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák2011-03-121-3/+0
* r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák2011-03-121-3/+0
* r300/compiler: move util functions to radeon_compiler_utilMarek Olšák2010-11-261-0/+1
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-3/+4
* r300/compiler: refactor fragment shader compilationMarek Olšák2010-09-041-2/+3
* r300/compiler: Remove unnecessary header.Vinson Lee2010-08-041-1/+0
* r300/compiler: r500 hw support for break and continue in loops.Tom Stellard2010-08-031-25/+0
* r300/compiler: Use hardware flow control instructions for loops on r500.Tom Stellard2010-07-031-9/+45
* r300/compiler: Print debug info for flow control instructions.Tom Stellard2010-07-031-5/+73
* r300/compiler: Split off texture fixes to their own file.Corbin Simpson2010-04-161-284/+0
* r300/compiler: fix repeat wrap mode for TXP and NPOTsMarek Olšák2010-04-161-6/+16
* r300/compiler: kill off RC_WRAP_CLAMPMarek Olšák2010-04-151-1/+1
* r300/compiler: Comment code, add much better mirror maths.Corbin Simpson2010-04-121-15/+94
* r300/compiler: Implement texcoord repeat and mirror for NPOT.Corbin Simpson2010-04-111-0/+57
* r300 compiler: add target output debugging.Dave Airlie2010-04-031-3/+4
* r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson2010-02-101-1/+1
* r300/compiler: Refactor to allow different instruction typesNicolai Hähnle2009-10-041-72/+72
* r300/compiler: Introduce aluresult register for branch operation supportNicolai Hähnle2009-10-041-0/+28
* r300/compiler: New dataflow structures and passesNicolai Hähnle2009-09-061-11/+13
* r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle2009-08-301-82/+84
* r300/compiler: Refactor local transforms to use rc_programNicolai Hähnle2009-07-271-113/+100
* r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle2009-07-271-9/+0
* r300/compiler: Refactor nqssadce to use rc_programNicolai Hähnle2009-07-271-11/+6
* r300/vertprog: Cleanup source conflict handlingNicolai Hähnle2009-07-271-6/+0
* r300: Further reduce dependency between compiler and classic driverNicolai Hähnle2009-07-271-2/+2
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-271-0/+482