Why are there two copies of this file?

This commit is contained in:
Keith Whitwell
2004-03-30 21:55:14 +00:00
parent 4135601459
commit bcc6a02afc
+1 -1
View File
@@ -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 - 2D matrix multiply */
FP_OPCODE_X2D, /* NV_f_p only - 2d mat mul */
FP_OPCODE_END /* private opcode */
};