diff options
author | Brian <[email protected]> | 2007-10-17 16:19:10 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-17 16:19:10 -0600 |
commit | 52111366cc34e367993b5ec785fe331891a3da5e (patch) | |
tree | e6007f8f76ef1727fcf9bae656b764fd7e7d0480 /src/mesa/shader/prog_statevars.c | |
parent | 49adf51eeec31c9f3c995a70acc5008522689708 (diff) |
disable the NeedFlush assertion for now
Diffstat (limited to 'src/mesa/shader/prog_statevars.c')
-rw-r--r-- | src/mesa/shader/prog_statevars.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |