From 9493260fdcef4a8238b9d9a9dc3e753dd89810fe Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sat, 8 Aug 2009 22:49:23 +0100 Subject: llvmpipe: Centralize lp_build_context initialization. --- src/gallium/drivers/llvmpipe/lp_bld_type.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gallium/drivers/llvmpipe/lp_bld_type.h') diff --git a/src/gallium/drivers/llvmpipe/lp_bld_type.h b/src/gallium/drivers/llvmpipe/lp_bld_type.h index 37d6885049..c56dd3b20e 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_type.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_type.h @@ -164,4 +164,10 @@ LLVMTypeRef lp_build_int_vec_type(union lp_type type); +void +lp_build_context_init(struct lp_build_context *bld, + LLVMBuilderRef builder, + union lp_type type); + + #endif /* !LP_BLD_TYPE_H */ -- cgit v1.2.3