i965: Actually initialize simd16_unsupported and no16_msg.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 18 Mar 2014 17:49:10 +0000 (10:49 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 18 Mar 2014 17:50:48 +0000 (10:50 -0700)
I meant to include this fixes in v3 of commit
de7ad2c88f4ec243c95eaed22c41d0e537912e01, but accidentally pushed a
previous version.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp

index a832268..ce6d3da 100644 (file)
@@ -2950,6 +2950,8 @@ fs_visitor::fs_visitor(struct brw_context *brw,
    this->fp = fp;
    this->mem_ctx = ralloc_context(NULL);
    this->failed = false;
+   this->simd16_unsupported = false;
+   this->no16_msg = NULL;
    this->variable_ht = hash_table_ctor(0,
                                        hash_table_pointer_hash,
                                        hash_table_pointer_compare);