Module: wine Branch: master Commit: 94becf6fc692b2100008325b301362811170df6c URL: https://source.winehq.org/git/wine.git/?a=commit;h=94becf6fc692b2100008325b3...
Author: Zebediah Figura z.figura12@gmail.com Date: Fri Sep 25 16:01:23 2020 -0500
wined3d: Move the stencil enable state 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 | 2 -- dlls/d3d11/state.c | 1 + dlls/wined3d/adapter_vk.c | 1 - dlls/wined3d/context_gl.c | 5 ++-- dlls/wined3d/context_vk.c | 66 ++++++++++++++++++++++++----------------------- dlls/wined3d/cs.c | 1 - dlls/wined3d/device.c | 5 +++- dlls/wined3d/directx.c | 1 - dlls/wined3d/state.c | 46 +++++++++++++++------------------ include/wine/wined3d.h | 1 + 10 files changed, 63 insertions(+), 66 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=94becf6fc692b21000083...