Re: [Mesa-dev] [PATCH] meson: Include nir directories in anv_common

2017-10-07 Thread Lionel Landwerlin
Looks like pretty much everywhere we're include nir/nir.h So I guess I should fix the ycbcr pass. Thanks for digging this though! On 07/10/17 18:15, Dylan Baker wrote: Signed-off-by: Dylan Baker Fixes: f3e91e78a337 ("anv: add nir lowering pass for ycbcr textures") cc: Lionel Landwerlin ---

[Mesa-dev] [PATCH] meson: Include nir directories in anv_common

2017-10-07 Thread Dylan Baker
Signed-off-by: Dylan Baker Fixes: f3e91e78a337 ("anv: add nir lowering pass for ycbcr textures") cc: Lionel Landwerlin --- src/intel/vulkan/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/meson.build b/src/intel/vulkan/meson.build index ff24e304ef