projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
926b965
)
softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture size
author
Brian Paul
<brianp@vmware.com>
Tue, 22 Sep 2009 21:35:05 +0000
(15:35 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 23 Sep 2009 16:46:27 +0000
(10:46 -0600)
src/gallium/drivers/softpipe/sp_tile_cache.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_tile_cache.c
b/src/gallium/drivers/softpipe/sp_tile_cache.c
index 1f9b8f1f4fb84b0f5ab9967a1820e92d3a1df04a..a524275a71c599dd41b9b2a84e28c1c8f1bb7924 100644
(file)
--- 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