summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_program.c
AgeCommit message (Expand)Author
2010-11-26r300/compiler: move util functions to radeon_compiler_utilMarek Olšák
2010-11-26r300/compiler: remove duplicate function rc_mask_to_swzMarek Olšák
2010-11-21r300/compiler: Add a more efficient version of rc_find_free_temporary()Tom Stellard
2010-11-21r300/compiler: Convert RGB to alpha in the schedulerTom Stellard
2010-09-04r300/compiler: refactor vertex shader compilationMarek Olšák
2010-09-04r300/compiler: use null-terminated array of transformation functionsMarek Olšák
2010-01-08r300: Move initial declaration outside for loop.Vinson Lee
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-10-03r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle
2009-09-06r300/compiler: New dataflow structures and passesNicolai Hähnle
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle
2009-08-30r300: Move Mesa -> RC program conversion to classic Mesa driverNicolai Hähnle
2009-08-27r300/compiler: Fix bug in rc_find_free_temporaryNicolai Hähnle
2009-07-27r300/compiler: Refactor local transforms to use rc_programNicolai Hähnle
2009-07-27r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle
2009-07-27r300/compiler: Refactor nqssadce to use rc_programNicolai Hähnle
2009-07-27r300/compiler: Add rc_print_programNicolai Hähnle
2009-07-27r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle
2009-07-27r300: Remove GLcontext requirement from radeonLocalTransformNicolai Hähnle
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle