Mesa (master): broadcom/vc4: add path to nir_builder.h

Juan Antonio Suárez Romero jasuarez at kemper.freedesktop.org
Thu Mar 22 17:25:51 UTC 2018


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

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Tue Mar 20 11:21:37 2018 +0100

broadcom/vc4: add path to nir_builder.h

As the other VC4 files do. Otherwise, it won't find nir_builder.h

v2: add path in source code rather changing autotools (Emil)

Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/gallium/drivers/vc4/vc4_blit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/vc4/vc4_blit.c b/src/gallium/drivers/vc4/vc4_blit.c
index 7543e9d4aa..d3cc5152a2 100644
--- a/src/gallium/drivers/vc4/vc4_blit.c
+++ b/src/gallium/drivers/vc4/vc4_blit.c
@@ -24,7 +24,7 @@
 #include "util/u_format.h"
 #include "util/u_surface.h"
 #include "util/u_blitter.h"
-#include "nir_builder.h"
+#include "compiler/nir/nir_builder.h"
 #include "vc4_context.h"
 
 static struct pipe_surface *




More information about the mesa-commit mailing list