Mesa (master): gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soa

Roland Scheidegger sroland at kemper.freedesktop.org
Mon Aug 12 21:33:55 UTC 2013


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

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Fri Aug  9 21:51:37 2013 +0200

gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soa

Was meant to match the name used elsewhere, spotted by Anthony.

---

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

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
index 75e8c59..3166c5f 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@ -498,7 +498,7 @@ lp_build_size_query_soa(struct gallivm_state *gallivm,
                         struct lp_type int_type,
                         unsigned texture_unit,
                         unsigned target,
-                        boolean is_viewinfo,
+                        boolean is_sviewinfo,
                         boolean scalar_lod,
                         LLVMValueRef explicit_lod,
                         LLVMValueRef *sizes_out);




More information about the mesa-commit mailing list