diff options
author | Jordan Justen <jljusten@gmail.com> | 2013-05-26 17:31:38 -0700 |
---|---|---|
committer | Jordan Justen <jljusten@gmail.com> | 2013-05-26 17:31:38 -0700 |
commit | 8747ceabb6bdeed66bec6aff695f94fda6ce5592 (patch) | |
tree | 4a989b4fa4fcfbc8e3be2a3f4908637c0745c4f3 /src/gallium/auxiliary/tgsi | |
parent | 61aded1dd7959a6dbfbfdab7e99405f7e263dcf8 (diff) | |
parent | aa72c1d7c32007c06d2478524ca08837e5050ba1 (diff) |
Merge remote-tracking branch 'debian/ubuntu-raring' into mesa-9.1-precisemesa-9.1-precise
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_text.c b/src/gallium/auxiliary/tgsi/tgsi_text.c index 1267e79edb..dc3a5fb0c5 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_text.c +++ b/src/gallium/auxiliary/tgsi/tgsi_text.c @@ -1569,7 +1569,7 @@ tgsi_text_translate( struct tgsi_token *tokens, uint num_tokens ) { - struct translate_ctx ctx; + struct translate_ctx ctx = {0}; ctx.text = text; ctx.cur = text; |