summaryrefslogtreecommitdiff
path: root/src/vulkan
AgeCommit message (Expand)AuthorFilesLines
2020-05-04vulkan: Allow destroying NULL debug report callbacksJason Ekstrand1-0/+3
2020-03-13vulkan/wsi: fix cleanup when dup() failsEric Engestrom1-1/+1
2020-03-10vulkan/wsi: Return an error if dup() failsJason Ekstrand1-0/+1
2020-03-10vulkan/wsi: Don't leak the FD when GetImageDrmFormatModifierProperties failsJason Ekstrand1-1/+3
2020-02-10Vulkan overlay: use the corresponding image index for each swapchainGeorg Lehmann1-3/+8
2020-02-07Vulkan Overlay: Don't try to change the image layout to present twiceGeorg Lehmann1-22/+27
2020-02-07Correctly wait in the fragment stage until all semaphores are signaledGeorg Lehmann1-2/+10
2020-01-28vulkan/wsi: Fix compiler warning when no WSI platforms are enabled.Eric Anholt1-2/+5
2020-01-23vulkan/wsi: remove unused image_get_modifierJonathan Marek1-2/+0
2020-01-17vulkan/wsi: Implement VK_KHR_swapchain_mutable_formatJason Ekstrand1-1/+32
2020-01-17vulkan/wsi: Filter modifiers with ImageFormatPropertiesJason Ekstrand2-1/+34
2020-01-17vulkan/wsi: Use the interface from the real modifiers extensionJason Ekstrand2-39/+35
2020-01-17vulkan/wsi: Move the ImageCreateInfo higher upJason Ekstrand1-21/+23
2020-01-17vulkan/wsi: disable the hardware cursorAndres Rodriguez1-0/+9
2020-01-15vulkan/overlay: Fix for Vulkan 1.2Samuel Pitoiset1-10/+13
2020-01-15vulkan: Update the XML and headers to 1.2.131Jason Ekstrand1-398/+946
2020-01-14vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand5-8/+74
2019-12-27android: util: Add a mapping from VkFormat to PIPE_FORMAT.Mauro Rossi2-1/+3
2019-12-19util/format: add missing vulkan formatsJonathan Marek1-4/+27
2019-12-16vulkan/wsi: error out when image fence doesn't signalLionel Landwerlin1-3/+9
2019-12-13vulkan/overlay: Update docs.Rafael Antognolli1-0/+35
2019-12-13vulkan/overlay: Add basic overlay control script.Rafael Antognolli2-0/+210
2019-12-13vulkan/overlay: Add a command to start capturing data to a file.Rafael Antognolli1-3/+44
2019-12-13vulkan/overlay: Add support for a control socket.Rafael Antognolli1-0/+198
2019-12-13vulkan/overlay: Add a control socket.Rafael Antognolli3-0/+25
2019-12-06vulkan/wsi: Add a hooks for signaling semaphores and fencesJason Ekstrand2-1/+38
2019-12-06vulkan/wsi: Provide the implicitly synchronized BO to vkQueueSubmitJason Ekstrand2-3/+19
2019-11-26vulkan: Update the XML and headers to 1.1.129Jason Ekstrand1-48/+273
2019-11-26vulkan/enum_to_str: Handle out-of-order aliasesJason Ekstrand1-3/+21
2019-11-25meson: only build imgui when neededSamuel Pitoiset1-1/+1
2019-11-21vk_util: drop duplicate formats in vk_format_map[]Eric Engestrom1-2/+0
2019-11-21util: add missing R8G8B8A8_SRGB format to vk_format_mapJonathan Marek1-0/+1
2019-11-19util: Add a mapping from VkFormat to PIPE_FORMAT.Eric Anholt3-0/+262
2019-11-04vulkan: bump headers/registry to 1.1.127Lionel Landwerlin1-4/+49
2019-10-28util: rename list_empty() to list_is_empty()Timothy Arceri2-3/+3
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri1-1/+1
2019-10-14vulkan: Update the XML and headers to 1.1.125Caio Marcelo de Oliveira Filho1-5/+11
2019-10-07vulkan: Update the XML and headers to 1.1.124Caio Marcelo de Oliveira Filho1-8/+119
2019-09-17vulkan: Update the XML and headers to 1.1.123Jason Ekstrand1-42/+64
2019-09-15vulkan: add vk_x11_strict_image_count optionLionel Landwerlin2-1/+12
2019-09-06wsi: add minImageCount overrideEric Engestrom4-3/+22
2019-09-03vulkan/overlay: bounce image back to present layoutLionel Landwerlin1-2/+30
2019-08-12vulkan: Update the XML and headers to 1.1.119Jason Ekstrand1-13/+162
2019-08-03meson: replace last uses of libxmlconfig with idep_xmlconfigEric Engestrom1-2/+1
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom1-2/+1
2019-07-29vulkan: Bump headers to 1.1.117Lionel Landwerlin1-21/+145
2019-07-29vulkan/wsi/wayland: implement acquire timeoutLionel Landwerlin1-25/+51
2019-07-26vulkan/wsi/x11: Increase the effective min. images for mailbox.Bas Nieuwenhuizen1-2/+5
2019-07-26vulkan/wsi/x11: Wait for GPU work before present with mailbox.Bas Nieuwenhuizen1-1/+12
2019-07-26vulkan/wsi/x11: Allow using thread present-only.Bas Nieuwenhuizen1-34/+51