summaryrefslogtreecommitdiff
path: root/src/vulkan/overlay-layer
AgeCommit message (Expand)AuthorFilesLines
2024-06-29build: pass licensing information in SPDX formDavid Heidelberg1-18/+1
2024-05-20meson: use glslang --depfile argument when possibleDylan Baker1-2/+10
2024-04-18vk/overlay-layer: simplify print and make it more readableEric Engestrom1-5/+3
2024-04-18vk/overlay-layer: fix None checksEric Engestrom1-3/+3
2024-04-18vk/overlay-layer: drop unused importsEric Engestrom1-2/+0
2024-04-02docs: replace references to the deprecated VK_INSTANCE_LAYERS with the new VK...Eric Engestrom1-6/+6
2024-02-09mesa-overlay: defer listening to socket until first frameFelix DeGrood3-16/+28
2024-01-05util: Add align_uintptr and use it treewide to replace ALIGN that works on s...Yonggang Luo1-2/+2
2023-12-04vk/overlay-layer: update symbols that have become aliases for newer onesEric Engestrom1-3/+3
2023-09-11meson: support installation tagsAlba Mendez1-0/+1
2023-04-17vulkan/overlay: deal with unknown pNext structuresLionel Landwerlin1-54/+79
2023-02-17vulkan/layers: Use PUBLIC instead of VK_LAYER_EXPORTFaith Ekstrand1-4/+4
2023-02-15vulkan: prefer vulkan_core.h over vulkan.hErik Faye-Lund1-1/+1
2022-11-02utils: Merge util/debug.* into util/u_debug.* and remove util/debug.*Illia Abernikhin1-1/+1
2022-10-14util/mesa/wide: Rename _SIMPLE_MTX_INITIALIZER_NP to SIMPLE_MTX_INITIALIZERYonggang Luo1-1/+1
2022-07-19Use vk_foreach_struct_const where neededJason Ekstrand1-2/+2
2022-07-12vulkan: use updated tokens from vk.xmlEric Engestrom1-2/+2
2022-05-04meson: Tell glslang to be quiet.Georg Lehmann1-1/+1
2022-04-27vulkan: drop empty vulkan_wsi_argsErik Faye-Lund1-2/+1
2022-04-25vulkan: bump layer api versions to current vk header versionMike Blumenkrantz1-1/+1
2022-01-31vulkan/overlay: revise and reformat READMECaleb Callaway2-52/+100
2022-01-13vulkan/overlay: support Vulkan 1.2Caleb Callaway2-1/+42
2021-07-30vulkan/overlay: Fix violation of VUID-VkMappedMemoryRange-size-01389Pavel Asyutchenko1-2/+3
2021-07-25vulkan/overlay: don't display histogram and range for device and formatShmerl1-0/+2
2021-07-01overlay_layer: add missing undefLuis Felipe Strano Moraes1-0/+1
2021-02-01vulkan-overlay-layer: Use the new dispatch tablesJason Ekstrand1-13/+19
2021-01-12vulkan/overlay: fix vkGetInstanceProcAddr self-resolvingGeorg Lehmann1-0/+1
2021-01-11vulkan/overay: fix violation of VUID-VkDeviceCreateInfo-pNext-00373Pavel Asyutchenko1-7/+20
2020-12-15vulkan/overlay: add new options to display device/swapchain-formatLionel Landwerlin3-5/+12
2020-12-15vulkan/overlay: don't display frame numbers unless requiredLionel Landwerlin1-1/+2
2020-07-30aco: add framework for testing isel and integration testsRhys Perry1-3/+1
2020-07-22meson: Add mising git_sha1.h dependency.Bas Nieuwenhuizen1-1/+1
2020-06-25vulkan/overlay: fix crash on destroying NULL swapchainPavel Asyutchenko1-0/+6
2020-06-01vulkan-overlay/meson: use install_data instead of configure_fileDylan Baker1-5/+4
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-2/+3
2020-03-28vulkan: drop unused include directoriesEric Engestrom1-1/+1
2020-03-28meson: inline `inc_common`Eric Engestrom1-1/+1
2020-03-25vulkan/overlay: Add a workaround semaphore for application presenting without...Lionel Landwerlin1-19/+53
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-06Correctly wait in the fragment stage until all semaphores are signaledGeorg Lehmann1-2/+10
2020-01-15vulkan/overlay: Fix for Vulkan 1.2Samuel Pitoiset1-10/+13
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-10-28util: rename list_empty() to list_is_empty()Timothy Arceri1-2/+2
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri1-1/+1
2019-09-03vulkan/overlay: bounce image back to present layoutLionel Landwerlin1-2/+30