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
*
core/process: Remove unideal page table setting from LoadFromMetadata()
Lioncash
2019-04-11
1
-5
/
+0
*
core/core: Move main process creation into Load()
Lioncash
2019-04-11
1
-4
/
+3
*
video_core/gpu: Create threads separately from initialization
Lioncash
2019-04-11
10
-25
/
+51
*
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-11
11
-39
/
+58
*
Merge pull request #2235 from ReinUsesLisp/spirv-decompiler
bunnei
2019-04-11
3
-1
/
+1465
|
\
|
*
vk_shader_decompiler: Implement flow primitives
ReinUsesLisp
2019-04-10
1
-5
/
+82
|
*
vk_shader_decompiler: Implement most common texture primitives
ReinUsesLisp
2019-04-10
1
-8
/
+65
|
*
vk_shader_decompiler: Implement texture decompilation helper functions
ReinUsesLisp
2019-04-10
1
-0
/
+32
|
*
vk_shader_decompiler: Implement Assign and LogicalAssign
ReinUsesLisp
2019-04-10
1
-2
/
+64
|
*
vk_shader_decompiler: Implement non-OperationCode visits
ReinUsesLisp
2019-04-10
1
-7
/
+129
|
*
vk_shader_decompiler: Implement OperationCode decompilation interface
ReinUsesLisp
2019-04-10
1
-1
/
+411
|
*
vk_shader_decompiler: Implement Visit
ReinUsesLisp
2019-04-10
1
-1
/
+50
|
*
vk_shader_decompiler: Implement labels tree and flow
ReinUsesLisp
2019-04-10
1
-0
/
+71
|
*
vk_shader_decompiler: Implement declarations
ReinUsesLisp
2019-04-10
1
-3
/
+457
|
*
vk_shader_decompiler: Declare and stub interface for a SPIR-V decompiler
ReinUsesLisp
2019-04-10
3
-0
/
+127
|
*
video_core: Add sirit as optional dependency with Vulkan
ReinUsesLisp
2019-04-10
1
-1
/
+4
*
|
Merge pull request #2360 from lioncash/svc-global
bunnei
2019-04-11
8
-364
/
+413
|
\
\
|
*
|
kernel/svc: Deglobalize the supervisor call handlers
Lioncash
2019-04-07
8
-364
/
+413
*
|
|
Merge pull request #2388 from lioncash/constexpr
bunnei
2019-04-11
10
-10
/
+10
|
\
\
\
|
*
|
|
kernel: Make handle type declarations constexpr
Lioncash
2019-04-11
10
-10
/
+10
*
|
|
|
gl_rasterizer_cache: Relax restrictions on FastCopySurface and FastLayeredCop...
Fernando Sahmkow
2019-04-11
1
-4
/
+10
*
|
|
|
Merge pull request #2278 from ReinUsesLisp/vc-texture-cache
bunnei
2019-04-10
3
-0
/
+974
|
\
\
\
\
|
*
|
|
|
video_core: Implement API agnostic view based texture cache
ReinUsesLisp
2019-03-22
3
-0
/
+974
*
|
|
|
|
Merge pull request #2372 from FernandoS27/fermi-fix
bunnei
2019-04-10
1
-0
/
+4
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Correct Fermi Copy on Linear Textures.
Fernando Sahmkow
2019-04-09
1
-0
/
+4
*
|
|
|
|
Merge pull request #2345 from ReinUsesLisp/multibind
bunnei
2019-04-10
4
-30
/
+69
|
\
\
\
\
\
|
*
|
|
|
|
renderer_opengl/utils: Skip empty binds
ReinUsesLisp
2019-04-05
1
-0
/
+3
|
*
|
|
|
|
gl_rasterizer: Use ARB_multi_bind to update SSBOs
ReinUsesLisp
2019-04-05
2
-9
/
+9
|
*
|
|
|
|
gl_rasterizer: Use ARB_multi_bind to update UBOs across stages
ReinUsesLisp
2019-04-05
4
-22
/
+58
*
|
|
|
|
|
Merge pull request #2377 from lioncash/todo
bunnei
2019-04-10
1
-7
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel/server_session: Remove obsolete TODOs
Lioncash
2019-04-09
1
-7
/
+2
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #2375 from FernandoS27/fix-ldc
bunnei
2019-04-09
1
-2
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove bounding in LD_C
Fernando Sahmkow
2019-04-09
1
-2
/
+1
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #2353 from lioncash/surface
bunnei
2019-04-09
5
-622
/
+0
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
yuzu/debugger: Remove graphics surface viewer
Lioncash
2019-04-05
5
-622
/
+0
*
|
|
|
|
|
Merge pull request #2354 from lioncash/header
bunnei
2019-04-09
8
-3
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
video_core/textures/convert: Replace include with a forward declaration
Lioncash
2019-04-06
2
-1
/
+5
|
*
|
|
|
|
|
video_core/texures/texture: Remove unnecessary includes
Lioncash
2019-04-06
6
-2
/
+5
*
|
|
|
|
|
|
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
2019-04-09
22
-276
/
+461
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
patch_manager: Dump NSO name with build ID
Zach Hilman
2019-03-27
4
-9
/
+11
|
*
|
|
|
|
|
|
game_list: Register content with ContentProvider
Zach Hilman
2019-03-26
8
-91
/
+102
|
*
|
|
|
|
|
|
core: Port current uses of RegisteredCache to ContentProvider
Zach Hilman
2019-03-26
8
-27
/
+32
|
*
|
|
|
|
|
|
core: Store system-wide ContentProvider for the emulator
Zach Hilman
2019-03-26
2
-0
/
+40
|
*
|
|
|
|
|
|
file_sys: Create ContentProvider interface and default implementations
Zach Hilman
2019-03-26
2
-152
/
+279
*
|
|
|
|
|
|
|
Merge pull request #2366 from FernandoS27/xmad-fix
bunnei
2019-04-09
2
-9
/
+33
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Correct XMAD mode, psl and high_b on different encodings.
Fernando Sahmkow
2019-04-08
2
-9
/
+33
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge pull request #2132 from FearlessTobi/port-4437
bunnei
2019-04-09
23
-208
/
+426
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
yuzu: Make hotkeys configurable via the GUI
Adityarup Laha
2019-03-16
23
-208
/
+426
*
|
|
|
|
|
|
|
|
Merge pull request #2370 from lioncash/qt-warn
bunnei
2019-04-09
1
-1
/
+6
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
yuzu/loading_screen: Resolve runtime Qt string formatting warnings
Lioncash
2019-04-09
1
-1
/
+6
|
|
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
[next]