Module: Mesa Branch: master Commit: b655f78b25454e00f4300fb5ccd35b3d0ab8a740 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b655f78b25454e00f4300fb5ccd35b3d0ab8a740
Author: Vadim Girlin <[email protected]> Date: Tue May 15 18:48:26 2012 +0400 radeon/llvm: increase const regs count Signed-off-by: Vadim Girlin <[email protected]> Reviewed-by: Tom Stellard <[email protected]> --- 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 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
