Mesa (master): spirv/vtn_cfg.c: Include util/debug.h for env_var_as_boolean.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Aug 16 06:43:11 UTC 2020


Module: Mesa
Branch: master
Commit: a76423e481ae0a5ed7726d43700cb0937ac9890b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a76423e481ae0a5ed7726d43700cb0937ac9890b

Author: orbea <orbea at riseup.net>
Date:   Fri Aug 14 22:38:56 2020 -0700

spirv/vtn_cfg.c: Include util/debug.h for env_var_as_boolean.

Fixes https://gitlab.freedesktop.org/mesa/mesa/-/issues/3414

Reviewed-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6331>

---

 src/compiler/spirv/vtn_cfg.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compiler/spirv/vtn_cfg.c b/src/compiler/spirv/vtn_cfg.c
index 074f61b331e..83ca13b734c 100644
--- a/src/compiler/spirv/vtn_cfg.c
+++ b/src/compiler/spirv/vtn_cfg.c
@@ -24,6 +24,7 @@
 #include "vtn_private.h"
 #include "spirv_info.h"
 #include "nir/nir_vla.h"
+#include "util/debug.h"
 
 static struct vtn_block *
 vtn_block(struct vtn_builder *b, uint32_t value_id)



More information about the mesa-commit mailing list