changes to get DDX/DDY working again

This commit is contained in:
Brian
2007-05-02 18:45:44 -06:00
parent 62da6a1b3e
commit 60d136f63c
3 changed files with 10 additions and 0 deletions

View File

@@ -126,6 +126,8 @@ init_machine(GLcontext *ctx, struct gl_program_machine *machine)
}
}
machine->NumDeriv = 0;
/* init condition codes */
machine->CondCodes[0] = COND_EQ;
machine->CondCodes[1] = COND_EQ;