mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
undo some debugging hacks
This commit is contained in:
parent
e508155d16
commit
c3da0bd7dd
1 changed files with 2 additions and 2 deletions
|
|
@ -1554,8 +1554,8 @@ _slang_emit_code(slang_ir_node *n, slang_var_table *vt,
|
||||||
emitInfo.prog = prog;
|
emitInfo.prog = prog;
|
||||||
|
|
||||||
emitInfo.EmitHighLevelInstructions = ctx->Shader.EmitHighLevelInstructions;
|
emitInfo.EmitHighLevelInstructions = ctx->Shader.EmitHighLevelInstructions;
|
||||||
emitInfo.EmitCondCodes = 0; /* XXX temporary! */
|
emitInfo.EmitCondCodes = ctx->Shader.EmitCondCodes;
|
||||||
emitInfo.EmitComments = 1 + ctx->Shader.EmitComments;
|
emitInfo.EmitComments = ctx->Shader.EmitComments;
|
||||||
|
|
||||||
(void) emit(&emitInfo, n);
|
(void) emit(&emitInfo, n);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue