Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-05 | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines | Wollnashorn | |
As an optional feature which can be enabled in the advanced graphics configuration, all pipelines that get built at the initial shader loading are stored in a VkPipelineCache object and are dumped to the disk. These vendor specific pipeline cache files are located at `/shader/GAME_ID/vulkan_pipelines.bin`. This feature was mainly added because of an issue with the AMD driver (see yuzu-emu#8507) causing invalidation of the cache files the driver builds automatically. | |||
2023-01-05 | Merge pull request #9557 from FernandoS27/ooops-i-killed-the-shitty-drivers | liamwhite | |
Vulkan: Fix drivers that don't support dynamic_state_2 up | |||
2023-01-05 | Vulkan: Fix drivers that don't support dynamic_state_2 up | Fernando Sahmkow | |
2023-01-04 | Merge pull request #9501 from FernandoS27/yfc-rel-2 | liamwhite | |
Yuzu Fried Chicken Part 1.5: MacroHLE Rework and Dynamic State | |||
2023-01-04 | yuzu-ui: Add setting for disabling macro HLE | Fernando Sahmkow | |
2023-01-04 | Video_core: Address feedback | Fernando Sahmkow | |
2023-01-03 | Texture Cache: Implement async texture downloads. | Fernando Sahmkow | |
2023-01-03 | Merge pull request #9518 from gidoly/revert-9504-pg2 | liamwhite | |
Revert "k_page_group: synchronize" | |||
2023-01-03 | Vulkan: Update blacklisting to latest driver versions. | Fernando Sahmkow | |
2023-01-03 | ShaderCompiler: Inline driver specific constants. | Fernando Sahmkow | |
2023-01-03 | Vulkan: rework stencil tracking. | Fernando Sahmkow | |
2023-01-03 | Merge pull request #9547 from MonsterDruide1/tas-doesnt-flap | liamwhite | |
TAS: Immediately switch stick to TAS on input | |||
2023-01-03 | TAS: Immediately switch stick to TAS on input | MonsterDruide1 | |
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | |||
2023-01-02 | Merge pull request #9542 from abouvier/cmake-module-path | liamwhite | |
cmake: move find-modules to root cmake dir | |||
2023-01-02 | cmake: move find-modules to root cmake dir | Alexandre Bouvier | |
2023-01-02 | Merge pull request #9541 from abouvier/cmake-option | liamwhite | |
cmake: allow options shadowing with normal variables | |||
2023-01-02 | Merge pull request #9540 from MonsterDruide1/tas-sanitized-record | liamwhite | |
TAS: Record sanitized instead of raw stick inputs | |||
2023-01-02 | Merge pull request #9537 from abouvier/cmake-almost-quiet | bunnei | |
cmake: improve find_package failure messages | |||
2023-01-01 | Merge pull request #9543 from german77/nifm | bunnei | |
service: nifm: Initialize request state | |||
2023-01-01 | service: nifm: Initialize request state | german77 | |
2023-01-01 | service: nifm: Match documentation names | german77 | |
2023-01-02 | cmake: allow options shadowing with normal variables | Alexandre Bouvier | |
2023-01-02 | cmake: improve find_package failure messages | Alexandre Bouvier | |
2023-01-01 | vulkan_common: blacklist radv from extended_dynamic_state2 on drivers before ↵ | Liam | |
22.3.1 | |||
2023-01-01 | video_core: fix build | Liam | |
2023-01-01 | MacroHLE: Final cleanup and fixes. | Fernando Sahmkow | |
2023-01-01 | Rasterizer: Setup skeleton for Host Conditional rendering | Fernando Sahmkow | |
2023-01-01 | RasterizerMemory: Add filtering for flushing/invalidation operations. | Fernando Sahmkow | |
2023-01-01 | Vulkan: Allow stagging buffer deferrals. | Fernando Sahmkow | |
2023-01-01 | MacroHLE: Add OpenGL Support | Fernando Sahmkow | |
2023-01-01 | Vulkan: Add other additional pipeline specs | Fernando Sahmkow | |
2023-01-01 | Vulkan: Implement Dynamic State 3 | Fernando Sahmkow | |
2023-01-01 | Vulkan Implement Dynamic State 2 LogicOp and PatchVertices | Fernando Sahmkow | |
2023-01-01 | Vulkan: Implement Dynamic States 2 | Fernando Sahmkow | |
2023-01-01 | DMAPusher: Improve collection of non executing methods | Fernando Sahmkow | |
2023-01-01 | Revert Buffer cache changes and setup additional macros. | Fernando Sahmkow | |
2023-01-01 | MacroHLE: Reduce massive calculations on sizing estimation. | Fernando Sahmkow | |
2023-01-01 | MacroHLE: Add HLE replacement for base vertex and base instance. | Fernando Sahmkow | |
2023-01-01 | MacroHLE: Add Index Buffer size estimation. | Fernando Sahmkow | |
2023-01-01 | MacroHLE: Refactor MacroHLE system. | Fernando Sahmkow | |
2023-01-01 | MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect. | Fernando Sahmkow | |
2023-01-01 | MacroHLE: Add MultidrawIndirect HLE Macro. | Fernando Sahmkow | |
2023-01-01 | TAS: Record sanitized instead of raw stick inputs | MonsterDruide1 | |
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> | |||
2023-01-01 | Merge pull request #9538 from merryhime/char-concat | Mai | |
vfs: Replace cstr concat with char concat | |||
2023-01-01 | vfs: Replace cstr concat with char concat | Merry | |
2023-01-01 | Merge pull request #9533 from merryhime/overcommit | liamwhite | |
host_memory: mmap changes for virtual_base | |||
2023-01-01 | Merge pull request #9532 from zhaobot/tx-update-20230101024213 | liamwhite | |
Update translations (2023-01-01) | |||
2023-01-01 | Merge pull request #9514 from ColinKinloch/en_gb | liamwhite | |
settings: warn on invalid regon/language combinations | |||
2023-01-01 | host_memory: Use transparent huge pages where available | Merry | |
2023-01-01 | host_memory: Allocate virtual_base with MAP_NORESERVE | Merry | |
Specify that we do not require swap to be reserved for this address range; allow overcommitting. |