iris: create aux surface if needed

This commit is contained in:
Kenneth Graunke
2018-12-07 11:54:02 -08:00
parent 3efd5299af
commit f879349398
2 changed files with 159 additions and 4 deletions

View File

@@ -192,4 +192,7 @@ void iris_flush_and_dirty_for_history(struct iris_context *ice,
struct iris_batch *batch,
struct iris_resource *res);
unsigned iris_get_num_logical_layers(const struct iris_resource *res,
unsigned level);
#endif