Created attachment 121790 [details] screenshot As invited by the Vulkan announcement, filling (probably) the first Vulkan bug here. The demos from https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers flicker on my system, including the triangle one. Mesa 11.2.0-devel (git-0a3324e) (vulkan branch) Intel(R) HD Graphics 530 (Skylake GT2) kernel: 4.4.1
Created attachment 121791 [details] Xorg log
b63e28c0e1275761f7effe4b0a8202735ff72291 almost solved this, only the lunarg 'tri' example flickers for me now (VulkanSDK examples/ , same as from Vulkan-LoaderAndValidationLayers it seems).
This should be fixed now by b63e28c. The remaining issue with the LunarG triangle demo is an issue with the demo itself. It constant renders into and presents the same buffer even though our driver requires that you have at least two. The result is that it's effectively using front-buffer rendering which tears.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.