mesa: increase INST_INDEX_BITS to 12
For more info see fd.o bug 29418.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user