mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
iris: Flush before hiz_exec.
This commit is contained in:
parent
f3f7d45a63
commit
dfd54f9954
1 changed files with 2 additions and 0 deletions
|
|
@ -584,6 +584,8 @@ iris_hiz_exec(struct iris_context *ice,
|
|||
|
||||
assert(res->aux.usage == ISL_AUX_USAGE_HIZ && res->aux.bo);
|
||||
|
||||
iris_batch_maybe_flush(batch, 1500);
|
||||
|
||||
struct blorp_surf surf;
|
||||
iris_blorp_surf_for_resource(&surf, &res->base, ISL_AUX_USAGE_HIZ,
|
||||
level, true);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue