[PATCH] Add some more debug info to make debugging easier.

Roderick Colenbrander thunderbird2k at gmx.net
Sat Mar 22 19:00:19 CDT 2008


---
 dlls/wined3d/directx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 54672e1..adfcff3 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -2660,7 +2660,7 @@ static HRESULT WINAPI IWineD3DImpl_CheckDeviceFormat(IWineD3D *iface, UINT Adapt
     } else if((UsageCaps == (Usage & ~WINED3DUSAGE_AUTOGENMIPMAP)) && (Usage & WINED3DUSAGE_AUTOGENMIPMAP)){
         return WINED3DOK_NOAUTOGEN;
     } else {
-        TRACE_(d3d_caps)("[FAILED] - Usage=%#08x requested but only %#08x is available\n", Usage, UsageCaps);
+        TRACE_(d3d_caps)("[FAILED] - Usage=%#08x requested for CheckFormat=%s and RType=%d but only %#08x is available\n", Usage, debug_d3dformat(CheckFormat), RType, UsageCaps);
         return WINED3DERR_NOTAVAILABLE;
     }
 }
-- 
1.5.3.8


--========GMX41531206227636756569--



More information about the wine-patches mailing list