From 1c5c7896c1d54abd25c0f33ca996165b359eecb3 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 28 Jan 2023 08:15:04 +0000 Subject: Import Mesa 22.3.4 --- lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h') diff --git a/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h b/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h index 8cf8580bf..1900cf68e 100644 --- a/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h +++ b/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h @@ -68,7 +68,8 @@ lp_build_depth_stencil_test(struct gallivm_state *gallivm, LLVMValueRef face, LLVMValueRef *z_value, LLVMValueRef *s_value, - boolean do_branch); + boolean do_branch, + bool restrict_depth); void lp_build_depth_stencil_load_swizzled(struct gallivm_state *gallivm, -- cgit v1.2.3