projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0235b32
)
gallium/i915: remove debug code
author
Brian
<brian@i915.localnet.net>
Tue, 26 Feb 2008 01:00:14 +0000
(18:00 -0700)
committer
Brian
<brian@i915.localnet.net>
Tue, 26 Feb 2008 01:56:36 +0000
(18:56 -0700)
src/gallium/drivers/i915simple/i915_fpc_emit.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915simple/i915_fpc_emit.c
b/src/gallium/drivers/i915simple/i915_fpc_emit.c
index ad6dab6c117d97a707ab6cb8f015c7ecabc493b9..4bdeefb449b43587de5b10e616a9d80e2ff245cc 100644
(file)
--- a/
src/gallium/drivers/i915simple/i915_fpc_emit.c
+++ b/
src/gallium/drivers/i915simple/i915_fpc_emit.c
@@
-220,7
+220,6
@@
uint i915_emit_texld( struct i915_fp_compile *p,
uint tempReg;
temp = i915_get_temp(p); /* get temp reg index */
- printf("***** ALLOC TEMP %d\n", temp);
tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */
i915_emit_arith( p, A0_MOV,