summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVladimir Dergachev <volodya@freedesktop.org>2005-02-01 05:58:27 +0000
committerVladimir Dergachev <volodya@freedesktop.org>2005-02-01 05:58:27 +0000
commit0ab7fb56f58689474920cfd7ebd20829921c2df1 (patch)
tree1f47192dd7a972efefc2bf1092908d6fb9078210 /src
parentc2803587b6f2533514e1cfa9793d0a448e9c2c85 (diff)
It helps to print actual values instead of random ones.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/r300/r300_texstate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_texstate.c b/src/mesa/drivers/dri/r300/r300_texstate.c
index 366767bc22..2351d7777e 100644
--- a/src/mesa/drivers/dri/r300/r300_texstate.c
+++ b/src/mesa/drivers/dri/r300/r300_texstate.c
@@ -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 ||