projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc76781
)
i965: minor debug output changes
author
Brian Paul
<brianp@vmware.com>
Thu, 16 Apr 2009 17:06:00 +0000
(11:06 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 16 Apr 2009 17:08:23 +0000
(11:08 -0600)
src/mesa/drivers/dri/i965/brw_wm_glsl.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_wm_glsl.c
b/src/mesa/drivers/dri/i965/brw_wm_glsl.c
index 49fea2e41ad740092cd0e88ba36c73de3cdcce57..62fa573b379e1677b033ec8b8e0243162b056945 100644
(file)
--- a/
src/mesa/drivers/dri/i965/brw_wm_glsl.c
+++ b/
src/mesa/drivers/dri/i965/brw_wm_glsl.c
@@
-346,10
+346,10
@@
get_src_reg_const(struct brw_wm_compile *c,
const_reg = brw_abs(const_reg);
#if 0
- printf(" form const[%d]
for arg %d, comp
%d, reg %d\n",
+ printf(" form const[%d]
.%d for arg
%d, reg %d\n",
c->current_const[srcRegIndex].index,
- srcRegIndex,
component,
+ srcRegIndex,
const_reg.nr);
#endif
@@
-407,7
+407,7
@@
static struct brw_reg get_src_reg_imm(struct brw_wm_compile *c,
if (src->Abs)
value = FABSF(value);
#if 0
- printf(" form imm
reg %f\n", value
);
+ printf(" form imm
ed value %f for chan %d\n", value, channel
);
#endif
return brw_imm_f(value);
}