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