iris: Enable fast clear colors on gen11.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Rafael Antognolli 2019-04-02 17:03:57 -07:00
parent cf3cadacdf
commit 2fae99bcbd

View file

@ -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;