projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f4d0cc
)
mesa: increase INST_INDEX_BITS to 12
author
Brian Paul
<brianp@vmware.com>
Wed, 2 Mar 2011 16:20:57 +0000
(09:20 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_instruction.h
b/src/mesa/program/prog_instruction.h
index a383828e34425f1c65b6802f8b7f4dcd199935c6..669d7102980055c397c257c6270058816fe98a40 100644
(file)
--- 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 1
1
+#define INST_INDEX_BITS 1
2
/**