aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler
Commit message (Expand)AuthorAgeFilesLines
* r300: Reduce include dependenciesNicolai Hähnle2009-07-272-121/+151
* r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle2009-07-279-12/+110
* r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle2009-07-278-29/+77
* r300/compiler: Compile the compiler seperately into an archiveNicolai Hähnle2009-07-271-0/+71
* r300: Further reduce dependency between compiler and classic driverNicolai Hähnle2009-07-279-23/+23
* r300: Remove GLcontext from r300_fragment_program_compilerNicolai Hähnle2009-07-271-1/+0
* r300: Remove GLcontext requirement from radeonLocalTransformNicolai Hähnle2009-07-273-6/+2
* r300: Remove unused enumsNicolai Hähnle2009-07-271-6/+0
* r300: Remove GLcontext requirement from radeon_nqssadceNicolai Hähnle2009-07-273-10/+9
* r300: Remove GLcontext requirement from radeon_program_pairNicolai Hähnle2009-07-274-9/+7
* r300/program_pair: Introduce driver-specific texture instruction structureNicolai Hähnle2009-07-274-22/+61
* r300/program_pair: Dynamically allocate instructions temporarilyNicolai Hähnle2009-07-273-105/+236
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-2718-0/+4918