summaryrefslogtreecommitdiff
path: root/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.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/auxiliary/gallivm/lp_bld_pack.h
parent36d8503c27530f68d655d3ef77a6eaa4dfd8ad65 (diff)
Import Mesa 23.3.6
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h')
-rw-r--r--lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h b/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h
index 3e07716df..deee1c479 100644
--- a/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h
+++ b/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h
@@ -37,7 +37,7 @@
#define LP_BLD_PACK_H
-#include "pipe/p_compiler.h"
+#include "util/compiler.h"
#include "gallivm/lp_bld.h"
@@ -137,7 +137,7 @@ LLVMValueRef
lp_build_pack(struct gallivm_state *gallivm,
struct lp_type src_type,
struct lp_type dst_type,
- boolean clamped,
+ bool clamped,
const LLVMValueRef *src, unsigned num_srcs);