mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 09:20:13 +01:00
i965: Enable the constant propagation code.
A debug disable had slipped in.
This commit is contained in:
parent
1644bb0f40
commit
dcd0261aff
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue