From: Brian Paul Date: Wed, 2 Mar 2011 16:20:57 +0000 (-0700) Subject: mesa: increase INST_INDEX_BITS to 12 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=41208bf047888f5633befc5bcfac1c9132920492;p=mesa.git mesa: increase INST_INDEX_BITS to 12 For more info see fd.o bug 29418. --- diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h index a383828e344..669d7102980 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 /**