From: Keith Whitwell Date: Tue, 7 Jun 2005 10:56:17 +0000 (+0000) Subject: Add a VP_MAX_OPCODE entry to allow engines with internal opcodes to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17d249d31b3b382af04610b2ca37d01b8f06abe4;p=mesa.git Add a VP_MAX_OPCODE entry to allow engines with internal opcodes to place them sensibly. --- diff --git a/src/mesa/shader/nvvertprog.h b/src/mesa/shader/nvvertprog.h index ca9930a9749..17646e3600b 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 };