aboutsummaryrefslogtreecommitdiffstats
path: root/src/vulkan
Commit message (Expand)AuthorAgeFilesLines
* 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
* vulkan/wsi: disable the hardware cursorAndres Rodriguez2020-01-171-0/+9
* vulkan/overlay: Fix for Vulkan 1.2Samuel Pitoiset2020-01-151-10/+13
* vulkan: Update the XML and headers to 1.2.131Jason Ekstrand2020-01-151-398/+946
* vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand2020-01-145-8/+74
* android: util: Add a mapping from VkFormat to PIPE_FORMAT.Mauro Rossi2019-12-272-1/+3
* util/format: add missing vulkan formatsJonathan Marek2019-12-191-4/+27
* vulkan/wsi: error out when image fence doesn't signalLionel Landwerlin2019-12-161-3/+9
* vulkan/overlay: Update docs.Rafael Antognolli2019-12-131-0/+35
* vulkan/overlay: Add basic overlay control script.Rafael Antognolli2019-12-132-0/+210
* vulkan/overlay: Add a command to start capturing data to a file.Rafael Antognolli2019-12-131-3/+44
* vulkan/overlay: Add support for a control socket.Rafael Antognolli2019-12-131-0/+198
* vulkan/overlay: Add a control socket.Rafael Antognolli2019-12-133-0/+25
* vulkan/wsi: Add a hooks for signaling semaphores and fencesJason Ekstrand2019-12-062-1/+38
* vulkan/wsi: Provide the implicitly synchronized BO to vkQueueSubmitJason Ekstrand2019-12-062-3/+19
* vulkan: Update the XML and headers to 1.1.129Jason Ekstrand2019-11-261-48/+273
* vulkan/enum_to_str: Handle out-of-order aliasesJason Ekstrand2019-11-261-3/+21
* meson: only build imgui when neededSamuel Pitoiset2019-11-251-1/+1
* vk_util: drop duplicate formats in vk_format_map[]Eric Engestrom2019-11-211-2/+0
* util: add missing R8G8B8A8_SRGB format to vk_format_mapJonathan Marek2019-11-211-0/+1
* util: Add a mapping from VkFormat to PIPE_FORMAT.Eric Anholt2019-11-193-0/+262
* vulkan: bump headers/registry to 1.1.127Lionel Landwerlin2019-11-041-4/+49
* util: rename list_empty() to list_is_empty()Timothy Arceri2019-10-282-3/+3
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-1/+1
* vulkan: Update the XML and headers to 1.1.125Caio Marcelo de Oliveira Filho2019-10-141-5/+11
* vulkan: Update the XML and headers to 1.1.124Caio Marcelo de Oliveira Filho2019-10-071-8/+119
* vulkan: Update the XML and headers to 1.1.123Jason Ekstrand2019-09-171-42/+64
* vulkan: add vk_x11_strict_image_count optionLionel Landwerlin2019-09-152-1/+12
* wsi: add minImageCount overrideEric Engestrom2019-09-064-3/+22
* vulkan/overlay: bounce image back to present layoutLionel Landwerlin2019-09-031-2/+30
* vulkan: Update the XML and headers to 1.1.119Jason Ekstrand2019-08-121-13/+162
* meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom2019-08-031-2/+1
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+1
* vulkan: Bump headers to 1.1.117Lionel Landwerlin2019-07-291-21/+145
* vulkan/wsi/wayland: implement acquire timeoutLionel Landwerlin2019-07-291-25/+51
* vulkan/wsi/x11: Increase the effective min. images for mailbox.Bas Nieuwenhuizen2019-07-261-2/+5
* vulkan/wsi/x11: Wait for GPU work before present with mailbox.Bas Nieuwenhuizen2019-07-261-1/+12
* vulkan/wsi/x11: Allow using thread present-only.Bas Nieuwenhuizen2019-07-261-34/+51
* vulkan/wsi: Use one fence per image.Bas Nieuwenhuizen2019-07-262-20/+26
* vulkan: Update the XML and headers to 1.1.116Jason Ekstrand2019-07-241-18/+55
* vulkan/wsi: update swapchain status on vkQueuePresentLionel Landwerlin2019-07-171-0/+21