Module: wine Branch: master Commit: 0a37a86f356e84b14187165a5cf67042ae8a7d6b URL: http://source.winehq.org/git/wine.git/?a=commit;h=0a37a86f356e84b14187165a5c...
Author: Matteo Bruni mbruni@codeweavers.com Date: Wed Aug 15 00:38:24 2012 +0200
wined3d: Dump postblend color.
---
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 0dcb431..92a8b48 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; }