diff options
author | Roland Scheidegger <[email protected]> | 2013-08-09 21:51:37 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2013-08-12 23:33:00 +0200 |
commit | 8c5283dc177ec8538d1154e71f915aac2066a093 (patch) | |
tree | 2372f130a80e5a1930d90164ff7a38337e174d71 | |
parent | 4d95efd14617d4a96a89d8e52d0cf684a5d6c4b1 (diff) |
gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soa
Was meant to match the name used elsewhere, spotted by Anthony.
-rw-r--r-- | 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 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); |