=?UTF-8?Q?Michael=20M=C3=BCller=20?=: wined3d: Do not set DDCAPS_ALIGNBOUNDARYSRC caps for ddraw.

Alexandre Julliard julliard at winehq.org
Mon Jan 16 15:48:49 CST 2017


Module: wine
Branch: master
Commit: 5fd9344362d43d13ee3131fa5619f25d57dd5f03
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5fd9344362d43d13ee3131fa5619f25d57dd5f03

Author: Michael Müller <michael at fds-team.de>
Date:   Mon Jan 16 15:07:15 2017 +0100

wined3d: Do not set DDCAPS_ALIGNBOUNDARYSRC caps for ddraw.

Signed-off-by: Michael Müller <michael at fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wined3d/directx.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 3783d49..22e0fee 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -5806,8 +5806,7 @@ HRESULT CDECL wined3d_get_device_caps(const struct wined3d *wined3d, UINT adapte
                                         WINEDDCAPS_CANCLIP                  |
                                         WINEDDCAPS_CANCLIPSTRETCHED         |
                                         WINEDDCAPS_COLORKEY                 |
-                                        WINEDDCAPS_COLORKEYHWASSIST         |
-                                        WINEDDCAPS_ALIGNBOUNDARYSRC;
+                                        WINEDDCAPS_COLORKEYHWASSIST;
 
     /* Fill the ddraw caps structure */
     caps->ddraw_caps.caps =             WINEDDCAPS_GDI                      |




More information about the wine-cvs mailing list