summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2008-02-25 18:00:14 -0700
committerBrian <brian@i915.localnet.net>2008-02-25 18:56:36 -0700
commit7ed9beef5f08554f126c64aa172cd03fd810f1db (patch)
tree65f747a4abf2681908159c81cdc7add12d55c8b9 /src
parent0235b3252100eda553babea42c014445358a2985 (diff)
gallium/i915: remove debug code
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/i915simple/i915_fpc_emit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915simple/i915_fpc_emit.c b/src/gallium/drivers/i915simple/i915_fpc_emit.c
index ad6dab6c11..4bdeefb449 100644
--- 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,