aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan/wsi/wsi_common_x11.c
Commit message (Expand)AuthorAgeFilesLines
* vulkan/wsi: fix pointer-integer conversion warningsGrazvydas Ignotas2018-08-231-1/+1
* vulkan/wsi: initialise image_index to 0 in x11_manage_fifo_queuesKai Wasserbäch2018-08-181-1/+1
* vulkan/wsi: Get rid of the get_capabilities hookJason Ekstrand2018-06-201-1/+0
* vulkan/wsi: Destroy swapchain images after terminating FIFO queuesCameron Kumar2018-06-081-3/+3
* vulkan: don't free uninitialised memoryEric Engestrom2018-05-291-1/+1
* vulkan/wsi: Only use LINEAR modifier for prime if supported.Bas Nieuwenhuizen2018-05-081-1/+2
* dri3: Don't fail on version mismatchDaniel Stone2018-03-201-0/+4
* dri3: allow building against older xcb (v3)Dave Airlie2018-03-161-2/+10
* vulkan/wsi/x11: correct DRI3 version in commentEmil Velikov2018-03-161-1/+1
* vulkan/wsi/x11: use ARRAY_SIZE where applicableEmil Velikov2018-03-161-2/+2
* vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11Louis-Francis Ratté-Boulianne2018-03-091-3/+60
* vulkan/wsi/x11: Add support for DRI3 v1.2Daniel Stone2018-03-091-17/+161
* vulkan/wsi/x11: Consistently update and return swapchain statusDaniel Stone2018-02-211-19/+63
* vulkan/wsi/x11: Set OUT_OF_DATE if wait_for_special_event failsJason Ekstrand2018-02-211-1/+3
* vulkan/wsi: Add modifiers support to wsi_create_native_imageJason Ekstrand2018-02-211-1/+2
* vulkan/wsi: Add multiple planes to wsi_imageDaniel Stone2018-02-211-4/+7
* vulkan/wsi: Drop the can_handle_different_gpu parameter from get_supportJason Ekstrand2017-12-041-5/+0
* vulkan/wsi: Move prime blitting into queue_presentJason Ekstrand2017-12-041-22/+3
* vulkan/wsi: Move get_images into common codeJason Ekstrand2017-12-041-24/+5
* vulkan/wsi: Do image creation in common codeJason Ekstrand2017-12-041-17/+3
* vulkan/wsi: Implement prime in a completely generic wayJason Ekstrand2017-12-041-48/+39
* vulkan/wsi: Add wsi_swapchain_init/finish functionsJason Ekstrand2017-12-041-2/+11
* vulkan/wsi/x11: Handle the geometry check earlier in create_swapchainJason Ekstrand2017-12-041-9/+10
* vulkan/wsi: Add a wsi_image structureDaniel Stone2017-12-041-32/+20
* vulkan/wsi: Free the event in x11_manage_fifo_queues().Henri Verbeet2017-10-171-0/+1
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-061-1/+1
* vulkan/wsi/x11: Add support for VK_KHR_get_surface_capabilities2Jason Ekstrand2017-05-161-0/+32
* vulkan/wsi: Use vk_outarray for surface_get_formatsJason Ekstrand2017-05-161-11/+12
* vulkan/wsi: Plumb present regions through the common codeJason Ekstrand2017-04-031-1/+2
* vulkan/wsi: Improve the DRI3 error messageJacob Lifshay2017-03-011-10/+41
* vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie2017-02-271-5/+55
* vulkan/wsi: move image count to shared structure.Dave Airlie2017-02-231-15/+14
* vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie2017-02-201-1/+70
* vulkan/wsi: Lower the maximum image sizesJason Ekstrand2017-01-251-1/+2
* vulkan/wsi: clarify the severity of lack of DRI3 v2Andres Rodriguez2017-01-191-2/+4
* vulkan: Add new cast macros for VkIcd typesChad Versace2017-01-121-2/+2
* vulkan/wsi/x11: don't crash on null wsi x11 connectionArda Coskunses2016-12-221-0/+3
* vulkan/wsi/x11: don't crash on null visualArda Coskunses2016-12-221-0/+3
* vulkan: use STATIC_ASSERT instead of static_assertEdward O'Callaghan2016-12-071-1/+1
* vulkan/wsi/x11: Destroy Present event context when destroying swapchainMichel Dänzer2016-11-301-0/+6
* wsi: fix VK_INCOMPLETE for vkGetSwapchainImagesKHRDave Airlie2016-11-161-5/+11
* vulkan/wsi/x11: Implement FIFO mode.Jason Ekstrand2016-11-101-10/+164
* vulkan/wsi: Report the correct min/maxImageCountJason Ekstrand2016-11-101-11/+10
* vulkan/wsi/x11: Clean up connections in finish_wsiJason Ekstrand2016-11-021-0/+4
* vulkan/wsi/x11: Better handle wsi_x11_connection_create failureJason Ekstrand2016-11-021-0/+2
* vulkan/wsi/x11: Smplify implementation of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev2016-10-281-8/+3
* vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHREduardo Lima Mitev2016-10-281-3/+3
* vulkan/wsi/x11: add support for IMMEDIATE present modeDave Airlie2016-10-271-1/+3
* vulkan/wsi: store present mode in swapchain base classDave Airlie2016-10-271-0/+1
* vulkan/wsi/x11: handle timeouts properly in next image acquire (v1.1)Dave Airlie2016-10-271-5/+57