summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan/main.cpp
AgeCommit message (Expand)Author
2021-01-27normalize common filenames in VideoBackends/VulkanShawn Hoffman
2020-12-02General: Convert PanicAlerts over to fmt equivalentLioncash
2020-11-09Vulkan: Migrate logging over to fmtLioncash
2020-04-07Vulkan: Switch from vkCreateMacOSSurfaceMVK() to vkCreateMetalSurfaceEXT()Stenzek
2020-03-11Vulkan: Pass CAMetalLayer to MoltenVK instead of NSViewStenzek
2020-03-11VideoBackends: Make it possible for PrepareWindow to change the surfaceStenzek
2019-11-28Common: Unify logging namespace with CommonLioncash
2019-10-31Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusiveStenzek
2019-06-08Vulkan: Display a warning when using MoltenVK on HS and earlierStenzek
2019-03-29Vulkan: Simplify command buffer fence trackingStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-02-15Vulkan: Support runtime selection of WSIStenzek
2019-01-27Renderer: Fix throttle-disable (TAB) hotkey when vsync is enabledStenzek
2019-01-26Vulkan: Set contents scale of Metal layer to screen factorStenzek
2019-01-25VideoBackends: Store a backbuffer 'scale'Stenzek
2018-11-07Vulkan: Support macOS via MoltenVKStenzek
2018-10-20VideoBackends: Pass window system info from host on creationStenzek
2018-10-20Drop Host_GetRenderSurface and pass display to backendStenzek
2018-03-10Move shader caches to VideoCommonStenzek
2018-01-27VideoBackends: Combine Initialize/Prepare and Cleanup/Shutdown methodsStenzek
2018-01-11Vulkan: Move render pass management to ObjectCacheStenzek
2017-10-18Vulkan: Fix crash on shutdown with Virtual XFB enabledStenzek
2017-10-08Vulkan: Fix crash when Core initialisation failsLéo Lam
2017-07-30Vulkan: Multithreaded creation of UID pipeline cachesStenzek
2017-07-30Vulkan: Uber shader supportStenzek
2017-07-30Vulkan: Move shader/pipeline-related methods to ShaderCacheStenzek
2017-07-20Vulkan: Don't save pipeline cache if shader cache is disabledStenzek
2017-03-10VideoBackends: Move max texture size to VideoConfigStenzek
2017-02-01LightingShaderGen: Remove unnecessary includesLioncash
2017-01-29Vulkan: Refactor initialization to only use a single instanceStenzek
2016-12-04Vulkan: Support logging debug reports without enabling validation layersStenzek
2016-11-03Vulkan: Remove parameters/members of single-instance classesStenzek
2016-10-03Vulkan: Fix vsync behavior when throttler is temp disabledStenzek
2016-10-03Vulkan: Correct logic for handling target and window size changesStenzek
2016-10-01Implement experimental Vulkan backendStenzek