瀏覽代碼

gallium/i915: remove debug code

tags/mesa_20090313
Brian 17 年之前
父節點
當前提交
7ed9beef5f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      src/gallium/drivers/i915simple/i915_fpc_emit.c

+ 0
- 1
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,

Loading…
取消
儲存