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
...
|
*
|
|
|
LoadGLBuffer: Use bytes_per_pixel, not bits.
bunnei
2018-03-22
1
-1
/
+2
|
*
|
|
|
memory: Port RasterizerFlushVirtualRegion from Citra.
bunnei
2018-03-22
2
-1
/
+58
|
*
|
|
|
gl_rasterizer_cache: LoadGLBuffer should do a morton copy.
bunnei
2018-03-22
1
-16
/
+5
|
*
|
|
|
video_core: Move MortonCopyPixels128 to utils header.
bunnei
2018-03-22
2
-111
/
+113
|
*
|
|
|
video_core: Remove usage of PAddr and replace with VAddr.
bunnei
2018-03-22
5
-39
/
+39
|
*
|
|
|
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-22
8
-69
/
+77
|
*
|
|
|
gl_rasterizer: Replace a bunch of UNIMPLEMENTED with ASSERT.
bunnei
2018-03-22
2
-20
/
+20
|
*
|
|
|
gl_rasterizer: Add a simple passthrough shader in lieu of shader generation.
bunnei
2018-03-22
2
-5
/
+68
|
*
|
|
|
gpu: Expose Maxwell3D engine.
bunnei
2018-03-22
1
-0
/
+4
|
*
|
|
|
maxwell_3d: Add some format decodings and string helper functions.
bunnei
2018-03-22
1
-3
/
+107
|
*
|
|
|
renderer: Create rasterizer and cleanup.
bunnei
2018-03-22
4
-4
/
+16
*
|
|
|
|
Merge pull request #255 from Subv/sd_card
bunnei
2018-03-23
12
-48
/
+329
|
\
\
\
\
\
|
*
|
|
|
|
FS: Move the file open mode calculation to a separate function.
Subv
2018-03-23
1
-7
/
+14
|
*
|
|
|
|
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-21
6
-7
/
+29
|
*
|
|
|
|
FS: Implemented IFileSystem's OpenDirectory function.
Subv
2018-03-19
1
-0
/
+28
|
*
|
|
|
|
FS: Added the IDirectory IPC interface and implemented its two functions.
Subv
2018-03-19
1
-0
/
+51
|
*
|
|
|
|
FS: Implement DiskFileSystem's OpenDirectory interface.
Subv
2018-03-19
5
-6
/
+19
|
*
|
|
|
|
FS: Implement DiskFileSystem::GetEntryType for existing files/directories.
Subv
2018-03-19
1
-2
/
+4
|
*
|
|
|
|
FS: Updated the Directory Entry structure to match the Switch.
Subv
2018-03-19
5
-30
/
+84
|
*
|
|
|
|
FS: Support the file Append open mode.
Subv
2018-03-19
2
-2
/
+23
|
*
|
|
|
|
FS: Implement MountSdCard.
Subv
2018-03-19
1
-2
/
+6
|
*
|
|
|
|
FS: Added an SDMC archive factory and registered it to the SDMC archive on st...
Subv
2018-03-19
5
-0
/
+79
*
|
|
|
|
|
Merge pull request #268 from mailwl/ssl
bunnei
2018-03-23
6
-0
/
+45
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Service/SSL: add ssl service
mailwl
2018-03-23
6
-0
/
+45
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #270 from N00byKing/patch-2
bunnei
2018-03-23
1
-4
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove Option for N/3DS from default.ini
N00byKing
2018-03-23
1
-4
/
+0
|
|
/
/
/
/
/
*
/
/
/
/
/
CITRA_ICON -> YUZU_ICON
N00byKing
2018-03-23
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
yuzu_cmd: change default cpu core to dynarmic
Valentin Vanelslande
2018-03-22
1
-1
/
+1
*
|
|
|
|
default_ini: change default cpu core to dynarmic
Valentin Vanelslande
2018-03-22
1
-1
/
+1
*
|
|
|
|
Remove more N3DS References
N00byKing
2018-03-22
2
-20
/
+0
*
|
|
|
|
Service/spl: add module and services
mailwl
2018-03-22
10
-0
/
+176
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #258 from Subv/gpu_attribs
bunnei
2018-03-21
1
-3
/
+27
|
\
\
\
\
|
*
|
|
|
GPU: Added vertex attribute format registers.
Subv
2018-03-21
1
-1
/
+14
|
*
|
|
|
GPU: Added registers for the number of vertices to render.
Subv
2018-03-20
1
-2
/
+13
*
|
|
|
|
CMake: Set EMU_ARCH_BITS in CMakeLists.txt
N00byKing
2018-03-21
3
-36
/
+0
*
|
|
|
|
Service/vi: convert services to module
mailwl
2018-03-21
8
-212
/
+160
|
/
/
/
/
*
|
|
|
Merge pull request #254 from bunnei/port-citra-renderer
bunnei
2018-03-20
18
-101
/
+2905
|
\
\
\
\
|
*
|
|
|
renderer_gl: Port boilerplate rasterizer code over from Citra.
bunnei
2018-03-20
5
-1
/
+495
|
*
|
|
|
gl_shader_util: Sync latest version with Citra.
bunnei
2018-03-20
3
-46
/
+116
|
*
|
|
|
renderer_gl: Port over gl_shader_gen module from Citra.
bunnei
2018-03-20
3
-0
/
+88
|
*
|
|
|
renderer_gl: Port over gl_shader_decompiler module from Citra.
bunnei
2018-03-19
3
-0
/
+87
|
*
|
|
|
renderer_gl: Port over gl_rasterizer_cache module from Citra.
bunnei
2018-03-19
3
-0
/
+1714
|
*
|
|
|
gl_resource_manager: Sync latest version with Citra.
bunnei
2018-03-19
1
-8
/
+77
|
*
|
|
|
renderer_gl: Port over gl_stream_buffer module from Citra.
bunnei
2018-03-19
3
-0
/
+218
|
*
|
|
|
gl_state: Sync latest version with Citra.
bunnei
2018-03-19
2
-47
/
+111
*
|
|
|
|
Service: add fatal:u, fatal:p services
mailwl
2018-03-20
10
-0
/
+146
*
|
|
|
|
Merge pull request #253 from Subv/rt_depth
Mat M
2018-03-19
1
-1
/
+48
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
GPU: Added Z buffer registers to Maxwell3D's reg structure.
Subv
2018-03-19
1
-1
/
+17
|
*
|
|
|
GPU: Added the render target (RT) registers to Maxwell3D's reg structure.
Subv
2018-03-19
1
-1
/
+32
|
|
/
/
/
*
|
|
|
Clang Fixes
N00byKing
2018-03-19
5
-9
/
+11
[prev]
[next]