summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Vulkan
AgeCommit message (Expand)Author
2019-10-31Vulkan: Exclusive fullscreen support via VK_EXT_full_screen_exclusiveStenzek
2019-10-31Vulkan: Explicitly enable VK_KHR_get_physical_device_properties2Stenzek
2019-10-31Vulkan: Allow runtime querying of enabled extensionsStenzek
2019-10-02Vulkan: Add a DriverDetails bug for "slow cached readback memory"Stenzek
2019-10-02Vulkan: Add strict flag to memory type selectionStenzek
2019-07-31Vulkan: Use correct aspect for D24S8 texturesStenzek
2019-07-19Merge pull request #8249 from lioncash/rectConnor McLaughlin
2019-07-18Vulkan: Use reversed depth range in viewportStenzek
2019-07-16VideoCommon: Remove unused MathUtil.h include from VideoCommon.hLioncash
2019-07-10VideoCommon/Statistics: Rename stats global to g_statsLioncash
2019-07-10VideoCommon/Statistics: Normalize statistic variable namesLioncash
2019-06-17VideoBackends/Vulkan: Use nested namespace specifiers where applicableLioncash
2019-06-08Vulkan: Display a warning when using MoltenVK on HS and earlierStenzek
2019-06-01Common/CommonFuncs: Remove now-unneccessary ArraySize functionLioncash
2019-05-31VideoVulkan/CMakeLists: Specify headers in target sourcesLioncash
2019-05-30VideoVulkan/ShaderCompiler: Use non-member std::size instead of ArraySize()Lioncash
2019-05-30VideoVulkan/ShaderCompiler: Use a std::optional instead of bool+out variableLioncash
2019-05-30VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()Lioncash
2019-05-09bbox minor fxweihuoya
2019-05-04Replace MathUtil::Clamp with std::clampLéo Lam
2019-04-28Vulkan: Don't set a negative offset in scissor rectStenzek
2019-04-21Replace EFBRectangle/TargetRectangle with MathUtil::RectangleStenzek
2019-04-16AbstractPipeline: Support returning "cache data"Stenzek
2019-04-01Vulkan: Prevent submission of command buffer with open queriesStenzek
2019-03-30Vulkan: Fix crash when checking subgroup support on MesaStenzek
2019-03-29Vulkan: Fix library load failure on AndroidStenzek
2019-03-29Vulkan: Simplify perf queries using vkGetQueryPoolResultsStenzek
2019-03-29Vulkan: Fix barrier validation layer errors for bounding boxStenzek
2019-03-29Vulkan: Fix validation layer error for unbound texture layoutsStenzek
2019-03-29Vulkan: Simplify command buffer fence trackingStenzek
2019-03-29Merge pull request #7869 from stenzek/d3dcommonConnor McLaughlin
2019-03-29Vulkan: Support subgroup reduction operations via GL_KHR_shader_subgroupStenzek
2019-03-29Vulkan: Use Common::DynamicLibraryStenzek
2019-03-25VideoBackends: Scale bounding box rectangle in the pixel shaderStenzek
2019-03-15Use proper view type of framebuffer imagesDzmitry Malyshau
2019-03-09FramebufferManager: Implement deferred EFB cache invalidationStenzek
2019-03-09VideoConfig: Add SupportsPartialDepthCopies to backend infoStenzek
2019-03-07Revert "Vulkan: Show backend as Vulkan (MoltenVK) on macOS"spycrab
2019-03-06Vulkan: Show backend as Vulkan (MoltenVK) on macOSspycrab
2019-02-28VideoBackends: Fix GPU decoding of XFB buffersStenzek
2019-02-19Move most backend functionality to VideoCommonStenzek
2019-02-15Vulkan: Support runtime selection of WSIStenzek
2019-02-03WiimoteEmu: Remove redundant Matrix library and use the one in Common.Jordan Woyak
2019-02-02Merge pull request #7747 from stenzek/vulkan-shutdownTilka
2019-01-27Vulkan: Move clear shader from Renderer to ShaderCacheStenzek
2019-01-27Vulkan: Move swapchain related members from Renderer to SwapChainStenzek
2019-01-27Vulkan: Use device-local functions where possibleStenzek
2019-01-27Vulkan: Don't execute command buffer before shutting downStenzek
2019-01-27Renderer: Fix throttle-disable (TAB) hotkey when vsync is enabledStenzek
2019-01-26Vulkan: Set contents scale of Metal layer to screen factorStenzek