aboutsummaryrefslogtreecommitdiff
path: root/host/vulkan/VkDecoderGlobalState.cpp
AgeCommit message (Expand)Author
2024-01-31Try not to use nullptr in vsnprintf for %semu-34-devYahan Zhou
2023-12-18Supress spurious vkResetFences() validation errorsIgor Chernyshev
2023-11-20Filter out swapchain maintenance feature if not supported on hostJason Macnak
2023-11-01Fix fatal error when VK_PIPELINE_COMPILE_REQUIRED is returnedYahan Zhou
2023-10-16Add extensions required by Android native bufferYahan Zhou
2023-10-06Parse more ext structs in vkAllocateMemory and vkCreateBufferYahan Zhou
2023-09-22Fix for compressed textures when using CopyCommands2AWoloszyn
2023-09-13Implement vkQueueSubmit2 in the same way as vkQueueSubmitYahan Zhou
2023-09-11Guard moltenvk with defined(__APPLE__)Jason Macnak
2023-09-07Merge "Add support for descriptor with inline uniform block" into mainYahan Zhou
2023-09-06Add support for descriptor with inline uniform blockYahan Zhou
2023-09-05One more fix for !usingDirectMapping.Andrew Woloszyn
2023-08-29Merge "Revert "Revert "Bump Vulkan version to 1.3""" into mainTreehugger Robot
2023-08-28Revert "Revert "Bump Vulkan version to 1.3""Yahan Zhou
2023-08-25Add error logging to aid debuggingJason Macnak
2023-08-22Merge changes I72dad62b,Ida30e4ec,I8ac88c69 into mainYahan Zhou
2023-08-21Try not to crash when running SkQPYahan Zhou
2023-08-16Update vk.xml and code generatorYahan Zhou
2023-08-09Revert "Bump Vulkan version to 1.3"Yahan Zhou
2023-07-26Bump Vulkan version to 1.3Yahan Zhou
2023-06-23Handle deferred AHB memory bindJason Macnak
2023-06-02Do not map memory when performing create blobJason Macnak
2023-06-01ASTC emulation: disable fallback to GPU decompression if CPU decompression fa...Greg Schlomoff
2023-06-01Minor bugfix: only map the memory if ASTC CPU emulation is on AND the device ...Greg Schlomoff
2023-06-01Expand ASTC CPU decompression to all native Vulkan apps, not just Unity ones.Greg Schlomoff
2023-06-01Bugfix: gfxstream was incorrectly counting the decompressed image twice when ...Greg Schlomoff
2023-06-01Improve the warning about unexpected transition of compressed image.Greg Schlomoff
2023-06-01Minor fixes to CompressedImageInfo in preparation of ASTC->BC3 transcoding.Greg Schlomoff
2023-06-01Reuse the GPU decompression pipeline between images.Greg Schlomoff
2023-06-01Adding logging of image formats that we use.Greg Schlomoff
2023-06-01Moving isAstc() / isEtc2() to VkFormatUtils.h and cleaning up unused functionsGreg Schlomoff
2023-05-19Rename stream-servers to hostJason Macnak