projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de25f82
)
llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture size
author
Brian Paul
<brianp@vmware.com>
Wed, 23 Sep 2009 17:04:07 +0000
(11:04 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 23 Sep 2009 17:04:07 +0000
(11:04 -0600)
src/gallium/drivers/llvmpipe/lp_tile_cache.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_tile_cache.h
b/src/gallium/drivers/llvmpipe/lp_tile_cache.h
index 6d8ba5ece7a0ceb1ec58a1b4d798c9e10b17f5bb..936fc8f0fa9caafdd3523c873c977f8c96e53c5f 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_tile_cache.h
+++ b/
src/gallium/drivers/llvmpipe/lp_tile_cache.h
@@
-51,8
+51,8
@@
struct llvmpipe_cached_tile
/** XXX move these */
-#define MAX_WIDTH
2048
-#define MAX_HEIGHT
2048
+#define MAX_WIDTH
4096
+#define MAX_HEIGHT
4096
struct llvmpipe_tile_cache