From 17d249d31b3b382af04610b2ca37d01b8f06abe4 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 7 Jun 2005 10:56:17 +0000 Subject: Add a VP_MAX_OPCODE entry to allow engines with internal opcodes to place them sensibly. --- src/mesa/shader/nvvertprog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mesa/shader/nvvertprog.h b/src/mesa/shader/nvvertprog.h index ca9930a974..17646e3600 100644 --- a/src/mesa/shader/nvvertprog.h +++ b/src/mesa/shader/nvvertprog.h @@ -66,7 +66,9 @@ enum vp_opcode VP_OPCODE_SLT, VP_OPCODE_SUB, VP_OPCODE_SWZ, /* ARB only */ - VP_OPCODE_XPD /* ARB only */ + VP_OPCODE_XPD, /* ARB only */ + + VP_MAX_OPCODE }; -- cgit v1.2.3