aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vulkan_common/vulkan_device.cpp
AgeCommit message (Expand)Author
2023-05-26Merge pull request #10414 from liamwhite/anv-push-descriptorMatías Locatti
2023-05-24Merge pull request #10398 from liamwhite/bcnFernando S
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam
2023-05-22vulkan_device: Enable VK_KHR_push_descriptor on newer ANVLiam
2023-05-22Limit the device access memory to 4 GBscorpion81
2023-05-17vulkan_device: Disable VK_KHR_push_descriptor on ANVlat9nq
2023-05-17Merge pull request #10262 from liamwhite/depth-clampbunnei
2023-05-14vulkan_device: reserve extra memory to prevent swapsLiam
2023-05-13vulkan_common: disable depth clamp dynamic state for older radvLiam
2023-05-02vulkan: disable turbo when debugging tool is attachedLiam
2023-03-15vulkan: disable extendedDynamicState3ColorBlendEquation on radvLiam
2023-03-12general: fix spelling mistakesLiam
2023-03-01vulkan_common: disable vertexInputDynamicState on unsupported driverLiam
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