mesa: increase INST_INDEX_BITS to 12
authorBrian Paul <brianp@vmware.com>
Wed, 2 Mar 2011 16:20:57 +0000 (09:20 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 2 Mar 2011 16:20:59 +0000 (09:20 -0700)
For more info see fd.o bug 29418.

src/mesa/program/prog_instruction.h

index a383828..669d710 100644 (file)
@@ -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
 
 
 /**