projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0bbf46
)
undo a debug/test change
author
Brian
<brian@yutani.localnet.net>
Tue, 10 Apr 2007 00:36:55 +0000
(18:36 -0600)
committer
Brian
<brian@yutani.localnet.net>
Tue, 10 Apr 2007 01:07:22 +0000
(19:07 -0600)
src/mesa/shader/slang/slang_emit.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_emit.c
b/src/mesa/shader/slang/slang_emit.c
index 088deaa8ee1724381ecd10c4a22547b2242b1309..0fd99b85d2e7a974cba28d7fdf95bf9f0609b234 100644
(file)
--- a/
src/mesa/shader/slang/slang_emit.c
+++ b/
src/mesa/shader/slang/slang_emit.c
@@
-1793,7
+1793,7
@@
_slang_emit_code(slang_ir_node *n, slang_var_table *vt,
emitInfo.Subroutines = NULL;
emitInfo.NumSubroutines = 0;
- emitInfo.EmitHighLevelInstructions =
0*
ctx->Shader.EmitHighLevelInstructions;
+ emitInfo.EmitHighLevelInstructions = ctx->Shader.EmitHighLevelInstructions;
emitInfo.EmitCondCodes = ctx->Shader.EmitCondCodes;
emitInfo.EmitComments = ctx->Shader.EmitComments;
emitInfo.EmitBeginEndSub = GL_TRUE;