Module: Mesa Branch: master Commit: 41208bf047888f5633befc5bcfac1c9132920492 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41208bf047888f5633befc5bcfac1c9132920492
Author: Brian Paul <[email protected]> Date: Wed Mar 2 09:20:57 2011 -0700 mesa: increase INST_INDEX_BITS to 12 For more info see fd.o bug 29418. --- src/mesa/program/prog_instruction.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h index a383828..669d710 100644 --- a/src/mesa/program/prog_instruction.h +++ b/src/mesa/program/prog_instruction.h @@ -247,7 +247,7 @@ typedef enum prog_opcode { * Number of bits for the src/dst register Index field. * This limits the size of temp/uniform register files. */ -#define INST_INDEX_BITS 11 +#define INST_INDEX_BITS 12 /** _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
