From: Alex Deucher Date: Thu, 9 Dec 2010 05:13:21 +0000 (-0500) Subject: radeon: bump mip tree levels to 15 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd543e1f9506fe41e6e9e78aebbe0bca01df055c;p=mesa.git radeon: bump mip tree levels to 15 I forgot to bump this when I bumped the tex levels. --- diff --git a/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h b/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h index 088f9701722..a68a9768779 100644 --- a/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h +++ b/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h @@ -49,7 +49,7 @@ struct _radeon_mipmap_level { }; /* store the max possible in the miptree */ -#define RADEON_MIPTREE_MAX_TEXTURE_LEVELS 13 +#define RADEON_MIPTREE_MAX_TEXTURE_LEVELS 15 /** * A mipmap tree contains texture images in the layout that the hardware