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
*
Merge pull request #3201 from lioncash/dump
bunnei
2019-12-10
2
-2
/
+24
|
\
|
*
kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew
Lioncash
2019-12-07
2
-2
/
+24
*
|
Maxwell3D: Implement Depth Mode.
Fernando Sahmkow
2019-12-10
4
-8
/
+15
*
|
vk_shader_decompiler: Fix build issues on old gcc versions
ReinUsesLisp
2019-12-10
1
-2
/
+3
*
|
vk_shader_decompiler: Reduce YNegate's severity
ReinUsesLisp
2019-12-09
1
-1
/
+1
*
|
shader_ir/other: Implement S2R InvocationId
ReinUsesLisp
2019-12-09
4
-0
/
+9
*
|
vk_shader_decompiler: Misc changes
ReinUsesLisp
2019-12-09
2
-697
/
+1648
*
|
shader: Keep track of shaders using warp instructions
ReinUsesLisp
2019-12-09
2
-0
/
+8
*
|
shader_ir/memory: Implement patch stores
ReinUsesLisp
2019-12-09
4
-20
/
+38
*
|
vk_device: Misc changes
ReinUsesLisp
2019-12-09
2
-117
/
+276
*
|
Merge pull request #3198 from ReinUsesLisp/tessellation-maxwell
bunnei
2019-12-08
1
-2
/
+37
|
\
\
|
*
|
maxwell_3d: Add tessellation tess level registers
ReinUsesLisp
2019-12-06
1
-1
/
+6
|
*
|
maxwell_3d: Add tessellation mode register
ReinUsesLisp
2019-12-06
1
-1
/
+28
|
*
|
maxwell_3d: Add patch vertices register
ReinUsesLisp
2019-12-06
1
-1
/
+4
*
|
|
externals: Update Vulkan-Headers
ReinUsesLisp
2019-12-08
2
-2
/
+14
*
|
|
Merge pull request #3199 from ReinUsesLisp/vk-swapchain
Rodrigo Locatti
2019-12-08
2
-24
/
+31
|
\
\
\
|
*
|
|
vk_swapchain: Add support for swapping sRGB
ReinUsesLisp
2019-12-06
2
-24
/
+31
|
|
/
/
*
|
/
kernel: Remove unnecessary includes
Lioncash
2019-12-07
15
-11
/
+17
|
|
/
|
/
|
*
|
Merge pull request #3195 from FernandoS27/clear-exclusive
bunnei
2019-12-06
2
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
CpuCore: Clear exclusive state after doing a run in dynarmic.
Fernando Sahmkow
2019-12-05
2
-1
/
+2
*
|
shader_bytecode: Remove corrupted character
ReinUsesLisp
2019-12-06
1
-1
/
+1
*
|
Merge pull request #3109 from FernandoS27/new-instr
bunnei
2019-12-06
6
-8
/
+171
|
\
\
|
|
/
|
/
|
|
*
Shader_IR: Address Feedback
Fernando Sahmkow
2019-11-18
3
-11
/
+9
|
*
Shader_IR: Implement TXD instruction.
Fernando Sahmkow
2019-11-14
5
-8
/
+120
|
*
Shader_IR: Implement FLO instruction.
Fernando Sahmkow
2019-11-14
5
-0
/
+35
|
*
Shader_Bytecode: Add encodings for FLO, SHF and TXD
Fernando Sahmkow
2019-11-14
1
-0
/
+18
*
|
telemetry_session: Report renderer backend
ReinUsesLisp
2019-12-02
1
-0
/
+1
*
|
telemetry_session: Use temporary to avoid writing the same enum
ReinUsesLisp
2019-12-02
1
-16
/
+11
*
|
Merge pull request #2987 from FernandoS27/texture-invalid
bunnei
2019-12-02
3
-32
/
+101
|
\
\
|
*
|
Texture_Cache: Redo invalid Surfaces handling.
Fernando Sahmkow
2019-11-20
3
-32
/
+101
*
|
|
Merge pull request #3177 from bunnei/new-ipc-req
bunnei
2019-11-30
19
-167
/
+246
|
\
\
\
|
*
|
|
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
19
-167
/
+246
*
|
|
|
Merge pull request #3184 from ReinUsesLisp/framebuffer-cache
bunnei
2019-11-30
4
-72
/
+69
|
\
\
\
\
|
*
|
|
|
gl_framebuffer_cache: Optimize framebuffer key
ReinUsesLisp
2019-11-28
3
-46
/
+60
|
*
|
|
|
gl_rasterizer: Re-enable framebuffer cache for clear buffers
ReinUsesLisp
2019-11-28
3
-32
/
+15
|
|
/
/
/
*
/
/
/
texture_cache/surface_base: Fix out of bounds texture views
ReinUsesLisp
2019-11-29
1
-7
/
+4
|
/
/
/
*
|
|
Merge pull request #3169 from lioncash/memory
bunnei
2019-11-28
49
-721
/
+1314
|
\
\
\
|
*
|
|
core/memory; Migrate over SetCurrentPageTable() to the Memory class
Lioncash
2019-11-26
3
-26
/
+34
|
*
|
|
core/memory: Migrate over GetPointerFromVMA() to the Memory class
Lioncash
2019-11-26
1
-36
/
+36
|
*
|
|
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
14
-153
/
+298
|
*
|
|
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
19
-178
/
+305
|
*
|
|
core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class
Lioncash
2019-11-26
2
-91
/
+161
|
*
|
|
core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class
Lioncash
2019-11-26
3
-70
/
+79
|
*
|
|
core/memory: Migrate over ReadCString() to the Memory class
Lioncash
2019-11-26
3
-18
/
+40
|
*
|
|
core/memory: Migrate over GetPointer()
Lioncash
2019-11-26
7
-25
/
+53
|
*
|
|
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-26
24
-61
/
+108
|
*
|
|
core/memory: Move memory read/write implementation functions into an anonymou...
Lioncash
2019-11-26
1
-97
/
+98
|
*
|
|
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
6
-39
/
+70
|
*
|
|
core/memory: Migrate over memory mapping functions to the new Memory class
Lioncash
2019-11-26
6
-128
/
+180
|
*
|
|
core/memory: Introduce skeleton of Memory class
Lioncash
2019-11-26
4
-3
/
+56
[next]