summaryrefslogtreecommitdiff
path: root/src/vulkan
AgeCommit message (Expand)AuthorFilesLines
2019-01-07vulkan: Update the XML and headers to 1.1.97Jason Ekstrand1-28/+147
2018-12-17vulkan: Update the XML and headers to 1.1.96Jason Ekstrand1-11/+11
2018-12-03vulkan: Update the XML and headers to 1.1.95Jason Ekstrand1-29/+101
2018-11-28vulkan/wsi: fix s/,/;/ typoEric Engestrom1-2/+2
2018-11-28wsi/display: fix mem leak when freeing swapchainsEric Engestrom1-0/+2
2018-11-26vulkan/utils: s/VERSION/PACKAGE_VERSION/Eric Engestrom1-3/+3
2018-11-22vulkan: Update the XML and headers to 1.1.93Jason Ekstrand1-16/+68
2018-11-21vulkan: Allow storage images in the WSI.Bas Nieuwenhuizen3-0/+3
2018-11-06vulkan: Update the XML and headers to 1.1.91Jason Ekstrand1-220/+243
2018-11-05wsi/wayland: only finish() a successfully init()ed displayEric Engestrom1-1/+2
2018-11-05wsi/wayland: use proper VkResult typeEric Engestrom1-2/+2
2018-10-31configure: allow building with python3Emil Velikov1-1/+1
2018-10-30vulkan/wsi: use the drmGetDevice2() APIEmil Velikov1-1/+1
2018-10-29vulkan/wsi: simplify meson file trackingEric Engestrom1-18/+5
2018-10-29vulkan: Update the XML and headers to 1.1.90Jason Ekstrand1-6/+30
2018-10-26vulkan: drop always-true paramEric Engestrom2-6/+0
2018-10-25util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom1-1/+0
2018-10-18vulkan/wsi: Use VK_EXT_pci_bus_info for DRM fd matchingJason Ekstrand7-60/+56
2018-10-18vulkan/wsi: Implement GetPhysicalDevicePresentRectanglesKHRJason Ekstrand6-0/+149
2018-10-18vulkan/wsi: Store the instance allocator in wsi_deviceJason Ekstrand7-21/+16
2018-10-13vulkan: Update the XML and headers to 1.1.88Samuel Pitoiset1-32/+221
2018-10-01vulkan: Update the XML and headers to 1.1.86Jason Ekstrand1-66/+791
2018-09-27vulkan: Disable randr lease for libxcb < 1.13Maxime1-0/+2
2018-09-24vulkan/wsi/display: wsi_display_select_crtc() doesn' need to modify the conne...Eric Engestrom1-1/+1
2018-09-24vulkan/wsi/display: check if wsi_swapchain_init() succeededEric Engestrom1-0/+4
2018-09-21anv,radv: Implement vkAcquireNextImage2Jason Ekstrand6-22/+16
2018-09-10vulkan: Update the XML and headers to 1.1.84Jason Ekstrand1-63/+217
2018-08-28vulkan/alloc: Add a vk_strdup helperJason Ekstrand1-0/+17
2018-08-24Revert "configure: allow building with python3"Emil Velikov1-1/+1
2018-08-23configure: allow building with python3Emil Velikov1-1/+1
2018-08-23vk/wsi: avoid reading uninitialised memoryEric Engestrom1-2/+2
2018-08-23vulkan/wsi: fix pointer-integer conversion warningsGrazvydas Ignotas2-3/+3
2018-08-18vulkan/wsi: initialise image_index to 0 in x11_manage_fifo_queuesKai Wasserbäch1-1/+1
2018-08-10meson: Build with Python 3Mathieu Bridon1-1/+1
2018-08-07autoconf: stop exporting internal wayland detailsEmil Velikov1-2/+2
2018-07-25vulkan/wsi: fix incorrect assignment in assert()Eric Engestrom1-2/+2
2018-07-09anv,radv: Add support for VK_KHR_get_display_properties2Jason Ekstrand2-16/+186
2018-07-08vulkan: Update the XML and headers to 1.1.80Jason Ekstrand1-49/+231
2018-07-06vulkan: utils: handle hexadecimal values in registryLionel Landwerlin1-1/+1
2018-06-27vulkan/wsi_common_display: Return SURFACE_LOST for fatal DRM errorsKeith Packard1-7/+7
2018-06-23vulkan: add VK_EXT_display_control [v10]Keith Packard3-2/+378
2018-06-20vulkan: EXT_acquire_xlib_display requires libXrandr headers to buildKeith Packard2-1/+3
2018-06-20Vulkan/wsi: Implement VK_EXT_display_surface_counterJason Ekstrand2-0/+60
2018-06-20vulkan/wsi: Get rid of the get_capabilities hookJason Ekstrand5-6/+10
2018-06-19vulkan: Add EXT_acquire_xlib_display [v5]Keith Packard4-0/+515
2018-06-19vulkan: Add EXT_direct_mode_display [v2]Keith Packard2-0/+23
2018-06-19vulkan: Add KHR_display extension using DRM [v10]Keith Packard8-3/+1604
2018-06-08vulkan/wsi: Destroy swapchain images after terminating FIFO queuesCameron Kumar1-3/+3
2018-05-29vulkan: don't free uninitialised memoryEric Engestrom1-1/+1
2018-05-28vulkan: Update header+vk.xml to 1.1.76Bas Nieuwenhuizen1-140/+319