[PATCH] Add a debug trace to WineD3D_ChoosePixelFormat in order to trace potential 'unsuitable' pixel format errors.

Roderick Colenbrander thunderbird2k at gmx.net
Mon Jun 2 15:39:51 CDT 2008


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

diff --git a/dlls/wined3d/context.c b/dlls/wined3d/context.c
index 0811f12..4591160 100644
--- a/dlls/wined3d/context.c
+++ b/dlls/wined3d/context.c
@@ -121,6 +121,8 @@ static int WineD3D_ChoosePixelFormat(IWineD3DDeviceImpl *This, HDC hdc, WINED3DF
     int nCfgs = This->adapter->nCfgs;
     WineD3D_PixelFormat *cfgs = This->adapter->cfgs;
 
+    TRACE("ColorFormat=%s, DepthStencilFormat=%s, auxBuffers=%d, numSamples=%d, pbuffer=%d, findCompatible=%d\n", debug_d3dformat(ColorFormat), debug_d3dformat(DepthStencilFormat), auxBuffers, numSamples, pbuffer, findCompatible);
+
     if(!getColorBits(ColorFormat, &redBits, &greenBits, &blueBits, &alphaBits, &colorBits)) {
         ERR("Unable to get color bits for format %s (%#x)!\n", debug_d3dformat(ColorFormat), ColorFormat);
         return 0;
-- 
1.5.3.4


--========GMX269141212433646415517--



More information about the wine-patches mailing list