mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Implement DMOVC instruction.
Based in part on a vkd3d-proton patch by Joshua Ashton. Signed-off-by: Conor McCarthy <cmccarthy@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
c3363faba2
commit
00752b8fa6
@@ -113,6 +113,7 @@ static const char * const shader_opcode_names[] =
|
||||
/* VKD3DSIH_DMAX */ "dmax",
|
||||
/* VKD3DSIH_DMIN */ "dmin",
|
||||
/* VKD3DSIH_DMOV */ "dmov",
|
||||
/* VKD3DSIH_DMOVC */ "dmovc",
|
||||
/* VKD3DSIH_DMUL */ "dmul",
|
||||
/* VKD3DSIH_DNE */ "dne",
|
||||
/* VKD3DSIH_DP2 */ "dp2",
|
||||
|
Reference in New Issue
Block a user