[PATCH 1/4] wined3d: Dump postblend color.

Matteo Bruni mbruni at codeweavers.com
Mon Aug 13 13:20:45 CDT 2012


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

diff --git a/dlls/wined3d/utils.c b/dlls/wined3d/utils.c
index 0be3972..dd300d1 100644
--- a/dlls/wined3d/utils.c
+++ b/dlls/wined3d/utils.c
@@ -1158,6 +1158,7 @@ static void check_fbo_compat(const struct wined3d_gl_info *gl_info, struct wined
             else
             {
                 TRACE("Format supports post-pixelshader blending.\n");
+                TRACE("Color output: %#x\n", color);
                 format->flags |= WINED3DFMT_FLAG_POSTPIXELSHADER_BLENDING;
             }
 
-- 
1.7.8.6




More information about the wine-patches mailing list