summaryrefslogtreecommitdiff
path: root/src/vulkan
AgeCommit message (Expand)AuthorFilesLines
2021-03-11vulkan/device_select: Only call vkGetPhysicalDeviceProperties2 if the device ...Georg Lehmann1-8/+9
2021-02-23vulkan/device_select: Stop using device properties 2.Bas Nieuwenhuizen1-12/+18
2021-01-19device-select-layer: update for vulkan 1.2Dave Airlie1-1/+1
2021-01-12vulkan/overlay: fix vkGetInstanceProcAddr self-resolvingGeorg Lehmann1-0/+1
2021-01-12vulkan/overay: fix violation of VUID-VkDeviceCreateInfo-pNext-00373Pavel Asyutchenko2-7/+23
2021-01-12vulkan/device-select: fix vkGetInstanceProcAddr self-resolvingGeorg Lehmann1-0/+2
2020-11-09util: add mapping from Vulkan to Gallium R64 integer formatsRhys Perry1-1/+3
2020-11-03zink: add VK_STRUCTURE_TYPE_WSI_MEMORY_ALLOCATE_INFO_MESA for WSI allocationsIago Toral Quiroga1-0/+1
2020-10-27wsi: move drm code to wsi_common_drm.cMichel Zou3-587/+625
2020-10-27vulkan/util,vulkan/wsi,radv: Add typed outarray APIJames Park2-5/+11
2020-10-19vulkan/wsi: fix possible random stalls in wsi_display_wait_for_eventMarcin Ślusarz1-1/+1
2020-10-19vulkan: Update XML and headers to 1.2.158Caio Marcelo de Oliveira Filho1-24/+198
2020-09-24vulkan/wsi/display: add option for display fence to signal syncobjJonathan Marek2-9/+37
2020-09-22vulkan: bump headers/registry to 1.2.154Lionel Landwerlin1-45/+265
2020-09-21wsi/x11: Create a present queue for VK_PRESENT_MODE_FIFO_RELAXED_KHRAdam Jackson1-1/+3
2020-09-10wsi/x11: Hook up VK_PRESENT_MODE_FIFO_RELAXED_KHRAdam Jackson2-1/+5
2020-09-07vulkan/device_select: don't pick a cpu driver as the defaultDave Airlie2-10/+41
2020-09-01vulkan/wsi/x11: wait for acquirable images in FIFO modeRoman Gilg1-6/+9
2020-09-01vulkan/wsi/x11: add sent image counterRoman Gilg1-0/+8
2020-09-01vulkan: Fix memory leaks.Vinson Lee1-1/+4
2020-08-31vulkan: Don't pointlessly depend on libxcb-dri2Adam Jackson1-1/+0
2020-08-17vulkan/wsi: add sw support. (v2)Dave Airlie3-26/+84
2020-08-05vulkan: Allow global symbol HMI for AndroidKristian H. Kristensen1-0/+5
2020-08-04util/format: translate A4R4G4B4_UNORM and A4B4G4R4_UNORM vulkan formatsJonathan Marek1-0/+4
2020-08-03vulkan: Update Vulkan XML and headers to 1.2.149Jason Ekstrand1-7/+29
2020-07-30aco: add framework for testing isel and integration testsRhys Perry1-3/+1
2020-07-30vulkan/util: add struct vk_pipeline_cache_headerAlejandro Piñeiro1-0/+8
2020-07-27vulkan/wsi: Convert usage of -1 to UINT32_MAX.Bas Nieuwenhuizen2-4/+4
2020-07-27vulkan/wsi/x11: report device-group present rectangles with prime.Bas Nieuwenhuizen1-42/+21
2020-07-22meson: Add mising git_sha1.h dependency.Bas Nieuwenhuizen1-1/+1
2020-07-20vulkan: Update Vulkan XML and headers to 1.2.148Jason Ekstrand1-22/+103
2020-07-14meson: fix android vulkan buildEric Engestrom2-2/+2
2020-07-14vulkan: Adds helpers for vk_object (de)alloation and (de)initialization.Hyunjun Ko2-0/+59
2020-07-10vulkan: automatically compile the `display` platform when availableEric Engestrom2-2/+2
2020-07-06wsi/x11: Log swapchain status changesJason Ekstrand1-1/+15
2020-07-06vulkan/wsi: Don't consider VK_SUBOPTIMAL_KHR to be an error conditionJason Ekstrand1-3/+3
2020-07-02radv,vulkan: add a new x11 wsi drirc workaround for DOOM EternalSamuel Pitoiset2-22/+40
2020-07-02Revert "vulkan/wsi/x11: Ensure we create at least minImageCount images."Samuel Pitoiset1-34/+26
2020-06-25vulkan/overlay: fix crash on destroying NULL swapchainPavel Asyutchenko1-0/+6
2020-06-24vulkan/wsi/x11: Ensure we create at least minImageCount images.Bas Nieuwenhuizen1-26/+34
2020-06-22vulkan: Update Vulkan XML and headers to 1.2.145Jason Ekstrand1-164/+596
2020-06-21vulkan/wsi: Really terminate DRM lease in wsi_release_display().Mario Kleiner1-6/+16
2020-06-18vulkan/wsi: replace all dup() with os_dupfd_cloexec()Eric Engestrom1-1/+2
2020-06-05Switch from cElementTree to ElementTree.Vinson Lee3-3/+3
2020-06-01vulkan-overlay/meson: use install_data instead of configure_fileDylan Baker1-5/+4
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker4-5/+9
2020-05-30util/format: Add more multi-planar formats.Bas Nieuwenhuizen1-0/+16
2020-05-30util/format: Use correct pipe format for VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM.Bas Nieuwenhuizen1-1/+1
2020-05-30util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.Bas Nieuwenhuizen1-1/+1
2020-05-20util/format: translate 422_UNORM and 420_UNORM vulkan formatsJonathan Marek1-2/+14