[Mesa-dev] [PATCH 7/9] radeon/llvm: increase const regs count
Vadim Girlin
vadimgirlin at gmail.com
Tue May 15 02:41:32 PDT 2012
Signed-off-by: Vadim Girlin <vadimgirlin at gmail.com>
---
src/gallium/drivers/radeon/R600GenRegisterInfo.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/radeon/R600GenRegisterInfo.pl b/src/gallium/drivers/radeon/R600GenRegisterInfo.pl
index 406f3df..9e7cf61 100644
--- a/src/gallium/drivers/radeon/R600GenRegisterInfo.pl
+++ b/src/gallium/drivers/radeon/R600GenRegisterInfo.pl
@@ -16,7 +16,7 @@
use strict;
use warnings;
-use constant CONST_REG_COUNT => 256;
+use constant CONST_REG_COUNT => 1024;
use constant TEMP_REG_COUNT => 128;
my $CREG_MAX = CONST_REG_COUNT - 1;
--
1.7.10.1
More information about the mesa-dev
mailing list