diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-07-12 14:22:05 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-07-12 14:56:21 -0700 |
commit | 0b9ae3befb0bf80e000b159fd44c961a144f9c36 (patch) | |
tree | b081c1b32309b708e8e40ffe3ed78738702f0dc1 /src/glsl/main.cpp | |
parent | 288733f6001a2148d6689587d9a05e6909e88a61 (diff) |
glsl2: Add declarations for temporaries to instruction stream
Temporary variables added for &&, ||, and ?: were not being added to
the instruction stream. This resulted in either test failures or
Valgrind being angry after the original IR tree was destroyed by
talloc_free. The talloc_free caused the ir_variables to be destroyed
even though they were still referenced.
Diffstat (limited to 'src/glsl/main.cpp')
0 files changed, 0 insertions, 0 deletions