mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
disable the NeedFlush assertion for now
This commit is contained in:
parent
49adf51eee
commit
52111366cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue