aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler/r3xx_fragprog.c
Commit message (Expand)AuthorAgeFilesLines
...
* r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle2009-08-301-25/+23
* r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle2009-08-271-2/+2
* r300/fragprog: Move some of the attribute handling out of the compilerNicolai Hähnle2009-07-271-72/+6
* r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle2009-07-271-9/+0
* r300/fragprog: Refactor wpos rewrite to use rc_programNicolai Hähnle2009-07-271-84/+6
* r300/compiler: Refactor fragment program fog rewrite to use rc_programNicolai Hähnle2009-07-271-25/+10
* r300/compiler: Refactor rewrite_depth_out to use rc_programNicolai Hähnle2009-07-271-5/+7
* r300/compiler: Refactor local transforms to use rc_programNicolai Hähnle2009-07-271-5/+5
* r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle2009-07-271-0/+2
* r300/compiler: Refactor nqssadce to use rc_programNicolai Hähnle2009-07-271-5/+5
* r300/compiler: Lay groundwork for better error handlingNicolai Hähnle2009-07-271-8/+4
* r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle2009-07-271-0/+2
* r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle2009-07-271-4/+4
* r300: Remove GLcontext requirement from radeonLocalTransformNicolai Hähnle2009-07-271-2/+2
* r300: Remove GLcontext requirement from radeon_nqssadceNicolai Hähnle2009-07-271-2/+2
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-271-0/+315