aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965/fs.h: Refactor tests for instructions modifying a register.Eric Anholt2012-07-181-14/+2
* i965/fs: Invalidate live intervals after copy propagation.Eric Anholt2012-07-061-0/+3
* i965/fs: Allow copy propagation on uniforms.Eric Anholt2012-07-031-4/+7
* i965/fs: Allow copy propagation with source modifiers.Eric Anholt2012-07-031-3/+17
* i965/fs: Move copy propagation test out to a separate function.Eric Anholt2012-07-031-6/+16
* i965/fs: Add support for copy propagation.Eric Anholt2012-05-141-0/+137