From: Brian Date: Wed, 17 Oct 2007 22:19:10 +0000 (-0600) Subject: disable the NeedFlush assertion for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52111366cc34e367993b5ec785fe331891a3da5e;p=mesa.git disable the NeedFlush assertion for now --- diff --git a/src/mesa/shader/prog_statevars.c b/src/mesa/shader/prog_statevars.c index 9a745a77e55..1bb7142c601 100644 --- a/src/mesa/shader/prog_statevars.c +++ b/src/mesa/shader/prog_statevars.c @@ -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) {