projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc7f924
)
tgsi: increase MAX_LABELS to 4096
author
Brian Paul
<brianp@vmware.com>
Thu, 4 Jun 2009 19:08:52 +0000
(13:08 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 4 Jun 2009 19:10:31 +0000
(13:10 -0600)
src/gallium/auxiliary/tgsi/tgsi_exec.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_exec.h
b/src/gallium/auxiliary/tgsi/tgsi_exec.h
index 0b4b2a6fb6ee51664705889daef3b0d03bbcf8e9..da22baad3ef14529d6db67372ca28c25051113d9 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_exec.h
+++ b/
src/gallium/auxiliary/tgsi/tgsi_exec.h
@@
-34,7
+34,7
@@
extern "C" {
#endif
-#define MAX_LABELS
1024
+#define MAX_LABELS
(4 * 1024) /**< basically, max instructions */
#define NUM_CHANNELS 4 /* R,G,B,A */
#define QUAD_SIZE 4 /* 4 pixel/quad */