iris: Enable auxiliary buffer support again

Now that we are properly resolving buffers before giving them to the
window system, let's enable aux support again.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Rafael Antognolli 2019-02-21 17:51:26 -08:00 committed by Kenneth Graunke
parent 1281368d02
commit 2b2b449dd1
1 changed files with 0 additions and 3 deletions

View File

@ -584,9 +584,6 @@ iris_resource_create_with_modifiers(struct pipe_screen *pscreen,
}
}
// XXX: we don't actually do aux yet
res->aux.possible_usages = 1 << ISL_AUX_USAGE_NONE;
res->aux.usage = util_last_bit(res->aux.possible_usages) - 1;
const char *name = "miptree";