- 28 May, 2023 2 commits
-
-
ameerj authored
-
ameerj authored
Persistent buffer maps were already used by the texture cache, this extends their usage for the buffer cache. In my testing, using the memory maps for uploads was slower than the existing "ImmediateUpload" path, so the memory map usage is limited to downloads for the time being.
-
- 26 May, 2023 5 commits
-
-
Matías Locatti authored
vulkan_device: Enable VK_KHR_push_descriptor on newer ANV
-
Matías Locatti authored
texture_cache: process aliases and overlaps in the correct order
-
Matías Locatti authored
shader_recompiler: fix copy-paste error
-
Liam authored
-
bunnei authored
Add a 5ms tiemout to the DSP processing wait
-
- 25 May, 2023 10 commits
-
-
bunnei authored
input_common: Implement amiibo writing
-
liamwhite authored
Don't exit when using "-u" option in yuzu-cmd
-
Fernando S authored
video_core: don't garbage collect during configuration
-
Ariel Cabello authored
-
liamwhite authored
Add short "-u" option for yuzu_cmd.
-
Liam authored
-
Ariel Cabello authored
The -u short option was documented but not implemented in yuzu_cmd. The same long option --user worked before.
-
bunnei authored
service: nfc: Remove encryption key requirement
-
bunnei authored
Texture cache: revert wrong acceleration assumption
-
bunnei authored
Texture Cache Util: Fix block depth adjustment on slices.
-
- 24 May, 2023 6 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando S authored
video_core: tune garbage collection aggressiveness
-
Fernando S authored
k_memory_block_manager: remove auditing calls
-
Fernando S authored
video_core: add ASTC recompression
-
- 23 May, 2023 7 commits
- 22 May, 2023 5 commits
-
-
Liam authored
-
Liam authored
-
Narr the Reg authored
input_common: Map motion with relative values not absolute ones
-
scorpion81 authored
Hardly limiting the device access memory to 4 GB for integrated vulkan devices here. This works for the Steam Deck in order not to go above 4 GB VRAM usage any more (above this value the likelihood to crash when the RAM exceeds 12 GB as well raises). But there will be perhaps a detection mechanism necessary for detecting the real memory limit for integrated vulkan devices. Those likely might have small limits anyway, but what about integrated GPUs on machines with > 16 GB RAM, aka larger amounts ?
-
Narr the Reg authored
-
- 21 May, 2023 1 commit
-
-
liamwhite authored
externals: update cubeb (again)
-
- 20 May, 2023 3 commits
-
-
Danila Malyutin authored
-
GPUCode authored
-
german77 authored
-
- 19 May, 2023 1 commit
-
-
bunnei authored
input_common: Fix pro controller amiibo support
-