diff options
author | Eric Anholt <[email protected]> | 2010-10-05 10:20:16 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-10-06 09:33:26 -0700 |
commit | dcd0261affc293b75d231e612091ec7b1076fff6 (patch) | |
tree | da0a7d50399370ae65b714beeadef52bc4d12b31 /src | |
parent | 1644bb0f40800169a3402f08b8f8a2758e90efee (diff) |
i965: Enable the constant propagation code.
A debug disable had slipped in.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index f42c4696410..0c9f17f8fdc 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -2548,8 +2548,6 @@ fs_visitor::propagate_constants() { bool progress = false; - return false; - foreach_iter(exec_list_iterator, iter, this->instructions) { fs_inst *inst = (fs_inst *)iter.get(); |