diff options
author | Brian <[email protected]> | 2007-10-01 13:54:37 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-01 13:54:37 -0600 |
commit | 3c41589420c90fa3f81da75c1c90be39f68915e9 (patch) | |
tree | bc872bdb776222e6cb1168ea05b61226bac1919f /src/mesa | |
parent | 726060680ba69aaec659f78e24f2db58acd780cb (diff) |
disable debug printf
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/i915simple/i915_state_sampler.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/i915_state_sampler.c b/src/mesa/pipe/i915simple/i915_state_sampler.c index e6623f43564..3b736f9c551 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] = |