diff options
author | Zack Rusin <[email protected]> | 2007-10-22 08:46:28 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-10-24 11:21:04 -0400 |
commit | ba887517160ab2b5a70e01723ee649db1554775b (patch) | |
tree | 4ef313fbd3696edde93e4723de23793fc18e18c8 /src/mesa/pipe/llvm/llvmtgsi.h | |
parent | 6815a9af6c98934e3537507ccbf077d69a5d5320 (diff) |
Align the load/stores. Reduce the amount of debugging output.
Diffstat (limited to 'src/mesa/pipe/llvm/llvmtgsi.h')
-rw-r--r-- | src/mesa/pipe/llvm/llvmtgsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/llvmtgsi.h b/src/mesa/pipe/llvm/llvmtgsi.h index 2b30f7ca704..1226dc713b2 100644 --- a/src/mesa/pipe/llvm/llvmtgsi.h +++ b/src/mesa/pipe/llvm/llvmtgsi.h @@ -17,6 +17,7 @@ struct ga_llvm_prog { void *engine; void *function; int num_consts; + int id; }; struct ga_llvm_prog * ga_llvm_from_tgsi(struct pipe_context *pipe, const struct tgsi_token *tokens); |