wined3d-CSMT_Main: Reenable CSMT patchset.

This commit is contained in:
Sebastian Lackner
2016-05-17 01:22:05 +02:00
parent c2b1a0350d
commit b4c93af2cb
232 changed files with 10448 additions and 21246 deletions

View File

@@ -1,28 +0,0 @@
From 351506a226133691c2dac3e83e964b304b5ddd90 Mon Sep 17 00:00:00 2001
From: Sebastian Lackner <sebastian@fds-team.de>
Date: Mon, 21 Mar 2016 16:23:21 +0100
Subject: wined3d: Add warning that CSMT patchset is disabled.
---
dlls/wined3d/wined3d_main.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dlls/wined3d/wined3d_main.c b/dlls/wined3d/wined3d_main.c
index fdb260e..d5c307e 100644
--- a/dlls/wined3d/wined3d_main.c
+++ b/dlls/wined3d/wined3d_main.c
@@ -327,6 +327,11 @@ static BOOL wined3d_dll_init(HINSTANCE hInstDLL)
}
}
+#if defined(STAGING_CSMT)
+ FIXME_(winediag)("Please note that the experimental wined3d CSMT patchset has been disabled in this\n");
+ FIXME_(winediag)("version of Wine Staging. Check out the release notes for further information.\n");
+#endif /* STAGING_CSMT */
+
if (appkey) RegCloseKey( appkey );
if (hkey) RegCloseKey( hkey );
--
2.7.1

View File

@@ -1,3 +1,6 @@
Depends: wined3d-Accounting
Depends: wined3d-DXTn
Depends: wined3d-QUERY_Stubs
Depends: wined3d-Silence_FIXMEs
Depends: makedep-PARENTSPEC
Depends: ntdll-DllRedirects