diff options
Diffstat (limited to 'lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h')
-rw-r--r-- | lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h b/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h index 6a8cbe333..4c12c5f2e 100644 --- a/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h +++ b/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h @@ -101,7 +101,7 @@ enum { RC_NUM_SPECIAL_REGISTERS }; -#define RC_REGISTER_INDEX_BITS 10 +#define RC_REGISTER_INDEX_BITS 11 #define RC_REGISTER_MAX_INDEX (1 << RC_REGISTER_INDEX_BITS) typedef enum { |