index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
re-format
comex
2023-06-25
1
-4
/
+5
*
Fix more Windows build errors
comex
2023-06-25
5
-28
/
+35
*
ssl: fix compatibility with OpenSSL 1.1.1
comex
2023-06-25
1
-1
/
+10
*
Fixes:
comex
2023-06-25
3
-4
/
+12
*
ssl: rename argument to avoid false positive codespell warning
comex
2023-06-25
1
-2
/
+2
*
socket_types: Improve comment
comex
2023-06-25
1
-3
/
+3
*
Implement SSL service
comex
2023-06-25
21
-277
/
+2080
*
Merge pull request #10829 from lat9nq/remove-external-mem
liamwhite
2023-06-18
2
-19
/
+0
|
\
|
*
vulkan_device: Remove external memory extension
lat9nq
2023-06-18
2
-19
/
+0
*
|
Merge pull request #10486 from lat9nq/vk-device-find-once
liamwhite
2023-06-18
11
-50
/
+138
|
\
\
|
*
|
vk_device_info: Clean up includes [IWYU]
lat9nq
2023-06-06
2
-3
/
+11
|
*
|
vk_device_info: Add SPDX data
lat9nq
2023-06-06
2
-0
/
+6
|
*
|
yuzu-qt: Load Vulkan device info at startup
lat9nq
2023-06-06
11
-50
/
+124
*
|
|
Merge pull request #10798 from vonchenplus/draw_texture_scale
liamwhite
2023-06-18
1
-3
/
+7
|
\
\
\
|
*
|
|
video_core: drawtexture support upscale
Feng Chen
2023-06-16
1
-3
/
+7
*
|
|
|
Merge pull request #10809 from Kelebek1/reduce_vertex_bindings
liamwhite
2023-06-18
2
-13
/
+16
|
\
\
\
\
|
*
|
|
|
Synchronize vertex buffer even when it doesn't require binding
Kelebek1
2023-06-17
2
-13
/
+16
*
|
|
|
|
Merge pull request #10797 from lat9nq/tzdb-patch
bunnei
2023-06-17
3
-11
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
time_zone_service: Always write time zone rule data
lat9nq
2023-06-17
1
-8
/
+2
|
*
|
|
|
|
time_zone_manager: Compare to the correct boolean
lat9nq
2023-06-15
1
-2
/
+3
|
*
|
|
|
|
nx_tzdb: Correct Antarctica spelling
lat9nq
2023-06-15
1
-1
/
+1
*
|
|
|
|
|
renderer_vulkan: add missing include
Liam
2023-06-17
1
-0
/
+1
*
|
|
|
|
|
Merge pull request #10813 from lat9nq/no-atomic-bool
Morph
2023-06-17
2
-5
/
+14
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
k_thread: Use a mutex and cond_var to sync bool
lat9nq
2023-06-17
2
-5
/
+14
*
|
|
|
|
|
Merge pull request #10744 from Wollnashorn/af-for-all
Fernando S
2023-06-18
14
-80
/
+243
|
\
\
\
\
\
\
|
*
|
|
|
|
|
video_core: Only apply AF to 2D (array) image types
Wollnashorn
2023-06-17
1
-2
/
+7
|
*
|
|
|
|
|
video_core: Removed AF for all mip modes option as it's default now
Wollnashorn
2023-06-17
9
-40
/
+3
|
*
|
|
|
|
|
video_core: Use sampler IDs instead pointers in the pipeline config
Wollnashorn
2023-06-16
8
-23
/
+68
|
*
|
|
|
|
|
video_core: Fallback to default anisotropy instead to 1x anisotropy
Wollnashorn
2023-06-15
7
-16
/
+20
|
*
|
|
|
|
|
video_core: Disable AF for non-color image formats
Wollnashorn
2023-06-15
1
-0
/
+9
|
*
|
|
|
|
|
video_core: Fixed compilation errors because of name shadowing
Wollnashorn
2023-06-15
2
-9
/
+9
|
*
|
|
|
|
|
video_core: Add per-image anisotropy heuristics (format & mip count)
Wollnashorn
2023-06-15
11
-71
/
+168
|
*
|
|
|
|
|
video_core: Apply AF only to samplers with normal LOD range [0, 1+x]
Wollnashorn
2023-06-14
1
-4
/
+6
|
*
|
|
|
|
|
video_core: Fix default anisotropic heuristic
Wollnashorn
2023-06-14
1
-4
/
+4
|
*
|
|
|
|
|
video_core: Never apply AF to None mipmap mode
Wollnashorn
2023-06-14
1
-3
/
+4
|
*
|
|
|
|
|
video_core: Disable anisotropic filtering for samplers with depth compare
Wollnashorn
2023-06-13
1
-2
/
+3
|
*
|
|
|
|
|
video_core: Option to apply anisotropic filtering for all mipmap modes
Wollnashorn
2023-06-13
9
-1
/
+37
*
|
|
|
|
|
|
Merge pull request #10783 from liamwhite/memory
bunnei
2023-06-16
2
-6
/
+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
video_core: preallocate fewer IR blocks
Liam
2023-06-14
2
-6
/
+6
*
|
|
|
|
|
|
|
Merge pull request #10808 from t895/settings-stuffs
bunnei
2023-06-16
12
-74
/
+165
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
android: Expose audio output engine setting
Charles Lombardo
2023-06-16
7
-21
/
+59
|
*
|
|
|
|
|
|
|
android: Expose CPU debugging option
Charles Lombardo
2023-06-16
5
-23
/
+30
|
*
|
|
|
|
|
|
|
android: Expose fastmem option
Charles Lombardo
2023-06-16
4
-29
/
+59
|
*
|
|
|
|
|
|
|
android: Support changing multiple settings at once
Charles Lombardo
2023-06-16
2
-1
/
+17
|
|
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #10807 from t895/ktlint-fixes
bunnei
2023-06-16
1
-2
/
+3
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
android: Bump ktlint version to 0.47.1
Charles Lombardo
2023-06-16
1
-1
/
+1
|
*
|
|
|
|
|
|
android: Disable import-ordering ktlint check
Charles Lombardo
2023-06-16
1
-1
/
+2
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #10731 from german77/misc_fixes
liamwhite
2023-06-16
10
-115
/
+198
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
service: nfc: Read tag protocol only for nfc backend
Narr the Reg
2023-06-14
2
-5
/
+6
|
*
|
|
|
|
|
service: nfc: Accuracy fixes
Narr the Reg
2023-06-14
10
-110
/
+192
[next]