summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs.cpp
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-10-05 10:20:16 -0700
committerEric Anholt <eric@anholt.net>2010-10-06 09:33:26 -0700
commitdcd0261affc293b75d231e612091ec7b1076fff6 (patch)
treeda0a7d50399370ae65b714beeadef52bc4d12b31 /src/mesa/drivers/dri/i965/brw_fs.cpp
parent1644bb0f40800169a3402f08b8f8a2758e90efee (diff)
i965: Enable the constant propagation code.
A debug disable had slipped in.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_fs.cpp')
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.cpp2
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 f42c469641..0c9f17f8fd 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();