Zebediah Figura : wined3d: Move the depth function to wined3d_depth_stencil_state.
Module: wine Branch: master Commit: 2014d975cc72e8c09c49e4cbc1f14d8bdbc8796f URL: https://source.winehq.org/git/wine.git/?a=commit;h=2014d975cc72e8c09c49e4cbc... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Mon Sep 28 21:56:22 2020 -0500 wined3d: Move the depth 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 | 11 ----------- dlls/d3d11/state.c | 1 + dlls/wined3d/adapter_vk.c | 3 +-- dlls/wined3d/context_vk.c | 2 +- dlls/wined3d/device.c | 2 ++ dlls/wined3d/state.c | 23 ++++++++++------------- include/wine/wined3d.h | 1 + 7 files changed, 16 insertions(+), 27 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2014d975cc72e8c09c49e...
participants (1)
-
Alexandre Julliard