mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Add a VP_MAX_OPCODE entry to allow engines with internal opcodes to
place them sensibly.
This commit is contained in:
parent
4f923fb0bc
commit
17d249d31b
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue