aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common/vulkan_device.cpp
AgeCommit message (Expand)Author
2023-01-09MoltenVK: restrict number of vertex attributes/bindings to 16TellowKrinkle
2023-01-09vulkan_device: refactor feature testingLiam
2023-01-07Merge pull request #9570 from liamwhite/less-clock-boostNarr the Reg
2023-01-06vulkan_device: avoid attempt to access empty optionalLiam
2023-01-06renderer_vulkan: disable clock boost on unvalidated devicesLiam
2023-01-06Merge pull request #9552 from liamwhite/turboliamwhite
2023-01-04vulkan: implement 'turbo mode' clock boosterLiam
2023-01-04renderer_vulkan: implement fallback path for null descriptorsLiam
2023-01-03Vulkan: Update blacklisting to latest driver versions.Fernando Sahmkow
2023-01-01vulkan_common: blacklist radv from extended_dynamic_state2 on drivers before ...Liam
2023-01-01video_core: fix buildLiam
2023-01-01MacroHLE: Final cleanup and fixes.Fernando Sahmkow
2023-01-01Vulkan: Implement Dynamic State 3Fernando Sahmkow
2023-01-01Vulkan Implement Dynamic State 2 LogicOp and PatchVerticesFernando Sahmkow
2023-01-01Vulkan: Implement Dynamic States 2Fernando Sahmkow
2023-01-01MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow
2023-01-01MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow
2022-12-17Merge pull request #7450 from FernandoS27/ndc-vulkanliamwhite
2022-12-15Merge pull request #9431 from liamwhite/sixty-five-oh-twoNarr the Reg
2022-12-13Vulkan: Add support for VK_EXT_depth_clip_control.FernandoS27
2022-12-13vulkan_common: declare storageBuffer8BitAccessLiam
2022-12-12Fix validation errors on less compatible Intel GPUyzct12345
2022-12-06Merge pull request #9365 from liamwhite/valMorph
2022-12-05vulkan_common: further initialization tweaksLiam
2022-12-04vulkan_common: add feature test for shaderDrawParametersLiam
2022-12-04vulkan_common: clean up extension usageLiam
2022-12-04vulkan_common: ensure all mandatory features are tested in feature reportLiam
2022-12-04vulkan_common: unsuffix 16-bit storage feature test structureLiam
2022-12-04vulkan_common: unsuffix timeline semaphore feature test structureLiam
2022-12-04vulkan_common: add logicOp to feature reportLiam
2022-12-04vulkan_common: promote host query reset usage to coreLiam
2022-12-04vulkan_common: promote descriptor update template usage to coreLiam
2022-12-04vulkan_common: promote timeline semaphore usage to coreLiam
2022-12-03Merge pull request #9289 from liamwhite/fruit-companyliamwhite
2022-11-30vulkan_common: quiet some validation errorsLiam
2022-11-27Vulkan: update initializationLiam
2022-11-22general: fix compile for Apple ClangLiam
2022-08-02renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED...Liam
2022-06-29Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"lat9nq
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-05-25Merge pull request #8379 from lat9nq/amd-push-desc-workaroundbunnei
2022-05-25vulkan_device: Workaround extension buglat9nq
2022-05-25vulkan_device: Block AMDVLK's VK_KHR_push_descriptorlat9nq
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-14video_core: implement formats for N64 emulationFernando Sahmkow
2022-04-02fix: typosAndrea Pappacoda
2022-03-30Merge pull request #8076 from ameerj/nv-vk-msaa-scalebunnei
2022-03-25GC: Address Feedback.Fernando Sahmkow
2022-03-25Garbage Collection: Redesign the algorithm to do a better use of memory.Fernando Sahmkow
2022-03-23Vulkan: Use 3D helpers for MSAA scaling on NV drivers 510+ameerj