[Mesa-dev] [PATCH 18/22] anv: move common wsi code to x11/wayland common files.

Emil Velikov emil.l.velikov at gmail.com
Tue Oct 18 18:15:18 UTC 2016


On 17 October 2016 at 05:24, Dave Airlie <airlied at gmail.com> wrote:

> diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources
> index 85df8a5..bd3afc0 100644
> --- a/src/intel/vulkan/Makefile.sources
> +++ b/src/intel/vulkan/Makefile.sources
> @@ -43,14 +43,17 @@ VULKAN_FILES := \
>         anv_util.c \
>         anv_wsi.c \
>         anv_wsi.h \
> +       wsi_common.h \
>         genX_pipeline_util.h \
>         vk_format_info.h
>
>  VULKAN_WSI_WAYLAND_FILES := \
> -       anv_wsi_wayland.c
> +       anv_wsi_wayland.c \
> +       wsi_common_wayland.c
>
>  VULKAN_WSI_X11_FILES := \
> -       anv_wsi_x11.c
> +       anv_wsi_x11.c \
> +       wsi_common_x11.c
Please include the relevant headers in the lists above.

Also do copy the license from the current source. Obviously you can
add yourself/Redhat if interested.

-Emil


More information about the mesa-dev mailing list