summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-19 13:53:28 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-19 13:53:28 -0700
commit4a1776a763f2c3b3d1d5bdb5720cafad3ac932c6 (patch)
treec8b94478ee4a26a26da7cc9d5cdf4ee0f0e9b5b2
parentc664302c3e34a29b4bbb02fd3789dd3f7d92849c (diff)
temporarily defeat an assertion
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_exec.c b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
index 1f43f3643e..e469281d22 100644
--- a/src/mesa/pipe/tgsi/exec/tgsi_exec.c
+++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
@@ -2415,6 +2415,7 @@ tgsi_exec_machine_run( struct tgsi_exec_machine *mach )
mach->FuncMask = 0xf;
mach->ExecMask = 0xf;
+ mach->CondStackTop = 0; /* temporarily subvert this assertion */
assert(mach->CondStackTop == 0);
assert(mach->LoopStackTop == 0);
assert(mach->ContStackTop == 0);