Re: [Mesa-dev] [PATCH 1/7] vulkan/wsi: Generate wayland protocol headers separately from EGL

2017-03-02 Thread Jason Ekstrand
On Thu, Mar 2, 2017 at 4:15 AM, Emil Velikov wrote: > On 2 March 2017 at 05:28, Jason Ekstrand wrote: > > Previously, we were depending on EGL for generating the headers and > > providing the protocol symbols. However, since neither Vulkan driver

Re: [Mesa-dev] [PATCH 1/7] vulkan/wsi: Generate wayland protocol headers separately from EGL

2017-03-02 Thread Jason Ekstrand
On Thu, Mar 2, 2017 at 4:15 AM, Emil Velikov wrote: > On 2 March 2017 at 05:28, Jason Ekstrand wrote: > > Previously, we were depending on EGL for generating the headers and > > providing the protocol symbols. However, since neither Vulkan driver

Re: [Mesa-dev] [PATCH 1/7] vulkan/wsi: Generate wayland protocol headers separately from EGL

2017-03-02 Thread Emil Velikov
On 2 March 2017 at 05:28, Jason Ekstrand wrote: > Previously, we were depending on EGL for generating the headers and > providing the protocol symbols. However, since neither Vulkan driver > actually wants to link against EGL, this is kind-of pointless. It also > creates a

[Mesa-dev] [PATCH 1/7] vulkan/wsi: Generate wayland protocol headers separately from EGL

2017-03-01 Thread Jason Ekstrand
Previously, we were depending on EGL for generating the headers and providing the protocol symbols. However, since neither Vulkan driver actually wants to link against EGL, this is kind-of pointless. It also creates a weird build dependency. --- src/amd/vulkan/Makefile.am | 3 ---