gallium/i915: remove debug code
authorBrian <brian@i915.localnet.net>
Tue, 26 Feb 2008 01:00:14 +0000 (18:00 -0700)
committerBrian <brian@i915.localnet.net>
Tue, 26 Feb 2008 01:56:36 +0000 (18:56 -0700)
src/gallium/drivers/i915simple/i915_fpc_emit.c

index ad6dab6..4bdeefb 100644 (file)
@@ -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,