llvmpipe: increase max 2D texture / surface size to 4K x 4K
authorBrian Paul <brianp@vmware.com>
Fri, 23 Apr 2010 15:13:03 +0000 (09:13 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 23 Apr 2010 15:13:27 +0000 (09:13 -0600)
src/gallium/drivers/llvmpipe/lp_limits.h

index 21776b2d9d916e54c77b7c889e1fd6bd33b09894..9ab1b4b36e31ea62fd99789b8d85e9559d68b6d2 100644 (file)
@@ -43,7 +43,7 @@
 /**
  * Max texture sizes
  */
-#define LP_MAX_TEXTURE_2D_LEVELS 12  /* 2K x 2K for now */
+#define LP_MAX_TEXTURE_2D_LEVELS 13  /* 4K x 4K for now */
 #define LP_MAX_TEXTURE_3D_LEVELS 10  /* 512 x 512 x 512 for now */