Zebediah Figura : wined3d: Move the blend enable state to wined3d_blend_state.
Module: wine Branch: master Commit: 04453496a22d4b9a8f4ff50e48166b4928b937f5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=04453496a22d4b9a8f4ff50e4... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Mon Mar 9 23:07:28 2020 -0500 wined3d: Move the blend enable state to wined3d_blend_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 | 3 --- dlls/d3d11/state.c | 1 + dlls/wined3d/context.c | 10 ++++----- dlls/wined3d/device.c | 2 ++ dlls/wined3d/shader.c | 2 +- dlls/wined3d/state.c | 61 +++++++++++++++++++++++--------------------------- dlls/wined3d/utils.c | 4 ++-- include/wine/wined3d.h | 1 + 8 files changed, 40 insertions(+), 44 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=04453496a22d4b9a8f4ff...
participants (1)
-
Alexandre Julliard