projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
917a508
)
disable debug
author
Brian
<brian@yutani.localnet.net>
Wed, 21 Feb 2007 23:05:56 +0000
(16:05 -0700)
committer
Brian
<brian@yutani.localnet.net>
Wed, 21 Feb 2007 23:05:56 +0000
(16:05 -0700)
src/mesa/shader/slang/slang_codegen.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_codegen.c
b/src/mesa/shader/slang/slang_codegen.c
index d78f45a43784080364d6647976c80ed8488b99a4..405b418099f621889619e4dff2272d992743a95f 100644
(file)
--- a/
src/mesa/shader/slang/slang_codegen.c
+++ b/
src/mesa/shader/slang/slang_codegen.c
@@
-2592,7
+2592,7
@@
_slang_codegen_global_variable(slang_assemble_ctx *A, slang_variable *var,
GLboolean success = GL_TRUE;
GLint texIndex;
slang_ir_storage *store = NULL;
- int dbg =
1
;
+ int dbg =
0
;
texIndex = sampler_to_texture_index(var->type.specifier.type);