[Mesa-dev] [PATCH] meson: Include nir directories in anv_common
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Sat Oct 7 18:28:43 UTC 2017
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 <dylanx.c.baker at intel.com>
> Fixes: f3e91e78a337 ("anv: add nir lowering pass for ycbcr textures")
> cc: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
> 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 ff24e304ef5..fe9e91f728d 100644
> --- a/src/intel/vulkan/meson.build
> +++ b/src/intel/vulkan/meson.build
> @@ -134,7 +134,7 @@ libanv_common = static_library(
> 'anv_common',
> [libanv_files, anv_entrypoints, anv_extensions_c, nir_opcodes_h],
> include_directories : [inc_common, inc_intel, inc_compiler, inc_drm_uapi,
> - inc_vulkan_util, inc_vulkan_wsi],
> + inc_vulkan_util, inc_vulkan_wsi, inc_nir],
> c_args : [c_vis_args, no_override_init_args, '-msse2', anv_flags],
> dependencies : [dep_valgrind, anv_deps, dep_libdrm],
> )
More information about the mesa-dev
mailing list