Mesa (master): gallivm: Fix copy'n'paste typo in previous commit.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Oct 8 13:10:31 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Oct  8 14:09:22 2010 +0100

gallivm: Fix copy'n'paste typo in previous commit.

---

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

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.c b/src/gallium/auxiliary/gallivm/lp_bld_sample.c
index cf6da2c..7549028 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.c
@@ -452,10 +452,10 @@ lp_build_linear_mip_levels(struct lp_build_sample_context *bld,
                              "clamp_lod_to_last");
 
    *level0_out = LLVMBuildSelect(builder, clamp_max,
-                                 int_bld->zero, *level0_out, "");
+                                 last_level, *level0_out, "");
 
    *level1_out = LLVMBuildSelect(builder, clamp_max,
-                                 int_bld->zero, *level1_out, "");
+                                 last_level, *level1_out, "");
 
    *lod_fpart_inout = LLVMBuildSelect(builder, clamp_max,
                                       float_bld->zero, *lod_fpart_inout, "");




More information about the mesa-commit mailing list