mesa: increase INST_INDEX_BITS to 12

For more info see fd.o bug 29418.
This commit is contained in:
Brian Paul
2011-03-02 09:20:57 -07:00
parent 5f4d0cc6bc
commit 41208bf047
+1 -1
View 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
/**