summaryrefslogtreecommitdiffstats
path: root/src/vulkan/anv_wsi_x11.c
Commit message (Expand)AuthorAgeFilesLines
* vk/0.170.2: Update to the new VK_EXT_KHR_swapchain extensionsJason Ekstrand2015-10-081-120/+106
* vk/0.170.2: Update VkResultChad Versace2015-10-071-23/+17
* vk/wsi/x11: Send OUT_OF_DATE if the X drawable goes awayJason Ekstrand2015-10-021-2/+13
* anv/wsi_x11: Properly report BadDrawable errors to the clientJason Ekstrand2015-09-281-1/+11
* vk/error: Handle ERROR_OUT_OF_DATE_WSIJason Ekstrand2015-09-081-1/+1
* vk/wsi/x11: Actually block on X so we don't re-use busy buffersJason Ekstrand2015-09-081-18/+62
* vk: Fix size return value handling in a couple plcesJason Ekstrand2015-09-041-1/+7
* vk/wsi: Move to a clallback system for the entire WSI implementationJason Ekstrand2015-09-041-9/+46
* vk/WSI: Use a callback mechanism instead of explicit switchingJason Ekstrand2015-09-041-84/+92
* vk: Add an initial implementation of the actual Khronos WSI extensionJason Ekstrand2015-09-041-87/+114
* vk: Move anv_x11.c to anv_wsi_x11.cJason Ekstrand2015-09-041-0/+302