mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-20 12:20:29 +01:00
iris: Enable fast clear colors on gen11.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
cf3cadacdf
commit
2fae99bcbd
1 changed files with 0 additions and 3 deletions
|
|
@ -78,9 +78,6 @@ can_fast_clear_color(struct iris_context *ice,
|
|||
struct iris_batch *batch = &ice->batches[IRIS_BATCH_RENDER];
|
||||
const struct gen_device_info *devinfo = &batch->screen->devinfo;
|
||||
|
||||
if (devinfo->gen > 9)
|
||||
return false;
|
||||
|
||||
if (res->aux.usage == ISL_AUX_USAGE_NONE)
|
||||
return false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue