summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-16 14:32:18 -0600
committerBrian Paul <brianp@vmware.com>2010-03-17 16:29:34 -0600
commit67b82fc395fc9972fc08233044057ab540c7ab59 (patch)
treefbb1dde36ae424b1d34c3dbdeb3f5bfc04a19e7a /src/gallium/auxiliary/gallivm
parentb8b1bb946f0bc7d1646e0625c239e08ac60b4fc7 (diff)
gallivm/llmvpipe: pass stencil refs state into z/stencil build code
Diffstat (limited to 'src/gallium/auxiliary/gallivm')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_depth.c1
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_depth.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_depth.c b/src/gallium/auxiliary/gallivm/lp_bld_depth.c
index cbc48f9865..3a5da4edce 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_depth.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_depth.c
@@ -217,6 +217,7 @@ lp_build_depth_test(LLVMBuilderRef builder,
struct lp_type type,
const struct util_format_description *format_desc,
struct lp_build_mask_context *mask,
+ LLVMValueRef stencil_refs,
LLVMValueRef src,
LLVMValueRef dst_ptr)
{
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_depth.h b/src/gallium/auxiliary/gallivm/lp_bld_depth.h
index 8375824cbf..a7f67d2100 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_depth.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_depth.h
@@ -56,6 +56,7 @@ lp_build_depth_test(LLVMBuilderRef builder,
struct lp_type type,
const struct util_format_description *format_desc,
struct lp_build_mask_context *mask,
+ LLVMValueRef stencil_refs,
LLVMValueRef src,
LLVMValueRef dst_ptr);