wined3d: Downgrade a MESSAGE to a FIXME

H. Verbeet hverbeet at gmail.com
Mon Aug 7 12:21:18 CDT 2006


This MESSAGE floods the console in some parts of some games, which
causes quite a performance hit, probably more so than the issue the
message is about.
-------------- next part --------------
 dlls/wined3d/device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c
index 7429512..aed3594 100644
--- a/dlls/wined3d/device.c
+++ b/dlls/wined3d/device.c
@@ -7254,7 +7254,7 @@ #define PUSH2(att,value)  attribs[nAttri
     if (!cfgs) { /* OK we didn't find the exact config, so use any reasonable match */
         /* TODO: fill in the 'requested' and 'current' depths, also make sure that's
            why we failed and only show this message once! */
-        MESSAGE("Failed to find exact match, finding alternative but you may suffer performance issues, try changing xfree's depth to match the requested depth\n"); /**/
+        FIXME("Failed to find exact match, finding alternative but you may suffer performance issues, try changing xfree's depth to match the requested depth\n"); /**/
         nAttribs = 0;
         PUSH2(GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT | GLX_WINDOW_BIT);
        /* PUSH2(GLX_X_RENDERABLE,  TRUE); */


More information about the wine-patches mailing list