[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 Jason Ekstrand changed: What|Removed |Added CC|ja...@jlekstrand.net| -- You are receiving this mail

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 --- Comment #11 from Shmerl --- (In reply to Mike Lothian from comment #10) > The next issue seems to be the .so gets installed into: > > /usr/share/vulkan/explicit_layer.d/libVkLayer_MESA_overlay.so > > In gentoo the .so files get installed

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 --- Comment #10 from Mike Lothian --- I've created a merge request to get the vulkan-layers headers put into the correct place https://github.com/gentoo/gentoo/pull/11166 The next issue seems to be the .so gets installed into:

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 --- Comment #9 from Shmerl --- (In reply to Mike Lothian from comment #8) > On Gentoo it installs into /usr/include :( According to upstream, that's something distributions should fix. You can open a Gentoo bug. -- You are receiving this

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 Mike Lothian changed: What|Removed |Added CC||m...@fireburn.co.uk --- Comment #8 from

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 Lionel Landwerlin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 --- Comment #6 from Shmerl --- From https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/729#issuecomment-467162536 it looks like the expected correct usage for these headers is -- You are receiving this mail because: You are the

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 --- Comment #5 from Lionel Landwerlin --- Uploaded https://gitlab.freedesktop.org/mesa/mesa/merge_requests/293 -- You are receiving this mail because: You are the assignee for the bug.___ mesa-dev

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 --- Comment #4 from Lionel Landwerlin --- On the install : true, I was told to remove it. Not being a meson expert but I can definitely put it back. On the header files of the loader/validation-layers, I have the headers installed in a

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 --- Comment #3 from Tapani Pälli --- It seems like meson.build should add 'inc_vulkan_validation' dev header directory to include_directories or just append 'vulkan/' for each header used from there. -- You are receiving this mail because:

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 --- Comment #2 from osch...@web.de --- I had to add this to get the overlay .so deployed: diff --git a/src/vulkan/overlay-layer/meson.build b/src/vulkan/overlay-layer/meson.build index 573983e0438..9d1bc97c131 100644 ---

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 --- Comment #1 from Shmerl --- Another problem was that ninja install doesn't deploy actual layer .so file. I did this in my build script: DESTDIR="$dest_dir" LC_ALL=C.UTF-8 ninja install It deployed VkLayer_MESA_overlay.json, but missed

[Mesa-dev] [Bug 109739] Mesa build fails when vulkan-overlay-layer option is enabled

2019-02-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109739 Bug ID: 109739 Summary: Mesa build fails when vulkan-overlay-layer option is enabled Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All)