From 3c41589420c90fa3f81da75c1c90be39f68915e9 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 1 Oct 2007 13:54:37 -0600 Subject: disable debug printf --- src/mesa/pipe/i915simple/i915_state_sampler.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mesa/pipe/i915simple/i915_state_sampler.c b/src/mesa/pipe/i915simple/i915_state_sampler.c index e6623f4356..3b736f9c55 100644 --- a/src/mesa/pipe/i915simple/i915_state_sampler.c +++ b/src/mesa/pipe/i915simple/i915_state_sampler.c @@ -257,7 +257,9 @@ i915_update_texture(struct i915_context *i915, uint unit, assert(format); assert(pitch); + /* printf("texture format = 0x%x\n", format); + */ /* MS3 state */ state[0] = -- cgit v1.2.3