aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler/radeon_program_pair.c
Commit message (Expand)AuthorAgeFilesLines
* r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle2009-08-271-1/+1
* r300/compiler: Adapt AllocateHwInputs interface to common usage patternNicolai Hähnle2009-07-291-1/+1
* r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constantsNicolai Hähnle2009-07-271-46/+7
* r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constantsNicolai Hähnle2009-07-271-22/+22
* r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle2009-07-271-1/+1
* r300/compiler: Lay groundwork for better error handlingNicolai Hähnle2009-07-271-11/+7
* r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle2009-07-271-9/+6
* r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle2009-07-271-19/+17
* r300: Further reduce dependency between compiler and classic driverNicolai Hähnle2009-07-271-4/+3
* r300: Remove GLcontext requirement from radeon_program_pairNicolai Hähnle2009-07-271-6/+4
* r300/program_pair: Introduce driver-specific texture instruction structureNicolai Hähnle2009-07-271-1/+19
* r300/program_pair: Dynamically allocate instructions temporarilyNicolai Hähnle2009-07-271-105/+92
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-271-0/+1004