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

Was meant to match the name used elsewhere, spotted by Anthony.
This commit is contained in:
Roland Scheidegger 2013-08-09 21:51:37 +02:00
parent 4d95efd146
commit 8c5283dc17
1 changed files with 1 additions and 1 deletions

View File

@ -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);