summaryrefslogtreecommitdiff
path: root/src/intel
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-10-07 19:29:18 +0100
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-10-07 22:57:50 +0100
commite262845e371217d23e345d2e315931e01aa0ee04 (patch)
tree0c1eb8879f08c8086e709a78764bf27c1812a744 /src/intel
parent49a6fb8474457a1183f68af7edf630ccafa8c741 (diff)
anv: fix nir.h include
All over mesa we include "nir/nir.h", we should probably do the same here. This fixes the meson build that was broken by the ycbcr series. Thanks to Dylan for finding the issue. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Fixes: f3e91e78a337 ("anv: add nir lowering pass for ycbcr textures") Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/vulkan/anv_nir_lower_ycbcr_textures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_nir_lower_ycbcr_textures.c b/src/intel/vulkan/anv_nir_lower_ycbcr_textures.c
index 8cb322be3e..028f24e2f6 100644
--- a/src/intel/vulkan/anv_nir_lower_ycbcr_textures.c
+++ b/src/intel/vulkan/anv_nir_lower_ycbcr_textures.c
@@ -23,7 +23,7 @@
#include "anv_nir.h"
#include "anv_private.h"
-#include "nir.h"
+#include "nir/nir.h"
#include "nir/nir_builder.h"
struct ycbcr_state {