It helps to print actual values instead of random ones.
authorVladimir Dergachev <volodya@freedesktop.org>
Tue, 1 Feb 2005 05:58:27 +0000 (05:58 +0000)
committerVladimir Dergachev <volodya@freedesktop.org>
Tue, 1 Feb 2005 05:58:27 +0000 (05:58 +0000)
src/mesa/drivers/dri/r300/r300_texstate.c

index 366767b..2351d77 100644 (file)
@@ -767,7 +767,8 @@ static GLboolean r300UpdateTextureEnv(GLcontext * ctx, int unit)
                 */
        }
 
-       fprintf(stderr, "color_combine=%08x alpha_combine=%08x color_scale=%08x alpha_scale=%08x\n");
+       fprintf(stderr, "color_combine=%08x alpha_combine=%08x color_scale=%08x alpha_scale=%08x\n", 
+               color_combine, alpha_combine, color_scale, alpha_scale);
        
        #if 0
        if (rmesa->hw.pix[unit].cmd[PIX_PP_TXCBLEND] != color_combine ||