aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan
Commit message (Expand)AuthorAgeFilesLines
* meson: fix android vulkan buildEric Engestrom2020-07-142-2/+2
* vulkan: Adds helpers for vk_object (de)alloation and (de)initialization.Hyunjun Ko2020-07-142-0/+59
* vulkan: automatically compile the `display` platform when availableEric Engestrom2020-07-102-2/+2
* wsi/x11: Log swapchain status changesJason Ekstrand2020-07-061-1/+15
* vulkan/wsi: Don't consider VK_SUBOPTIMAL_KHR to be an error conditionJason Ekstrand2020-07-061-3/+3
* radv,vulkan: add a new x11 wsi drirc workaround for DOOM EternalSamuel Pitoiset2020-07-022-22/+40
* Revert "vulkan/wsi/x11: Ensure we create at least minImageCount images."Samuel Pitoiset2020-07-021-34/+26
* vulkan/overlay: fix crash on destroying NULL swapchainPavel Asyutchenko2020-06-251-0/+6
* vulkan/wsi/x11: Ensure we create at least minImageCount images.Bas Nieuwenhuizen2020-06-241-26/+34
* vulkan: Update Vulkan XML and headers to 1.2.145Jason Ekstrand2020-06-221-164/+596
* vulkan/wsi: Really terminate DRM lease in wsi_release_display().Mario Kleiner2020-06-211-6/+16
* vulkan/wsi: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+2
* Switch from cElementTree to ElementTree.Vinson Lee2020-06-053-3/+3
* vulkan-overlay/meson: use install_data instead of configure_fileDylan Baker2020-06-011-5/+4
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-014-5/+9
* util/format: Add more multi-planar formats.Bas Nieuwenhuizen2020-05-301-0/+16
* util/format: Use correct pipe format for VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM.Bas Nieuwenhuizen2020-05-301-1/+1
* util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.Bas Nieuwenhuizen2020-05-301-1/+1
* util/format: translate 422_UNORM and 420_UNORM vulkan formatsJonathan Marek2020-05-201-2/+14
* vulkan: import common code for generating extensionsSamuel Pitoiset2020-05-132-0/+370
* vulkan: Handle vkGet/SetPrivateDataEXT on Android swapchainsJason Ekstrand2020-05-122-9/+107
* anv,vulkan: Implement VK_EXT_private_dataJason Ekstrand2020-05-122-1/+123
* vulkan/object: Always include the typeJason Ekstrand2020-05-082-4/+0
* vulkan: Update Vulkan XML and headers to 1.2.140Joshua Ashton2020-05-051-20/+152
* vulkan/wsi: Make wsi_swapchain inherit from vk_object_baseJason Ekstrand2020-05-044-26/+19
* vulkan: Add run-time object type asserts in handle castsJason Ekstrand2020-05-042-2/+22
* vulkan,anv: Move the DEFINE_HANDLE_CASTS macros to vk_object.hJason Ekstrand2020-05-041-0/+31
* vulkan,anv: Add a base object struct typeJason Ekstrand2020-05-042-2/+28
* vulkan,anv: Add a common base object type for VkDeviceJason Ekstrand2020-05-044-0/+96
* vulkan: Allow destroying NULL debug report callbacksJason Ekstrand2020-05-041-0/+3
* vulkan: Update Vulkan XML and headers to 1.2.139Jason Ekstrand2020-04-281-415/+1213
* vulkan: add initial device selection layer. (v6.1)Dave Airlie2020-04-277-0/+869
* vulkan/wsi: Add callback to set ownership of buffer.Bas Nieuwenhuizen2020-04-272-0/+26
* vulkan: drop unused include directoriesEric Engestrom2020-03-283-3/+3
* meson: inline `inc_common`Eric Engestrom2020-03-283-3/+3
* vulkan/overlay: Add a workaround semaphore for application presenting without...Lionel Landwerlin2020-03-251-19/+53
* vulkan/wsi: fix cleanup when dup() failsEric Engestrom2020-03-101-1/+1
* vulkan/wsi: Return an error if dup() failsJason Ekstrand2020-03-101-0/+1
* vulkan/wsi: Don't leak the FD when GetImageDrmFormatModifierProperties failsJason Ekstrand2020-03-101-1/+3
* util/format: add missing BC4/BC5 vulkan formatsJonathan Marek2020-02-281-0/+4
* vulkan: Update the XML and headers to 1.2.133Jason Ekstrand2020-02-181-8/+16
* Vulkan overlay: use the corresponding image index for each swapchainGeorg Lehmann2020-02-101-3/+8
* Vulkan Overlay: Don't try to change the image layout to present twiceGeorg Lehmann2020-02-071-22/+27
* Correctly wait in the fragment stage until all semaphores are signaledGeorg Lehmann2020-02-061-2/+10
* vulkan/wsi: Fix compiler warning when no WSI platforms are enabled.Eric Anholt2020-01-281-2/+5
* vulkan/wsi: remove unused image_get_modifierJonathan Marek2020-01-231-2/+0
* vulkan/wsi: Implement VK_KHR_swapchain_mutable_formatJason Ekstrand2020-01-171-1/+32
* vulkan/wsi: Filter modifiers with ImageFormatPropertiesJason Ekstrand2020-01-172-1/+34
* vulkan/wsi: Use the interface from the real modifiers extensionJason Ekstrand2020-01-172-39/+35
* vulkan/wsi: Move the ImageCreateInfo higher upJason Ekstrand2020-01-171-21/+23