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
*
qt_common: Remove yuzu prefix
lat9nq
2023-05-03
4
-7
/
+7
*
configure_graphics: No there isn't a hyphen in VSync
lat9nq
2023-05-02
2
-5
/
+5
*
configure_input_player: Add missing include
lat9nq
2023-05-02
1
-0
/
+1
*
configure_graphics: Clean up includes [IWYU]
lat9nq
2023-05-02
2
-6
/
+31
*
bootmanager: Clean up includes [IWYU]
lat9nq
2023-05-02
2
-15
/
+50
*
configure_graphics: Actively find present modes
lat9nq
2023-05-02
3
-27
/
+161
*
vk_swapchain: Use certain modes for unlocked
lat9nq
2023-05-02
2
-26
/
+50
*
bootmanager: Remove inaccurate switch
lat9nq
2023-05-02
2
-11
/
+3
*
qt_common: Move window info function out of bootmanager
lat9nq
2023-05-02
4
-44
/
+75
*
vulkan_surface: Pass only window info for surface creation
lat9nq
2023-05-02
3
-10
/
+7
*
settings: Enable FIFO relaxed
lat9nq
2023-05-02
2
-7
/
+10
*
configure_graphics: Fix another typo
lat9nq
2023-05-02
1
-1
/
+1
*
telemetry_session: Make translate function static
lat9nq
2023-05-02
1
-1
/
+1
*
bootmanager: Return value in impossible case
lat9nq
2023-05-02
1
-0
/
+1
*
configure_graphics: Fix typo
lat9nq
2023-05-02
1
-1
/
+1
*
default_ini: Update V-Sync description
lat9nq
2023-05-02
1
-2
/
+8
*
configuration: Expose separate swap present modes
lat9nq
2023-05-02
11
-37
/
+115
*
Merge pull request #9973 from GPUCode/async-present
bunnei
2023-05-02
21
-226
/
+772
|
\
|
*
vk_present_manager: Add toggle for async presentation
GPUCode
2023-05-01
10
-6
/
+45
|
*
vk_blit_screen: Recreate FSR when frame is recreated
GPUCode
2023-05-01
1
-1
/
+1
|
*
renderer_vulkan: Fix crashing when updating descriptors
GPUCode
2023-05-01
2
-4
/
+17
|
*
renderer_vulkan: Async presentation
GPUCode
2023-05-01
11
-218
/
+712
*
|
Merge pull request #10133 from lat9nq/clang-shadow-and-fallthrough
liamwhite
2023-05-02
1
-0
/
+3
|
\
\
|
*
|
CMake: Enable type limits on Clang
lat9nq
2023-05-02
1
-0
/
+1
|
*
|
CMakeLists: Enable checks on Clang
lat9nq
2023-05-02
1
-0
/
+2
|
|
/
*
|
Merge pull request #10130 from liamwhite/keys
liamwhite
2023-05-02
2
-0
/
+34
|
\
\
|
*
|
qt: warn on inoperable keys
Liam
2023-04-30
2
-0
/
+34
*
|
|
Merge pull request #10123 from Kelebek1/sample_mask
liamwhite
2023-05-02
2
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Define SampleMask as an array
Kelebek1
2023-04-30
2
-2
/
+4
*
|
|
Merge pull request #10084 from FernandoS27/yuzu-goes-broom-broom
Morph
2023-05-01
15
-1727
/
+2255
|
\
\
\
|
*
|
|
BufferCache: Fixes and address feedback
Fernando Sahmkow
2023-05-01
6
-322
/
+243
|
*
|
|
Buffer Cache: Release stagging buffers on tick frame
Fernando Sahmkow
2023-04-29
2
-12
/
+22
|
*
|
|
Tests: Add memory tracker tests.
Fernando Sahmkow
2023-04-29
3
-550
/
+548
|
*
|
|
Clang: format and ficx compile errors.
Fernando Sahmkow
2023-04-29
5
-68
/
+78
|
*
|
|
Implement Async downloads in normal and fix a few issues.
Fernando Sahmkow
2023-04-29
3
-39
/
+61
|
*
|
|
Buffer Cache rework: Setup async downloads.
Fernando Sahmkow
2023-04-29
2
-140
/
+154
|
*
|
|
Buffer Cache: Fully rework the buffer cache.
Fernando Sahmkow
2023-04-29
12
-1091
/
+1644
*
|
|
|
Merge pull request #10116 from liamwhite/deboost
liamwhite
2023-05-01
8
-19
/
+657
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
kernel: remove general boost lists
Liam
2023-04-29
7
-19
/
+26
|
*
|
|
common: add intrusive list type
Liam
2023-04-29
1
-0
/
+631
|
|
/
/
*
|
|
Merge pull request #10110 from Morph1984/intel-disable-compute
bunnei
2023-04-29
1
-0
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
vk_pipeline_cache: Skip compute pipelines on Intel proprietary drivers
Morph
2023-04-28
1
-0
/
+7
|
|
/
*
|
Texture Cache: Release stagging buffers on tick frame
Fernando Sahmkow
2023-04-29
6
-19
/
+46
*
|
Address Feedback & Clang Format
Fernando Sahmkow
2023-04-29
2
-17
/
+14
*
|
Maxwell3D: only update parameters on High
Fernando Sahmkow
2023-04-29
1
-0
/
+3
*
|
Accelerate DMA: Use texture cache async downloads to perform the copies
Fernando Sahmkow
2023-04-29
6
-53
/
+123
*
|
TextureCache: refactor DMA downloads to allow multiple buffers.
Fernando Sahmkow
2023-04-29
8
-41
/
+75
|
/
*
Merge pull request #10051 from liamwhite/surface-capabilities
Fernando S
2023-04-24
1
-1
/
+14
|
\
|
*
vulkan: pick alpha composite flags based on available values
Liam
2023-04-13
1
-1
/
+14
*
|
Merge pull request #10056 from vonchenplus/audout_u
Fernando S
2023-04-24
1
-6
/
+8
|
\
\
[next]