summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-04-06 13:56:32 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-04-06 13:56:32 +0000
commit9febb8311217ae1176e38d2fb503dc99a1b30c3b (patch)
treef9434a2a7312d5b7d21e7d48246582e3ea0370fc
parent0eba14e0e2fc5a1278ee100072dceb7cc77b7c55 (diff)
Add FP_MAX_OPCODE
-rw-r--r--src/mesa/shader/nvfragprog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/shader/nvfragprog.h b/src/mesa/shader/nvfragprog.h
index a7149cfdb9..4ccb949e65 100644
--- a/src/mesa/shader/nvfragprog.h
+++ b/src/mesa/shader/nvfragprog.h
@@ -117,7 +117,9 @@ enum fp_opcode {
FP_OPCODE_UP4B, /* NV_f_p only */
FP_OPCODE_UP4UB, /* NV_f_p only */
FP_OPCODE_X2D, /* NV_f_p only - 2d mat mul */
- FP_OPCODE_XPD /* ARB_f_p only - cross product */
+ FP_OPCODE_XPD, /* ARB_f_p only - cross product */
+
+ FP_MAX_OPCODE
};