gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soa
authorRoland Scheidegger <sroland@vmware.com>
Fri, 9 Aug 2013 19:51:37 +0000 (21:51 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 12 Aug 2013 21:33:00 +0000 (23:33 +0200)
Was meant to match the name used elsewhere, spotted by Anthony.

src/gallium/auxiliary/gallivm/lp_bld_sample.h

index 75e8c593f51ebd7b34598cbd089fd364f35326f4..3166c5f6c414b4a0a2e328b91f4a63a7c134b2c6 100644 (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);