d3d10core: Add more spec entries

Andrey Gusev andrey.goosev at gmail.com
Sun Feb 1 15:22:17 CST 2015


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150201/4f4324d4/attachment.html>
-------------- next part --------------
From aa829365a40ed463209d9c99644b37fab5e1a630 Mon Sep 17 00:00:00 2001
Message-Id: <aa829365a40ed463209d9c99644b37fab5e1a630.1422825547.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sun, 1 Feb 2015 23:18:29 +0200
Subject: [PATCH] d3d10core: Add more spec entries

---
 dlls/d3d10core/d3d10core.spec | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dlls/d3d10core/d3d10core.spec b/dlls/d3d10core/d3d10core.spec
index 6569888..ef6b404 100644
--- a/dlls/d3d10core/d3d10core.spec
+++ b/dlls/d3d10core/d3d10core.spec
@@ -1,2 +1,40 @@
 @ stdcall D3D10CoreCreateDevice(ptr ptr long ptr ptr)
+@ stub D3D10CoreGetSupportedVersions
+@ stub D3D10CoreGetVersion
 @ stdcall D3D10CoreRegisterLayers()
+@ 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
-- 
2.1.0



More information about the wine-patches mailing list