- 06 Jan, 2023 5 commits
-
-
liamwhite authored
net: Silently translate ETIMEDOUT network error
-
liamwhite authored
vulkan: implement 'turbo mode' clock booster
-
Fernando S authored
VideoCore: Implement Cached Writes, use fastmem for reading GPU memory and eliminate old stuffs
-
liamwhite authored
MacroHLE: eliminate 2 rushed macros.
-
Fernando Sahmkow authored
-
- 05 Jan, 2023 21 commits
-
-
liamwhite authored
renderer_vulkan: implement fallback path for null buffer descriptors
-
liamwhite authored
vulkan_common: unify VK_EXT_debug_utils and selection of validation layer
-
Fernando S authored
video_core/vulkan: Implemented `VkPipelineCache` to store Vulkan pipelines
-
Wollnashorn authored
So that old cache can get deleted when the cache version changes and does not grow infinitely
-
Wollnashorn authored
-
Wollnashorn authored
-
Wollnashorn authored
-
Wollnashorn authored
-
Wollnashorn authored
The addition of the use_vulkan_driver_pipeline_cache option into the default ini string literal caused the 16,384-byte limit of the MSVC compiler to be exceeded.
-
Wollnashorn authored
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.
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
MonsterDruide1 authored
-
Fernando Sahmkow authored
-
liamwhite authored
Vulkan: Fix drivers that don't support dynamic_state_2 up
-
Fernando Sahmkow authored
-
Liam authored
-
Liam authored
-
Liam authored
-
liamwhite authored
Yuzu Fried Chicken Part 1.5: MacroHLE Rework and Dynamic State
-
- 04 Jan, 2023 5 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
liamwhite authored
Revert "k_page_group: synchronize"
-
Fernando Sahmkow authored
-
- 03 Jan, 2023 4 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
liamwhite authored
TAS: Immediately switch stick to TAS on input
-
MonsterDruide1 authored
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
-
- 02 Jan, 2023 5 commits
-
-
liamwhite authored
cmake: move find-modules to root cmake dir
-
Alexandre Bouvier authored
-
liamwhite authored
cmake: allow options shadowing with normal variables
-
liamwhite authored
TAS: Record sanitized instead of raw stick inputs
-
bunnei authored
cmake: improve find_package failure messages
-