Re: [Mesa-dev] [PATCH 3/3] Move src/eg/wayland/wayland-drm into src/wsi

2017-10-23 Thread Daniel Stone
Hi Dylan, I'm not 100% sure how autotools deals with cross-directory dependencies for generated files, but assuming this works, the series is: Reviewed-by: Daniel Stone Thanks for doing this! Cheers, Daniel ___ mesa-dev mailing list mesa-dev@lists.free

[Mesa-dev] [PATCH 3/3] Move src/eg/wayland/wayland-drm into src/wsi

2017-10-20 Thread Dylan Baker
Nothing in wayand-drm is EGL specific, parts of the directory are used by EGL, parts by GBM, and parts by vulkan wsi, so it makes sense to move that into it's own directory. src/wsi was chosen because there's a lot of wsi code in mesa that could be moved here, vulkan/wsi, EGL, GBM, and GLX could al