Mesa (master): gallivm: remove debug code

Brian Paul brianp at kemper.freedesktop.org
Mon Sep 20 17:21:53 UTC 2010


Module: Mesa
Branch: master
Commit: b2ad8b5c221da0a7fd0d12c718d13b9a903179cc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2ad8b5c221da0a7fd0d12c718d13b9a903179cc

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Sep 20 11:21:44 2010 -0600

gallivm: remove debug code

---

 src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
index 2d80db6..f86d055 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
@@ -1195,7 +1195,6 @@ lp_build_sample_soa(LLVMBuilderRef builder,
             lp_is_simple_wrap_mode(static_state->wrap_s) &&
             lp_is_simple_wrap_mode(static_state->wrap_t)) {
       /* do sampling/filtering with fixed pt arithmetic */
-      printf("new sample\n");
       lp_build_sample_aos(&bld, unit, s, t, r, ddx, ddy,
                           lod_bias, explicit_lod,
                           width, height, depth,
@@ -1217,7 +1216,6 @@ lp_build_sample_soa(LLVMBuilderRef builder,
                       static_state->wrap_t);
       }
 
-      printf("old sample\n");
       lp_build_sample_general(&bld, unit, s, t, r, ddx, ddy,
                               lod_bias, explicit_lod,
                               width, height, depth,




More information about the mesa-commit mailing list