Mesa (master): freedreno/ir3: fix compile break after splitting out nir_control_flow.h

Rob Clark robclark at kemper.freedesktop.org
Tue Aug 25 12:21:24 UTC 2015


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

Author: Rob Clark <robclark at freedesktop.org>
Date:   Tue Aug 25 08:17:30 2015 -0400

freedreno/ir3: fix compile break after splitting out nir_control_flow.h

The commit:

  commit b49371b8ede380f10ea3ab333246a3b01ac6aca5
  Author:     Connor Abbott <cwabbott0 at gmail.com>
  AuthorDate: Tue Jul 21 19:54:18 2015 -0700

      nir: move control flow modification to its own file

split out some control flow related APIs into a separate header, but did
not update drivers.

Signed-off-by: Rob Clark <robclark at freedesktop.org>

---

 src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c b/src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c
index dc9e462..bed7b7b 100644
--- a/src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c
+++ b/src/gallium/drivers/freedreno/ir3/ir3_nir_lower_if_else.c
@@ -29,6 +29,7 @@
 
 #include "ir3_nir.h"
 #include "glsl/nir/nir_builder.h"
+#include "glsl/nir/nir_control_flow.h"
 
 /* Based on nir_opt_peephole_select, and hacked up to more aggressively
  * flatten anything that can be flattened




More information about the mesa-commit mailing list