summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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
2023-01-03Texture Cache: Implement async texture downloads.Fernando Sahmkow
2023-01-03Merge pull request #9518 from gidoly/revert-9504-pg2liamwhite
2023-01-03Vulkan: Update blacklisting to latest driver versions.Fernando Sahmkow
2023-01-03ShaderCompiler: Inline driver specific constants.Fernando Sahmkow
2023-01-03Vulkan: rework stencil tracking.Fernando Sahmkow
2023-01-03Merge pull request #9547 from MonsterDruide1/tas-doesnt-flapliamwhite
2023-01-03TAS: Immediately switch stick to TAS on inputMonsterDruide1
2023-01-02Merge pull request #9542 from abouvier/cmake-module-pathliamwhite
2023-01-02cmake: move find-modules to root cmake dirAlexandre Bouvier
2023-01-02Merge pull request #9541 from abouvier/cmake-optionliamwhite
2023-01-02Merge pull request #9540 from MonsterDruide1/tas-sanitized-recordliamwhite
2023-01-02Merge pull request #9537 from abouvier/cmake-almost-quietbunnei
2023-01-01Merge pull request #9543 from german77/nifmbunnei
2023-01-01service: nifm: Initialize request stategerman77
2023-01-01service: nifm: Match documentation namesgerman77
2023-01-02cmake: allow options shadowing with normal variablesAlexandre Bouvier
2023-01-02cmake: improve find_package failure messagesAlexandre Bouvier
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-01Rasterizer: Setup skeleton for Host Conditional renderingFernando Sahmkow
2023-01-01RasterizerMemory: Add filtering for flushing/invalidation operations.Fernando Sahmkow
2023-01-01Vulkan: Allow stagging buffer deferrals.Fernando Sahmkow
2023-01-01MacroHLE: Add OpenGL SupportFernando Sahmkow
2023-01-01Vulkan: Add other additional pipeline specsFernando Sahmkow
2023-01-01Vulkan: Implement Dynamic State 3Fernando Sahmkow
2023-01-01Vulkan Implement Dynamic State 2 LogicOp and PatchVerticesFernando Sahmkow