diff options
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/radeon/R600GenRegisterInfo.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/R600GenRegisterInfo.pl b/src/gallium/drivers/radeon/R600GenRegisterInfo.pl index a28a3ad1d93..c0a05f54cae 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 => 1024; +use constant CONST_REG_COUNT => 512; use constant TEMP_REG_COUNT => 128; my $CREG_MAX = CONST_REG_COUNT - 1; |