summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-12 10:36:11 -0600
committerBrian Paul <brianp@vmware.com>2010-05-12 10:38:00 -0600
commit1cd31459afa7ea859a7c1e6abb1fc4ae2f0060ed (patch)
tree1980838c09e81b9840a1e71958b3abe20b4c18d4 /src/gallium/auxiliary/gallivm/lp_bld_sample.h
parent0a0d17616382948092adeb652701681a2ea7753e (diff)
gallivm: rename texel result param
Be clear that this parameter returns four texel channel results.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_sample.h2
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 7e8bc8b152..51e98ab2f9 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@ -177,7 +177,7 @@ lp_build_sample_soa(LLVMBuilderRef builder,
const LLVMValueRef *ddy,
LLVMValueRef lod_bias,
LLVMValueRef explicit_lod,
- LLVMValueRef *texel);
+ LLVMValueRef texel_out[4]);