[PATCH 2/4] wined3d: Don't set SFLAG_INSYSMEM in surface_download_data.

Stefan Dösinger stefan at codeweavers.com
Mon Nov 25 16:41:11 CST 2013


surface_load_location takes care of this.
---
 dlls/wined3d/surface.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index 5256eb8..50bc6e7 100644
--- a/dlls/wined3d/surface.c
+++ b/dlls/wined3d/surface.c
@@ -1671,9 +1671,6 @@ static void surface_download_data(struct wined3d_surface *surface, const struct
             HeapFree(GetProcessHeap(), 0, mem);
         }
     }
-
-    /* Surface has now been downloaded */
-    surface->flags |= SFLAG_INSYSMEM;
 }
 
 /* This call just uploads data, the caller is responsible for binding the
-- 
1.8.3.2




More information about the wine-patches mailing list