Zebediah Figura : wined3d: Move the fill mode to wined3d_rasterizer_state.
Module: wine Branch: master Commit: 63971ccd460c57b7567316eaebf26d55b43c7991 URL: https://source.winehq.org/git/wine.git/?a=commit;h=63971ccd460c57b7567316eae... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Thu Mar 5 19:28:09 2020 -0600 wined3d: Move the fill mode to wined3d_rasterizer_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 | 2 -- dlls/d3d11/state.c | 1 + dlls/wined3d/device.c | 70 +++++++++++++++++++++++++++++++++++++----- dlls/wined3d/state.c | 19 +++++++----- dlls/wined3d/wined3d_private.h | 3 +- include/wine/wined3d.h | 1 + 6 files changed, 77 insertions(+), 19 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=63971ccd460c57b756731...
participants (1)
-
Alexandre Julliard