Module: wine Branch: master Commit: 1622f89ce9ef7ddf654d0655e66ce35c62af36be URL: http://source.winehq.org/git/wine.git/?a=commit;h=1622f89ce9ef7ddf654d0655e6...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Feb 25 08:39:01 2009 +0100
d3d10core: Adjust a couple of FIXMEs.
---
dlls/d3d10core/device.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/d3d10core/device.c b/dlls/d3d10core/device.c index 87f8a21..4f0fb31 100644 --- a/dlls/d3d10core/device.c +++ b/dlls/d3d10core/device.c @@ -1256,7 +1256,7 @@ static HRESULT STDMETHODCALLTYPE device_parent_CreateRenderTarget(IWineD3DDevice HRESULT hr;
FIXME("iface %p, superior %p, width %u, height %u, format %#x, multisample_type %#x,\n" - "\tmultisample_quality %u, lockable %u, surface %p stub!\n", + "\tmultisample_quality %u, lockable %u, surface %p partial stub!\n", iface, superior, width, height, format, multisample_type, multisample_quality, lockable, surface);
FIXME("Implement DXGI<->wined3d usage conversion\n"); @@ -1295,7 +1295,7 @@ static HRESULT STDMETHODCALLTYPE device_parent_CreateDepthStencilSurface(IWineD3 HRESULT hr;
FIXME("iface %p, superior %p, width %u, height %u, format %#x, multisample_type %#x,\n" - "\tmultisample_quality %u, discard %u, surface %p stub!\n", + "\tmultisample_quality %u, discard %u, surface %p partial stub!\n", iface, superior, width, height, format, multisample_type, multisample_quality, discard, surface);
FIXME("Implement DXGI<->wined3d usage conversion\n");