temporarily defeat an assertion
authorBrian <brian.paul@tungstengraphics.com>
Wed, 19 Dec 2007 20:53:28 +0000 (13:53 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 19 Dec 2007 20:53:28 +0000 (13:53 -0700)
src/mesa/pipe/tgsi/exec/tgsi_exec.c

index 1f43f36..e469281 100644 (file)
@@ -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);