Zebediah Figura : wined3d: Move the stencil fail operation to wined3d_depth_stencil_state.
Module: wine Branch: master Commit: 9c744d5cb916b8d5d676e16fd99aba796b09cd34 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9c744d5cb916b8d5d676e16fd... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Mon Sep 28 21:56:20 2020 -0500 wined3d: Move the stencil fail operation to wined3d_depth_stencil_state. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/d3d11/device.c | 2 -- dlls/d3d11/state.c | 2 ++ dlls/wined3d/adapter_vk.c | 2 -- dlls/wined3d/context_vk.c | 5 ++--- dlls/wined3d/device.c | 4 ++++ dlls/wined3d/directx.c | 2 -- dlls/wined3d/state.c | 9 ++++----- include/wine/wined3d.h | 1 + 8 files changed, 13 insertions(+), 14 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9c744d5cb916b8d5d676e...
participants (1)
-
Alexandre Julliard