aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler/r300_fragprog_emit.c
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: print opcode names instead of numbersMarek Olšák2010-06-031-3/+3
* r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák2010-05-261-1/+1
* r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák2010-04-051-1/+1
* r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson2010-02-021-2/+5
* r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle2009-10-041-30/+47
* Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-211-1/+1
|\
| * r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle2009-09-201-1/+1
* | r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle2009-08-301-48/+48
|/
* r300: Cleanup r300_fragment_program_codeNicolai Hähnle2009-07-291-49/+92
* r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constantsNicolai Hähnle2009-07-271-1/+1
* r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle2009-07-271-26/+0
* r300/compiler: Lay groundwork for better error handlingNicolai Hähnle2009-07-271-12/+10
* r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle2009-07-271-1/+1
* r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle2009-07-271-1/+1
* r300: Further reduce dependency between compiler and classic driverNicolai Hähnle2009-07-271-5/+5
* r300: Remove GLcontext requirement from radeon_program_pairNicolai Hähnle2009-07-271-1/+1
* r300/program_pair: Introduce driver-specific texture instruction structureNicolai Hähnle2009-07-271-9/+9
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-271-0/+345