summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvfragprog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/nvfragprog.h')
-rw-r--r--src/mesa/shader/nvfragprog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/shader/nvfragprog.h b/src/mesa/shader/nvfragprog.h
index e83827d1a1..53f4bf9905 100644
--- a/src/mesa/shader/nvfragprog.h
+++ b/src/mesa/shader/nvfragprog.h
@@ -75,7 +75,8 @@ enum fp_opcode {
FP_OPCODE_EX2,
FP_OPCODE_FLR,
FP_OPCODE_FRC,
- FP_OPCODE_KIL,
+ FP_OPCODE_KIL_NV, /* NV_f_p only */
+ FP_OPCODE_KIL, /* ARB_f_p only */
FP_OPCODE_LG2,
FP_OPCODE_LIT,
FP_OPCODE_LRP,