mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
gallium: add new call to st_flush_bitmap_cache() to fix recent regression
This commit is contained in:
parent
5ffc5cce15
commit
ac2ca39f8f
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ static void st_gl_flush( struct st_context *st, uint pipeFlushFlags,
|
|||
{
|
||||
GLframebuffer *fb = st->ctx->DrawBuffer;
|
||||
|
||||
st_flush_bitmap_cache(st);
|
||||
|
||||
FLUSH_VERTICES(st->ctx, 0);
|
||||
|
||||
if (!fb)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue