Build mesa 6986 completed

Commit c7e22483fe by Daniel Stone on 2/20/2018 8:56 PM:
vulkan/wsi/x11: Consistently update and return swapchain status\n\nUse a helper function for updating the swapchain status. This will be\nused later to handle VK_SUBOPTIMAL_KHR, where we need to make a\nnon-error status stick to the swapchain until recreation. Instead of\ndirect comparisons to VK_SUCCESS to check for error, test for negative\nnumbers meaning an error status, and positive numbers indicating\nnon-error statuses.\n\nv2 (Jason Ekstrand):\n - Use a pattern of "return x11_swapchain_result(chain, VK_WHATEVER)"\n - Handle wsi_queue_pull returning VK_TIMEOUT\n - Call x11_swapchain_result in x11_present_to_x11\n\nSigned-off-by: Daniel Stone <dani...@collabora.com>\nReviewed-by: Jason Ekstrand <ja...@jlekstrand.net>

Configure your notification preferences

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to