summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_type.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-08-08 22:49:23 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:25 +0100
commit9493260fdcef4a8238b9d9a9dc3e753dd89810fe (patch)
tree812536c80dfb3b14d10b058d236ecb550241a0f7 /src/gallium/drivers/llvmpipe/lp_bld_type.h
parentb07d19a8859efb930d837c3b324be94cf412d819 (diff)
llvmpipe: Centralize lp_build_context initialization.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_type.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_type.h6
1 files changed, 6 insertions, 0 deletions
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 */