projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4135601
)
Why are there two copies of this file?
author
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 30 Mar 2004 21:55:14 +0000
(21:55 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 30 Mar 2004 21:55:14 +0000
(21:55 +0000)
src/mesa/main/nvfragprog.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/nvfragprog.h
b/src/mesa/main/nvfragprog.h
index 85909c9a280ec5a67ac814749a4b5132fe2ba26f..187e7072d26930bf2711c8a66df22aa821dfd56a 100644
(file)
--- a/
src/mesa/main/nvfragprog.h
+++ b/
src/mesa/main/nvfragprog.h
@@
-113,7
+113,7
@@
enum fp_opcode {
FP_OPCODE_UP4B, /* NV_f_p only */
FP_OPCODE_UP4UB, /* NV_f_p only */
FP_OPCODE_XPD, /* ARB_f_p only - cross product */
- FP_OPCODE_X2D, /* NV_f_p only - 2
D matrix multiply
*/
+ FP_OPCODE_X2D, /* NV_f_p only - 2
d mat mul
*/
FP_OPCODE_END /* private opcode */
};