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
*
Fix -Werror=conversion error.
Markus Wick
2020-04-24
2
-2
/
+2
*
Merge pull request #3760 from Morph1984/trailing-filedir-separator
bunnei
2020-04-24
1
-1
/
+1
|
\
|
*
Add a trailing separator to the string path
Morph
2020-04-22
1
-1
/
+1
*
|
Merge pull request #3777 from lioncash/warn
Rodrigo Locatti
2020-04-23
1
-2
/
+2
|
\
\
|
*
|
page_table: Remove unused captures
Lioncash
2020-04-23
1
-2
/
+2
*
|
|
Merge pull request #3778 from lioncash/unused-var
Rodrigo Locatti
2020-04-23
1
-3
/
+0
|
\
\
\
|
*
|
|
svc: Remove unused variable
Lioncash
2020-04-23
1
-3
/
+0
|
|
/
/
*
/
/
shared_memory: Amend doxygen reference
Lioncash
2020-04-23
2
-5
/
+5
|
/
/
*
|
Merge pull request #3768 from H27CK/cmd-title-fmt
Rodrigo Locatti
2020-04-23
1
-3
/
+4
|
\
\
|
*
|
Fix format error in performance statistics
H27CK
2020-04-23
1
-3
/
+4
*
|
|
kernel: memory: Improve implementation of device shared memory. (#3707)
bunnei
2020-04-23
6
-16
/
+110
*
|
|
Merge pull request #3730 from lioncash/time
bunnei
2020-04-23
1
-24
/
+26
|
\
\
\
|
*
|
|
service/time: Remove reliance on the global system accessor
Lioncash
2020-04-19
1
-24
/
+26
*
|
|
|
Merge pull request #3697 from lioncash/declarations
bunnei
2020-04-23
10
-24
/
+27
|
\
\
\
\
|
*
|
|
|
CMakeLists: Make missing declarations a compile-time error
Lioncash
2020-04-16
1
-0
/
+1
|
*
|
|
|
General: Resolve warnings related to missing declarations
Lioncash
2020-04-16
9
-24
/
+25
|
*
|
|
|
CMakeLists: Enable -Wmissing-declarations on Linux builds
Lioncash
2020-04-16
1
-0
/
+1
*
|
|
|
|
Merge pull request #3677 from FernandoS27/better-sync
bunnei
2020-04-22
41
-63
/
+1193
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
GL_Fence_Manager: use GL_TIMEOUT_IGNORED instead of a loop,
Fernando Sahmkow
2020-04-22
1
-2
/
+1
|
*
|
|
|
Address Feedback.
Fernando Sahmkow
2020-04-22
3
-24
/
+18
|
*
|
|
|
Async GPU: Correct flushing behavior to be similar to old async GPU behavior.
Fernando Sahmkow
2020-04-22
3
-0
/
+11
|
*
|
|
|
MaxwellDMA: Correct copying on accuracy level.
Fernando Sahmkow
2020-04-22
1
-2
/
+7
|
*
|
|
|
ShaderCache/PipelineCache: Cache null shaders.
Fernando Sahmkow
2020-04-22
4
-8
/
+31
|
*
|
|
|
Address Feedback.
Fernando Sahmkow
2020-04-22
13
-132
/
+117
|
*
|
|
|
Fix GCC error.
Fernando Sahmkow
2020-04-22
2
-6
/
+5
|
*
|
|
|
Correct Linux Compile Error.
Fernando Sahmkow
2020-04-22
2
-7
/
+10
|
*
|
|
|
Clang format.
Fernando Sahmkow
2020-04-22
1
-1
/
+2
|
*
|
|
|
QueryCache: Only do async flushes on async gpu.
Fernando Sahmkow
2020-04-22
1
-1
/
+4
|
*
|
|
|
Async GPU: Only do reactive flushing on Extreme Level.
Fernando Sahmkow
2020-04-22
1
-1
/
+1
|
*
|
|
|
vk_fence_manager: Initial implementation
ReinUsesLisp
2020-04-22
8
-12
/
+222
|
*
|
|
|
QueryCache: Implement Async Flushes.
Fernando Sahmkow
2020-04-22
5
-12
/
+77
|
*
|
|
|
OpenGL: Guarantee writes to Buffers.
Fernando Sahmkow
2020-04-22
3
-4
/
+2
|
*
|
|
|
GPU: Implement Flush Requests for Async mode.
Fernando Sahmkow
2020-04-22
6
-8
/
+70
|
*
|
|
|
FenceManager: Manage syncpoints and rename fences to semaphores.
Fernando Sahmkow
2020-04-22
11
-25
/
+123
|
*
|
|
|
BufferCache: Refactor async managing.
Fernando Sahmkow
2020-04-22
2
-10
/
+27
|
*
|
|
|
FenceManager: Implement async buffer cache flushes on High settings
Fernando Sahmkow
2020-04-22
6
-10
/
+69
|
*
|
|
|
Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan.
Fernando Sahmkow
2020-04-22
5
-4
/
+35
|
*
|
|
|
GPU: Fix rebase errors.
Fernando Sahmkow
2020-04-22
2
-4
/
+4
|
*
|
|
|
Rasterizer: Disable fence managing in synchronous gpu.
Fernando Sahmkow
2020-04-22
2
-1
/
+11
|
*
|
|
|
ThreadManager: Sync async reads on accurate gpu.
Fernando Sahmkow
2020-04-22
9
-8
/
+48
|
*
|
|
|
FenceManager: Implement should wait.
Fernando Sahmkow
2020-04-22
2
-2
/
+17
|
*
|
|
|
GPU: Implement a Fence Manager.
Fernando Sahmkow
2020-04-22
6
-23
/
+208
|
*
|
|
|
OpenGL: Implement Fencing backend.
Fernando Sahmkow
2020-04-22
12
-19
/
+94
|
*
|
|
|
TextureCache: Flush linear textures after finishing rendering.
Fernando Sahmkow
2020-04-22
1
-2
/
+8
|
*
|
|
|
GPU: Delay Fences.
Fernando Sahmkow
2020-04-22
6
-2
/
+20
|
*
|
|
|
BufferCache: Implement OnCPUWrite and SyncGuestHost
Fernando Sahmkow
2020-04-22
6
-7
/
+67
|
*
|
|
|
GPU: Refactor synchronization on Async GPU
Fernando Sahmkow
2020-04-22
11
-7
/
+56
|
*
|
|
|
Texture Cache: Implement OnCPUWrite and SyncGuestHost
Fernando Sahmkow
2020-04-22
2
-3
/
+63
|
*
|
|
|
UI: Replasce accurate GPU option for GPU Accuracy Level
Fernando Sahmkow
2020-04-22
12
-28
/
+77
*
|
|
|
|
Merge pull request #3767 from ReinUsesLisp/point-size-pipeline
Mat M
2020-04-22
1
-2
/
+4
|
\
\
\
\
\
[next]