Austin English : d3d11: Add a stub dll.

Alexandre Julliard julliard at winehq.org
Wed Dec 12 15:14:56 CST 2012


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

Author: Austin English <austinenglish at gmail.com>
Date:   Tue Dec 11 14:11:49 2012 -0800

d3d11: Add a stub dll.

---

 configure              |    1 +
 configure.ac           |    1 +
 dlls/d3d11/Makefile.in |    3 +++
 dlls/d3d11/d3d11.spec  |   42 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 6ddb15f..e96750d 100755
--- a/configure
+++ b/configure
@@ -15401,6 +15401,7 @@ wine_fn_config_dll d3d10 enable_d3d10 implib
 wine_fn_config_test dlls/d3d10/tests d3d10_test
 wine_fn_config_dll d3d10core enable_d3d10core implib
 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
+wine_fn_config_dll d3d11 enable_d3d11
 wine_fn_config_dll d3d8 enable_d3d8 implib
 wine_fn_config_test dlls/d3d8/tests d3d8_test
 wine_fn_config_dll d3d9 enable_d3d9 implib
diff --git a/configure.ac b/configure.ac
index 01d84cd..2a4ea4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2580,6 +2580,7 @@ WINE_CONFIG_DLL(d3d10,,[implib])
 WINE_CONFIG_TEST(dlls/d3d10/tests)
 WINE_CONFIG_DLL(d3d10core,,[implib])
 WINE_CONFIG_TEST(dlls/d3d10core/tests)
+WINE_CONFIG_DLL(d3d11)
 WINE_CONFIG_DLL(d3d8,,[implib])
 WINE_CONFIG_TEST(dlls/d3d8/tests)
 WINE_CONFIG_DLL(d3d9,,[implib])
diff --git a/dlls/d3d11/Makefile.in b/dlls/d3d11/Makefile.in
new file mode 100644
index 0000000..ef3c5a0
--- /dev/null
+++ b/dlls/d3d11/Makefile.in
@@ -0,0 +1,3 @@
+MODULE    = d3d11.dll
+
+ at MAKE_DLL_RULES@
diff --git a/dlls/d3d11/d3d11.spec b/dlls/d3d11/d3d11.spec
new file mode 100644
index 0000000..0ff00d2
--- /dev/null
+++ b/dlls/d3d11/d3d11.spec
@@ -0,0 +1,42 @@
+@ stub D3D11CoreCreateDevice
+@ stub D3D11CoreCreateLayeredDevice
+@ stub D3D11CoreGetLayeredDeviceSize
+@ stub D3D11CoreRegisterLayers
+@ stub D3D11CreateDevice
+@ stub D3D11CreateDeviceAndSwapChain
+@ stub D3DKMTCloseAdapter
+@ stub D3DKMTCreateAllocation
+@ stub D3DKMTCreateContext
+@ stub D3DKMTCreateDevice
+@ stub D3DKMTCreateSynchronizationObject
+@ stub D3DKMTDestroyAllocation
+@ stub D3DKMTDestroyContext
+@ stub D3DKMTDestroyDevice
+@ stub D3DKMTDestroySynchronizationObject
+@ stub D3DKMTEscape
+@ stub D3DKMTGetContextSchedulingPriority
+@ stub D3DKMTGetDeviceState
+@ stub D3DKMTGetDisplayModeList
+@ stub D3DKMTGetMultisampleMethodList
+@ stub D3DKMTGetRuntimeData
+@ stub D3DKMTGetSharedPrimaryHandle
+@ stub D3DKMTLock
+@ stub D3DKMTOpenAdapterFromHdc
+@ stub D3DKMTOpenResource
+@ stub D3DKMTPresent
+@ stub D3DKMTQueryAdapterInfo
+@ stub D3DKMTQueryAllocationResidency
+@ stub D3DKMTQueryResourceInfo
+@ stub D3DKMTRender
+@ stub D3DKMTSetAllocationPriority
+@ stub D3DKMTSetContextSchedulingPriority
+@ stub D3DKMTSetDisplayMode
+@ stub D3DKMTSetDisplayPrivateDriverFormat
+@ stub D3DKMTSetGammaRamp
+@ stub D3DKMTSetVidPnSourceOwner
+@ stub D3DKMTSignalSynchronizationObject
+@ stub D3DKMTUnlock
+@ stub D3DKMTWaitForSynchronizationObject
+@ stub D3DKMTWaitForVerticalBlankEvent
+@ stub OpenAdapter10
+@ stub OpenAdapter10_2




More information about the wine-cvs mailing list