diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/shader/nvvertprog.h | 4 | 
1 files changed, 3 insertions, 1 deletions
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  };  | 
