summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_cmod_propagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Relax type check in cmod propagation.Matt Turner2015-04-011-1/+3
* i965/fs: Ignore type in cmod prop if scan_inst is CMP.Matt Turner2015-03-181-12/+13
* i965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly in cmod propagationIan Romanick2015-03-171-1/+30
* i965/fs: Silence unused parameter warningIan Romanick2015-03-091-2/+2
* i965/fs: Don't propagate cmod to inst with different type.Matt Turner2015-03-041-0/+4
* i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod propagation.Kenneth Graunke2015-01-261-6/+10
* i965/fs: Add support for removing MOV.NZ instructions.Matt Turner2015-01-231-3/+20
* i965/fs: Allow flipping cond mod for negated arguments.Matt Turner2015-01-231-3/+6
* i965/fs: Propagate cmod across flag read if it contains the same value.Matt Turner2015-01-231-2/+14
* i965/fs: Add pass to propagate conditional modifiers.Matt Turner2015-01-231-0/+98