summaryrefslogtreecommitdiff
path: root/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-04-02 09:30:07 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-04-02 09:30:07 +0000
commitf54e142455cb3c9d1662dae7e096a32a47e5409b (patch)
tree440ecd46269f0eac25e349e1ed58f246490c5e26 /lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
parent36d8503c27530f68d655d3ef77a6eaa4dfd8ad65 (diff)
Import Mesa 23.3.6
Diffstat (limited to 'lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h')
-rw-r--r--lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h b/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
index 95eaad018..cf2d85b6e 100644
--- a/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
+++ b/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
@@ -34,7 +34,7 @@
#ifndef LP_BLD_ALPHA_H
#define LP_BLD_ALPHA_H
-#include "pipe/p_compiler.h"
+#include "util/compiler.h"
#include "gallivm/lp_bld.h"
@@ -52,7 +52,7 @@ lp_build_alpha_test(struct gallivm_state *gallivm,
struct lp_build_mask_context *mask,
LLVMValueRef alpha,
LLVMValueRef ref,
- boolean do_branch);
+ bool do_branch);
#endif /* !LP_BLD_ALPHA_H */