Zebediah Figura : wined3d: Move the depth write enable state to wined3d_depth_stencil_state.
Module: wine Branch: master Commit: 4a5760b28b356bdbeac18677d5bde772f3e46a32 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4a5760b28b356bdbeac18677d... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Fri Sep 25 16:01:22 2020 -0500 wined3d: Move the depth write enable state 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 | 4 ---- dlls/d3d11/state.c | 1 + dlls/wined3d/adapter_vk.c | 29 ++++++++++++++--------------- dlls/wined3d/context_gl.c | 2 +- dlls/wined3d/context_vk.c | 5 +++-- dlls/wined3d/device.c | 2 ++ dlls/wined3d/directx.c | 1 - dlls/wined3d/state.c | 29 ++++++++++++----------------- dlls/wined3d/texture.c | 4 ++-- dlls/wined3d/wined3d_private.h | 5 +++-- include/wine/wined3d.h | 1 + 11 files changed, 39 insertions(+), 44 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4a5760b28b356bdbeac18...
participants (1)
-
Alexandre Julliard