Zebediah Figura : wined3d: Move the stencil pass operation to wined3d_depth_stencil_state.
Module: wine Branch: master Commit: 2479702652a730ec0a35cea3427c658e28a86ba6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2479702652a730ec0a35cea34... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Mon Sep 28 21:56:19 2020 -0500 wined3d: Move the stencil pass 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 | 10 ++++------ include/wine/wined3d.h | 1 + 8 files changed, 13 insertions(+), 15 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2479702652a730ec0a35c...
participants (1)
-
Alexandre Julliard