index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBU...
Lioncash
2018-08-21
1
-1
/
+1
*
|
|
|
|
Merge pull request #1121 from Subv/tex_reinterpret
bunnei
2018-08-21
4
-16
/
+70
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Rasterizer: Reinterpret the raw texture bytes instead of blitting (and thus d...
Subv
2018-08-20
1
-3
/
+49
|
*
|
|
|
Rasterizer: Don't attempt to copy over the old texture's data when doing a fo...
Subv
2018-08-20
4
-13
/
+21
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1133 from lioncash/guard
bunnei
2018-08-20
1
-0
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
gl_stream_buffer: Add missing header guard
Lioncash
2018-08-20
1
-0
/
+2
*
|
|
|
Merge pull request #1126 from lioncash/telem
bunnei
2018-08-20
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
telemetry_session: Don't allocate std::string instances for program lifetime ...
Lioncash
2018-08-20
1
-4
/
+4
*
|
|
|
|
Merge pull request #1131 from bunnei/impl-tex3d-texcube
bunnei
2018-08-20
2
-2
/
+21
|
\
\
\
\
\
|
*
|
|
|
|
shader_bytecode: Replace some UNIMPLEMENTED logs.
bunnei
2018-08-20
1
-2
/
+6
|
*
|
|
|
|
gl_shader_decompiler: Implement Texture3D for TEXS.
bunnei
2018-08-20
1
-0
/
+7
|
*
|
|
|
|
gl_shader_decompiler: Implement TextureCube for TEX.
bunnei
2018-08-20
1
-0
/
+8
*
|
|
|
|
|
Merge pull request #1106 from Subv/multiple_rendertargets
bunnei
2018-08-20
2
-6
/
+45
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Shaders: Write all the enabled color outputs when a fragment shader exits.
Subv
2018-08-20
2
-6
/
+45
*
|
|
|
|
|
Merge pull request #1130 from Subv/tex_2d
bunnei
2018-08-20
1
-6
/
+15
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Shaders: Fixed the coords in TEX with Texture2D.
Subv
2018-08-20
1
-1
/
+1
|
*
|
|
|
|
Shaders: Log and crash when using an unimplemented texture type in a texture ...
Subv
2018-08-20
1
-5
/
+14
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1122 from lioncash/acc
bunnei
2018-08-20
4
-57
/
+61
|
\
\
\
\
\
|
*
|
|
|
|
acc: Replace profile_manager include with a forward declaration
Lioncash
2018-08-20
2
-2
/
+6
|
*
|
|
|
|
acc: Simplify WriteBuffer call within LoadImage()
Lioncash
2018-08-20
1
-3
/
+3
|
*
|
|
|
|
acc: Correct IProfile's constructor initializer list order
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
|
|
|
acc: Remove unused DEFAULT_USER_ID
Lioncash
2018-08-20
1
-3
/
+0
|
*
|
|
|
|
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
|
|
|
profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
|
|
|
profile_manager: Use type aliases for username data, profile data, and user a...
Lioncash
2018-08-20
2
-19
/
+22
|
*
|
|
|
|
profile_manager: Take ProfileInfo by const reference where applicable
Lioncash
2018-08-20
2
-8
/
+8
|
*
|
|
|
|
profile_manager: Make array parameter to CreateNewUser a const reference
Lioncash
2018-08-20
2
-2
/
+2
|
*
|
|
|
|
profile_manager: Remove unnecessary static
Lioncash
2018-08-20
1
-1
/
+1
|
*
|
|
|
|
profile_manager: Simplify UUID's two param constructor, operator==, and opera...
Lioncash
2018-08-20
1
-6
/
+4
|
*
|
|
|
|
profile_manager: Move UUID generation function to the cpp file
Lioncash
2018-08-20
2
-10
/
+12
|
*
|
|
|
|
profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...
Lioncash
2018-08-20
1
-2
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1125 from bunnei/update-dynarmic
bunnei
2018-08-20
1
-0
/
+0
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
externals: Update dynarmic to a42f301c.
bunnei
2018-08-20
1
-0
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1095 from DarkLordZach/sysarchives
bunnei
2018-08-20
8
-20
/
+100
|
\
\
\
\
|
*
|
|
|
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
2018-08-20
3
-2
/
+3
|
*
|
|
|
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-18
7
-20
/
+99
*
|
|
|
|
Merge pull request #1127 from yuzu-emu/revert-838-port-3616
James Rowe
2018-08-20
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw""
Zach Hilman
2018-08-20
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #1064 from lioncash/telemetry
bunnei
2018-08-20
3
-62
/
+84
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
common/telemetry: Migrate core-independent info gathering to common
Lioncash
2018-08-14
3
-62
/
+84
*
|
|
|
Merge pull request #1104 from Subv/instanced_arrays
bunnei
2018-08-20
2
-4
/
+30
|
\
\
\
\
|
*
|
|
|
GLRasterizer: Implemented instanced vertex arrays.
Subv
2018-08-18
2
-4
/
+30
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1115 from Subv/texs_mask
bunnei
2018-08-20
1
-18
/
+18
|
\
\
\
\
|
*
|
|
|
Shaders/TEXS: Fixed the component mask in the TEXS instruction.
Subv
2018-08-19
1
-18
/
+18
*
|
|
|
|
Merge pull request #1112 from Subv/sampler_types
bunnei
2018-08-20
3
-33
/
+250
|
\
\
\
\
\
|
*
|
|
|
|
Shader: Implemented the TLD4 and TLD4S opcodes using GLSL's textureGather.
Subv
2018-08-19
1
-0
/
+51
|
*
|
|
|
|
Shader: Use the right sampler type in the TEX, TEXS and TLDS instructions.
Subv
2018-08-19
2
-29
/
+127
|
*
|
|
|
|
Shader: Added bitfields for the texture type of the various sampling instruct...
Subv
2018-08-19
1
-1
/
+65
|
*
|
|
|
|
Shaders: Added decodings for TLD4 and TLD4S
Subv
2018-08-19
1
-3
/
+7
*
|
|
|
|
|
Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermission
bunnei
2018-08-20
1
-1
/
+8
|
\
\
\
\
\
\
[prev]
[next]