iris: Make an IRIS_MAX_MIPLEVELS define

This commit is contained in:
Kenneth Graunke
2019-02-13 16:41:46 -08:00
parent 455c959689
commit 07ec1f0b25
2 changed files with 3 additions and 1 deletions

View File

@@ -30,6 +30,8 @@
struct iris_batch;
struct iris_context;
#define IRIS_MAX_MIPLEVELS 15
struct iris_format_info {
enum isl_format fmt;
struct isl_swizzle swizzle;