disable the NeedFlush assertion for now

This commit is contained in:
Brian 2007-10-17 16:19:10 -06:00
parent 49adf51eee
commit 52111366cc

View file

@ -815,7 +815,7 @@ _mesa_load_state_parameters(GLcontext *ctx,
if (!paramList)
return;
assert(ctx->Driver.NeedFlush == 0);
/*assert(ctx->Driver.NeedFlush == 0);*/
for (i = 0; i < paramList->NumParameters; i++) {
if (paramList->Parameters[i].Type == PROGRAM_STATE_VAR) {