summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-07Avoid OOB array access reading passthrough attr maskBilly Laws
2023-01-07Merge pull request #9570 from liamwhite/less-clock-boostNarr the Reg
2023-01-07Merge pull request #9573 from liamwhite/optionalNarr 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 #9567 from german77/antialiasliamwhite
2023-01-06opengl: Sanitize antialiasing configNarr the Reg
2023-01-06Merge pull request #9566 from Wollnashorn/vulkan-cache-header-fixFernando S
2023-01-06video_core/vulkan: Fixed loading of Vulkan driver pipeline cacheWollnashorn
2023-01-06Merge pull request #9535 from bylaws/masterFernando S
2023-01-06Merge pull request #9561 from liamwhite/update-dynarmicliamwhite
2023-01-06Merge pull request #9558 from MonsterDruide1/network-timeout-noerrorliamwhite
2023-01-06Merge pull request #9552 from liamwhite/turboliamwhite
2023-01-06Merge pull request #9559 from FernandoS27/cached-writesFernando S
2023-01-05Merge pull request #9564 from FernandoS27/oops-i-did-it-againliamwhite
2023-01-05MacroHLE: eliminate 2 rushed macros.Fernando Sahmkow
2023-01-05Merge pull request #9528 from liamwhite/mvk-nulldescliamwhite
2023-01-05Merge pull request #9536 from liamwhite/debug-utilsliamwhite
2023-01-05externals: update dynarmic, xbyakLiam
2023-01-05Run clang-formatBilly Laws
2023-01-05externals: Update siritBilly Laws
2023-01-05shader_recompiler: Fix shuffle partitioning for >64 invoc-per-subgroup GPUsBilly Laws
2023-01-05Vulkan, OpenGL: Hook up geometry shader passthrough emulationBilly Laws
2023-01-05shader_recompiler: Add support for lowering geometry passthroughBilly Laws
2023-01-05Vulkan, OpenGL: Hook up storage buffer alignment codeBilly Laws
2023-01-05shader_recompiler: Align SSBO offsets to meet host requirementsBilly Laws
2023-01-05shader_recompiler: SPIRV: Only enable int64 feature when supportedBilly Laws
2023-01-05shader_recompiler: Add comparison operators to descriptor typesBilly Laws
2023-01-05Vulkan: Add a workaround for input_position on Adreno driversBilly Laws
2023-01-05Merge pull request #9527 from Wollnashorn/amd-cache-fixFernando S
2023-01-05video_core/vulkan: Vulkan driver pipelines now contain cache versionWollnashorn
2023-01-05video_core/vulkan: Driver pipeline cache will now be deleted with the shader ...Wollnashorn
2023-01-05config: Set the Vulkan driver pipeline cache option to be globalWollnashorn
2023-01-05video_core/vulkan: Added check if Vulkan pipeline path has been setWollnashorn
2023-01-05config: Better wording for VK pipeline cache option and enable by defaultWollnashorn
2023-01-05yuzu-cmd: Removed `use_vulkan_driver_pipeline_cache` from default_ini.hWollnashorn
2023-01-05video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesWollnashorn
2023-01-05BufferBase: Don't ignore GPU pages.Fernando Sahmkow
2023-01-05Fermi2D: sync cache flushesFernando Sahmkow
2023-01-05MemoryManager: use fastmem directly.Fernando Sahmkow
2023-01-05net: Silently translate ETIMEDOUT network errorMonsterDruide1
2023-01-05video_core: Cache GPU internal writes.Fernando Sahmkow
2023-01-05Merge pull request #9557 from FernandoS27/ooops-i-killed-the-shitty-driversliamwhite
2023-01-05Vulkan: Fix drivers that don't support dynamic_state_2 upFernando Sahmkow
2023-01-04common: add setting for renderer clock workaroundLiam
2023-01-04vulkan: implement 'turbo mode' clock boosterLiam
2023-01-04renderer_vulkan: implement fallback path for null descriptorsLiam
2023-01-04Merge pull request #9501 from FernandoS27/yfc-rel-2liamwhite
2023-01-04yuzu-ui: Add setting for disabling macro HLEFernando Sahmkow
2023-01-04Video_core: Address feedbackFernando Sahmkow