mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 11:50:36 +02:00
i965: do a flush in clear, fix openarena render issue,
fd.o bug# 23857
This commit is contained in:
parent
6c6fe0a704
commit
76e836a41a
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ intelClear(GLcontext *ctx, GLbitfield mask)
|
|||
}
|
||||
DBG("\n");
|
||||
}
|
||||
intelFlush(&intel->ctx);
|
||||
_mesa_meta_clear(&intel->ctx, tri_mask);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue