projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7725744
)
tgsi/sanity: Up MAX_REGISTERS to 1024.
author
Michal Krol
<michal@vmware.com>
Fri, 27 Nov 2009 11:33:17 +0000
(12:33 +0100)
committer
Michal Krol
<michal@vmware.com>
Tue, 1 Dec 2009 08:51:54 +0000
(09:51 +0100)
src/gallium/auxiliary/tgsi/tgsi_sanity.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_sanity.c
b/src/gallium/auxiliary/tgsi/tgsi_sanity.c
index 36e27ea52f485e59421e3e02abd322f39058ebe2..4d8145032b2320de9be762b3c6162d9f1944a25c 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_sanity.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_sanity.c
@@
-34,7
+34,7
@@
typedef uint reg_flag;
#define BITS_IN_REG_FLAG (sizeof( reg_flag ) * 8)
-#define MAX_REGISTERS
256
+#define MAX_REGISTERS
1024
#define MAX_REG_FLAGS ((MAX_REGISTERS + BITS_IN_REG_FLAG - 1) / BITS_IN_REG_FLAG)
struct sanity_check_ctx