summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_bld_type.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-16 12:33:11 -0700
committerBrian Paul <brianp@vmware.com>2009-12-16 12:33:11 -0700
commite288796c92bb7d75cd6dfee968804c6230ef38d7 (patch)
treef252402e55bec302143128060fa4b44e7bede201 /src/gallium/drivers/llvmpipe/lp_bld_type.h
parent2297bc9233be014b7b5aa037769209fbe9f6a66c (diff)
llvmpipe: added lp_build_int32_vec4_type()
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_type.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_type.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_type.h b/src/gallium/drivers/llvmpipe/lp_bld_type.h
index ee5ca3483c..118fb33908 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_type.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_type.h
@@ -162,6 +162,10 @@ LLVMTypeRef
lp_build_int_vec_type(struct lp_type type);
+LLVMTypeRef
+lp_build_int32_vec4_type();
+
+
struct lp_type
lp_int_type(struct lp_type type);