From: Marek Olšák <marek.ol...@amd.com>

I will actually use this for something useful.
---
 src/mesa/main/config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index 30da5d4..f3de667 100644
--- a/src/mesa/main/config.h
+++ b/src/mesa/main/config.h
@@ -106,9 +106,9 @@
 #define MAX_TEXTURE_RECT_SIZE 16384
 
 /**
- * Maximum number of layers in a 1D or 2D array texture - GL_MESA_texture_array
+ * Maximum number of layers in 1D, 2D, and Cube array textures
  */
-#define MAX_ARRAY_TEXTURE_LAYERS 64
+#define MAX_ARRAY_TEXTURE_LAYERS 16384
 
 /**
  * Max number of texture coordinate units.  This mainly just applies to
-- 
1.8.3.2

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to