summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_dataflow.c
AgeCommit message (Expand)Author
2011-01-29r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard
2010-11-23r300/compiler: Don't allow presubtract sources to be remapped twiceTom Stellard
2010-11-21r300/compiler: Use presubtract operations as much as possibleTom Stellard
2010-11-21r300/compiler: Track readers through branches in rc_get_readers()Tom Stellard
2010-11-21r300/compiler: Handle BREAK and CONTINUE in rc_get_readers()Tom Stellard
2010-11-21r300/compiler: Add rc_get_readers()Tom Stellard
2010-11-04r300/compiler: Move declaration before code.Vinson Lee
2010-11-01r300/compiler: Don't track readers into an IF block.Tom Stellard
2010-10-18r300/compiler: Add a new function for more efficient dataflow analysisTom Stellard
2010-09-27r300/compiler: Add more helper functions for iterating through sourcesTom Stellard
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard
2010-05-16r300/compiler: Implement simple peephole optimizerNicolai Hähnle
2010-04-19r300/compiler: Implement branch emulation for R300 fragment programsNicolai Hähnle
2009-10-06r300/compiler: Fix a really stupid logic inversion in the generic dataflow codeNicolai Hähnle
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai 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