mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader/sm4: Recognise the msad opcode.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
0ca2444e9b
commit
fa17a170b1
@@ -225,6 +225,7 @@ static const char * const shader_opcode_names[] =
|
||||
[VKD3DSIH_MOV ] = "mov",
|
||||
[VKD3DSIH_MOVA ] = "mova",
|
||||
[VKD3DSIH_MOVC ] = "movc",
|
||||
[VKD3DSIH_MSAD ] = "msad",
|
||||
[VKD3DSIH_MUL ] = "mul",
|
||||
[VKD3DSIH_NE ] = "ne",
|
||||
[VKD3DSIH_NOP ] = "nop",
|
||||
|
Reference in New Issue
Block a user