projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1723fdb
)
i965: Fix valgrind complaint about base_ir for new FS debugging.
author
Eric Anholt
<eric@anholt.net>
Tue, 28 Sep 2010 05:06:38 +0000
(22:06 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 28 Sep 2010 16:33:30 +0000
(09:33 -0700)
src/mesa/drivers/dri/i965/brw_fs.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_fs.cpp
b/src/mesa/drivers/dri/i965/brw_fs.cpp
index 31f5bbf58711c542dac95dbd112e21f2147bb662..27ea9121b403903cbb8b1b747301350253267dde 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/
src/mesa/drivers/dri/i965/brw_fs.cpp
@@
-405,6
+405,7
@@
public:
this->current_annotation = NULL;
this->annotation_string = NULL;
this->annotation_ir = NULL;
+ this->base_ir = NULL;
}
~fs_visitor()
{