Mesa (master): softpipe: increase MAX_WIDTH/ HEIGTH 4096 to match max texture size

Brian Paul brianp at kemper.freedesktop.org
Wed Sep 23 17:01:00 UTC 2009


Module: Mesa
Branch: master
Commit: 84b956c29be7eb547130974df9ceb3d2f3354526
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84b956c29be7eb547130974df9ceb3d2f3354526

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Sep 22 15:35:05 2009 -0600

softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size

---

 src/gallium/drivers/softpipe/sp_tile_cache.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_tile_cache.c b/src/gallium/drivers/softpipe/sp_tile_cache.c
index 1f9b8f1..a524275 100644
--- a/src/gallium/drivers/softpipe/sp_tile_cache.c
+++ b/src/gallium/drivers/softpipe/sp_tile_cache.c
@@ -44,8 +44,8 @@
 
 
 /** XXX move these */
-#define MAX_WIDTH 2048
-#define MAX_HEIGHT 2048
+#define MAX_WIDTH 4096
+#define MAX_HEIGHT 4096
 
 
 struct softpipe_tile_cache




More information about the mesa-commit mailing list