Module: wine Branch: master Commit: ba4c2ac03a19c1fccecbba692c99fe6eab69fa7b URL: https://source.winehq.org/git/wine.git/?a=commit;h=ba4c2ac03a19c1fccecbba692... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Mon Sep 28 21:56:18 2020 -0500 wined3d: Move the stencil function 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 | 14 +++++++------- dlls/wined3d/device.c | 13 +++++++++++++ dlls/wined3d/directx.c | 2 -- dlls/wined3d/state.c | 9 ++++----- include/wine/wined3d.h | 7 +++++++ 8 files changed, 33 insertions(+), 18 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ba4c2ac03a19c1fccecbb...