index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
UI change
Matías Locatti
1
-0
/
+10
2023-01-13
1.5X resolution scaler option
Matías Locatti
3
-5
/
+15
2023-01-10
yuzu: Read mouse wheel input
Narr the Reg
3
-1
/
+10
2023-01-10
qt: unlock during signal emission
Liam
2
-2
/
+21
2023-01-10
vulkan_common: fix indirect draw with count
Liam
3
-8
/
+15
2023-01-09
MoltenVK: restrict number of vertex attributes/bindings to 16
TellowKrinkle
1
-10
/
+25
2023-01-09
qt: fix configuration weirdness on turbo
Liam
1
-2
/
+3
2023-01-09
macOS: Make Yuzu show up in the Launchpad Games folder (#9594)
UltraHDR
1
-0
/
+2
2023-01-09
vulkan_device: refactor feature testing
Liam
3
-1173
/
+664
2023-01-08
renderer_vulkan: disable turbo by default
Liam
1
-1
/
+1
2023-01-07
VideoCore: Fix OGL cache invalidation.
Fernando Sahmkow
2
-0
/
+6
2023-01-07
Revert "Revert "k_page_group: synchronize""
bunnei
11
-181
/
+322
2023-01-07
TAS: Show all script lengths for multiplayer
MonsterDruide1
4
-7
/
+38
2023-01-07
renderer_vulkan: pause turbo submissions on inactive queue
Liam
5
-0
/
+40
2023-01-07
Avoid OOB array access reading passthrough attr mask
Billy Laws
1
-1
/
+1
2023-01-06
vulkan_device: avoid attempt to access empty optional
Liam
1
-2
/
+6
2023-01-06
renderer_vulkan: disable clock boost on unvalidated devices
Liam
3
-1
/
+15
2023-01-06
qt: additional fixes for reentrant shutdown
Liam
1
-3
/
+7
2023-01-06
opengl: Sanitize antialiasing config
Narr the Reg
1
-1
/
+7
2023-01-06
video_core/vulkan: Fixed loading of Vulkan driver pipeline cache
Wollnashorn
1
-1
/
+2
2023-01-05
MacroHLE: eliminate 2 rushed macros.
Fernando Sahmkow
1
-42
/
+0
2023-01-05
input_common: Create an update engine
Narr the Reg
4
-19
/
+37
2023-01-05
externals: update dynarmic, xbyak
Liam
2
-0
/
+8
2023-01-05
Run clang-format
Billy Laws
6
-24
/
+35
2023-01-05
shader_recompiler: Fix shuffle partitioning for >64 invoc-per-subgroup GPUs
Billy Laws
1
-30
/
+28
2023-01-05
Vulkan, OpenGL: Hook up geometry shader passthrough emulation
Billy Laws
2
-0
/
+2
2023-01-05
shader_recompiler: Add support for lowering geometry passthrough
Billy Laws
2
-40
/
+67
2023-01-05
Vulkan, OpenGL: Hook up storage buffer alignment code
Billy Laws
6
-3
/
+21
2023-01-05
shader_recompiler: Align SSBO offsets to meet host requirements
Billy Laws
4
-6
/
+11
2023-01-05
shader_recompiler: SPIRV: Only enable int64 feature when supported
Billy Laws
1
-1
/
+1
2023-01-05
shader_recompiler: Add comparison operators to descriptor types
Billy Laws
1
-0
/
+12
2023-01-05
Vulkan: Add a workaround for input_position on Adreno drivers
Billy Laws
5
-11
/
+42
2023-01-05
video_core/vulkan: Vulkan driver pipelines now contain cache version
Wollnashorn
2
-16
/
+28
2023-01-05
video_core/vulkan: Driver pipeline cache will now be deleted with the shader ...
Wollnashorn
2
-1
/
+20
2023-01-05
config: Set the Vulkan driver pipeline cache option to be global
Wollnashorn
2
-0
/
+4
2023-01-05
video_core/vulkan: Added check if Vulkan pipeline path has been set
Wollnashorn
1
-1
/
+1
2023-01-05
config: Better wording for VK pipeline cache option and enable by default
Wollnashorn
2
-3
/
+3
2023-01-05
yuzu-cmd: Removed `use_vulkan_driver_pipeline_cache` from default_ini.h
Wollnashorn
1
-4
/
+0
2023-01-05
video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines
Wollnashorn
15
-67
/
+253
2023-01-05
BufferBase: Don't ignore GPU pages.
Fernando Sahmkow
8
-23
/
+22
2023-01-05
Fermi2D: sync cache flushes
Fernando Sahmkow
2
-2
/
+5
2023-01-05
MemoryManager: use fastmem directly.
Fernando Sahmkow
3
-11
/
+34
2023-01-05
net: Silently translate ETIMEDOUT network error
MonsterDruide1
1
-1
/
+5
2023-01-05
video_core: Cache GPU internal writes.
Fernando Sahmkow
10
-30
/
+185
2023-01-05
Vulkan: Fix drivers that don't support dynamic_state_2 up
Fernando Sahmkow
2
-8
/
+11
2023-01-04
common: add setting for renderer clock workaround
Liam
8
-1
/
+32
2023-01-04
vulkan: implement 'turbo mode' clock booster
Liam
8
-2
/
+272
2023-01-04
renderer_vulkan: implement fallback path for null descriptors
Liam
3
-0
/
+19
2023-01-04
yuzu-ui: Add setting for disabling macro HLE
Fernando Sahmkow
6
-5
/
+26
2023-01-04
Video_core: Address feedback
Fernando Sahmkow
20
-170
/
+346
[next]