Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / compiler / brw_vec4_visitor.cpp
index da8af709600b87d4da14da174a12a076f1b91e4e..f18fd9e38ee688edb177b931a61d061f6a17ec95 100644 (file)
@@ -1841,7 +1841,7 @@ vec4_visitor::vec4_visitor(const struct brw_compiler *compiler,
      prog_data(prog_data),
      fail_msg(NULL),
      first_non_payload_grf(0),
-     live_analysis(this),
+     live_analysis(this), performance_analysis(this),
      need_all_constants_in_pull_buffer(false),
      no_spills(no_spills),
      shader_time_index(shader_time_index),