mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01:00
r600g: flush FMASK and CMASK at the end of CS
This commit is contained in:
parent
8ed6b1400b
commit
afec10df37
1 changed files with 3 additions and 1 deletions
|
|
@ -707,7 +707,9 @@ void r600_context_flush(struct r600_context *ctx, unsigned flags)
|
|||
/* flush is needed to avoid lockups on some chips with user fences
|
||||
* this will also flush the framebuffer cache
|
||||
*/
|
||||
ctx->flags |= R600_CONTEXT_WAIT_IDLE | R600_CONTEXT_FLUSH_AND_INV;
|
||||
ctx->flags |= R600_CONTEXT_FLUSH_AND_INV |
|
||||
R600_CONTEXT_FLUSH_AND_INV_CB_META |
|
||||
R600_CONTEXT_WAIT_IDLE;
|
||||
|
||||
r600_flush_emit(ctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue