Re: [Mesa-dev] [PATCH] meson: install vulkan_intel.h header

2018-03-02 Thread Dylan Baker
Quoting Emil Velikov (2018-03-02 10:44:04)
> On 2 March 2018 at 18:30, Dylan Baker  wrote:
> > Fixes: d1992255bb29054fa51763376d125183a9f602f3
> >("meson: Add build Intel "anv" vulkan driver")
> > Signed-off-by: Dylan Baker 
> > ---
> >  include/meson.build | 4 
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/include/meson.build b/include/meson.build
> > index 28ffb332151..2c2467edb81 100644
> > --- a/include/meson.build
> > +++ b/include/meson.build
> > @@ -106,3 +106,7 @@ if with_gallium_opencl and not with_opencl_icd
> >  subdir: 'CL'
> >)
> >  endif
> > +
> > +if with_intel_vk
> > +  install_headers('vulkan/vulkan_intel.h', 'vulkan')
> > +endif
> 
> JFYI: That is to be superseded by Chad's
> VK_EXT_image_drm_format_modifier although that hasn't landed, just
> yet.
> 
> Until then, patch is
> Reviewed-by: Emil Velikov 
> 
> -Emil

Thanks! We're missing this for 18.0 as well, so we should at least get this
landed for that.

Dylan


signature.asc
Description: signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] meson: install vulkan_intel.h header

2018-03-02 Thread Emil Velikov
On 2 March 2018 at 18:30, Dylan Baker  wrote:
> Fixes: d1992255bb29054fa51763376d125183a9f602f3
>("meson: Add build Intel "anv" vulkan driver")
> Signed-off-by: Dylan Baker 
> ---
>  include/meson.build | 4 
>  1 file changed, 4 insertions(+)
>
> diff --git a/include/meson.build b/include/meson.build
> index 28ffb332151..2c2467edb81 100644
> --- a/include/meson.build
> +++ b/include/meson.build
> @@ -106,3 +106,7 @@ if with_gallium_opencl and not with_opencl_icd
>  subdir: 'CL'
>)
>  endif
> +
> +if with_intel_vk
> +  install_headers('vulkan/vulkan_intel.h', 'vulkan')
> +endif

JFYI: That is to be superseded by Chad's
VK_EXT_image_drm_format_modifier although that hasn't landed, just
yet.

Until then, patch is
Reviewed-by: Emil Velikov 

-Emil
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev