summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_dataflow.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-30r300/compiler: rc_reader_data: Add ExitOnAbort flagTom Stellard1-0/+3
2011-04-30r300/compiler: Add more info to struct rc_readerTom Stellard1-2/+7
2010-11-21r300/compiler: Add rc_get_readers()Tom Stellard1-7/+11
2010-10-18r300/compiler: Add a new function for more efficient dataflow analysisTom Stellard1-0/+28
2010-09-27r300/compiler: Add more helper functions for iterating through sourcesTom Stellard1-0/+12
2010-09-04r300/compiler: refactor fragment shader compilationMarek Olšák1-1/+1
2010-09-04r300/compiler: refactor vertex shader compilationMarek Olšák1-2/+2
2010-09-04r300/compiler: remove a redundant parameter in rc_dataflow_deadcodeMarek Olšák1-1/+1
2010-05-16r300/compiler: Implement simple peephole optimizerNicolai Hähnle1-3/+10
2010-04-19r300/compiler: Implement branch emulation for R300 fragment programsNicolai Hähnle1-1/+5
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle1-0/+11
2009-10-03r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle1-67/+2
2009-09-06r300/compiler: New dataflow structures and passesNicolai Hähnle1-0/+113