From: Roland Scheidegger Date: Fri, 9 Aug 2013 19:51:37 +0000 (+0200) Subject: gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soa X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c5283dc177ec8538d1154e71f915aac2066a093;p=mesa.git gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soa Was meant to match the name used elsewhere, spotted by Anthony. --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h index 75e8c593f51..3166c5f6c41 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);