diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-12-19 13:53:28 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-12-19 13:53:28 -0700 |
commit | 4a1776a763f2c3b3d1d5bdb5720cafad3ac932c6 (patch) | |
tree | c8b94478ee4a26a26da7cc9d5cdf4ee0f0e9b5b2 /src/mesa | |
parent | c664302c3e34a29b4bbb02fd3789dd3f7d92849c (diff) |
temporarily defeat an assertion
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/tgsi/exec/tgsi_exec.c | 1 |
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); |