summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_program_pair.c
AgeCommit message (Expand)Author
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle
2009-10-04r300/compiler: Refactor to allow different instruction typesNicolai Hähnle
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle
2009-08-27r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle
2009-07-29r300/compiler: Adapt AllocateHwInputs interface to common usage patternNicolai Hähnle
2009-07-27r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constantsNicolai Hähnle
2009-07-27r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constantsNicolai Hähnle
2009-07-27r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle
2009-07-27r300/compiler: Lay groundwork for better error handlingNicolai Hähnle
2009-07-27r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle
2009-07-27r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle
2009-07-27r300: Further reduce dependency between compiler and classic driverNicolai Hähnle
2009-07-27r300: Remove GLcontext requirement from radeon_program_pairNicolai Hähnle
2009-07-27r300/program_pair: Introduce driver-specific texture instruction structureNicolai Hähnle
2009-07-27r300/program_pair: Dynamically allocate instructions temporarilyNicolai Hähnle
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle