summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_sample.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-09-16 12:31:42 +0100
committerKeith Whitwell <keithw@vmware.com>2010-09-16 17:04:01 +0100
commit045ee4601179c44f815ce3842ef900b36d54c914 (patch)
treee8acd26f28f6108673e67e4b76361c58fd1117ac /src/gallium/auxiliary/gallivm/lp_bld_sample.h
parent7640151c3d9692bc5e43da04dab5697692a07f86 (diff)
gallivm: make lp_build_sample_nop public
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_sample.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
index ff72b8e9f1..1a9cc944a3 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h
@@ -346,6 +346,9 @@ lp_build_sample_soa(LLVMBuilderRef builder,
LLVMValueRef explicit_lod,
LLVMValueRef texel_out[4]);
+void
+lp_build_sample_nop(struct lp_type type,
+ LLVMValueRef texel_out[4]);
#endif /* LP_BLD_SAMPLE_H */