mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 20:48:08 +02:00
[intel] Remove the dead intel->need_flush member.
This commit is contained in:
parent
5a49e84fcd
commit
7ce12b0863
6 changed files with 1 additions and 7 deletions
|
|
@ -292,7 +292,6 @@ x if (ctx->Scissor.Enabled)
|
|||
}
|
||||
}
|
||||
}
|
||||
intel->need_flush = GL_TRUE;
|
||||
out:
|
||||
intel_batchbuffer_flush(intel->batch);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -346,8 +346,7 @@ static GLboolean brw_try_draw_prims( GLcontext *ctx,
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
intel->need_flush = GL_TRUE;
|
||||
|
||||
retval = GL_TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -746,7 +746,6 @@ static void intelContendedLock( struct intel_context *intel, GLuint flags )
|
|||
|
||||
|
||||
intel->locked = 1;
|
||||
intel->need_flush = 1;
|
||||
|
||||
/* Lost context?
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -176,7 +176,6 @@ struct intel_context
|
|||
GLboolean no_rast;
|
||||
GLboolean locked;
|
||||
GLboolean strict_conformance;
|
||||
GLboolean need_flush;
|
||||
|
||||
/* State for intelvb.c and inteltris.c.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -315,7 +315,6 @@ do_blit_copypixels(GLcontext * ctx,
|
|||
ctx->Color.LogicOp : GL_COPY);
|
||||
}
|
||||
|
||||
intel->need_flush = GL_TRUE;
|
||||
out:
|
||||
intel_batchbuffer_flush(intel->batch);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -299,7 +299,6 @@ do_blit_bitmap( GLcontext *ctx,
|
|||
}
|
||||
}
|
||||
}
|
||||
intel->need_flush = GL_TRUE;
|
||||
out:
|
||||
intel_batchbuffer_flush(intel->batch);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue