summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp b/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
index befea0a787d..39a5266d1c2 100644
--- a/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
+++ b/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
@@ -608,6 +608,7 @@ schedule_node::schedule_node(backend_instruction *inst,
this->parent_count = 0;
this->unblocked_time = 0;
this->cand_generation = 0;
+ this->delay = 0;
/* We can't measure Gen6 timings directly but expect them to be much
* closer to Gen7 than Gen4.