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
*
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 #3714 from lioncash/copies
bunnei
2020-04-21
1
-3
/
+3
|
\
|
*
gl_shader_decompiler: Avoid copies where applicable
Lioncash
2020-04-17
1
-3
/
+3
*
|
Merge pull request #3745 from bunnei/fix-homebrew-load
bunnei
2020-04-21
5
-12
/
+35
|
\
\
|
*
|
loader: nro: Fix process initialization using ProgramMetadata default.
bunnei
2020-04-20
2
-11
/
+14
|
*
|
loader: elf: Fix process initialization using ProgramMetadata default.
bunnei
2020-04-20
1
-0
/
+5
|
*
|
file_sys: program_metadata: Add a helper function for generating reasonable d...
bunnei
2020-04-20
2
-1
/
+16
*
|
|
Merge pull request #3718 from ReinUsesLisp/better-pipeline-state
Rodrigo Locatti
2020-04-21
6
-479
/
+531
|
\
\
\
|
*
|
|
fixed_pipeline_state: Hash and compare the whole structure
ReinUsesLisp
2020-04-18
2
-105
/
+9
|
*
|
|
fixed_pipeline_state: Pack blending state
ReinUsesLisp
2020-04-18
3
-98
/
+227
|
*
|
|
fixed_pipeline_state: Pack rasterizer state
ReinUsesLisp
2020-04-18
4
-163
/
+155
|
*
|
|
fixed_pipeline_state: Pack depth stencil state
ReinUsesLisp
2020-04-18
3
-97
/
+140
|
*
|
|
fixed_pipeline_state: Pack attribute state
ReinUsesLisp
2020-04-18
6
-101
/
+85
*
|
|
|
Merge pull request #3698 from lioncash/warning
bunnei
2020-04-21
4
-15
/
+17
|
\
\
\
\
|
*
|
|
|
key_manager: Resolve missing field initializer warning
Lioncash
2020-04-16
1
-1
/
+2
|
*
|
|
|
decode/memory: Resolve unused variable warning
Lioncash
2020-04-16
1
-1
/
+1
|
*
|
|
|
decode/texture: Resolve unused variable warnings.
Lioncash
2020-04-16
1
-5
/
+7
|
*
|
|
|
decode/texture: Collapse loop down into std::generate
Lioncash
2020-04-16
1
-3
/
+1
|
*
|
|
|
decode/texture: Eliminate trivial missing field initializer warnings
Lioncash
2020-04-16
1
-3
/
+4
|
*
|
|
|
time_zone_manager: Resolve sign conversion warnings
Lioncash
2020-04-16
1
-2
/
+2
*
|
|
|
|
Merge pull request #3724 from bunnei/fix-unicorn
bunnei
2020-04-20
1
-0
/
+11
|
\
\
\
\
\
[next]