diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-28 08:15:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-28 08:15:04 +0000 |
commit | 1c5c7896c1d54abd25c0f33ca996165b359eecb3 (patch) | |
tree | bc5a10bbe89ecd4008a5bed7a029babc992f66b5 /lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h | |
parent | c55dff45ea3a2c70e45601240b248017acc48198 (diff) |
Import Mesa 22.3.4
Diffstat (limited to 'lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h')
-rw-r--r-- | lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |