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 #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 #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 #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
|
\
\
\
\
\
|
*
|
|
|
|
Added CheckFreeCommunicationPermission
David Marcec
2018-08-20
1
-1
/
+8
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1017 from ogniK5377/better-account
bunnei
2018-08-20
13
-74
/
+440
|
\
\
\
\
\
|
*
|
|
|
|
Better UUID randomness
David Marcec
2018-08-12
1
-2
/
+7
|
*
|
|
|
|
Removed un-needed count from ListOpenUsers and ListAllUsers
David Marcec
2018-08-12
1
-4
/
+2
|
*
|
|
|
|
Added better explanations in the profile manager
David Marcec
2018-08-12
2
-1
/
+34
|
*
|
|
|
|
Code cleanup for profile manager
David Marcec
2018-08-12
3
-40
/
+47
|
*
|
|
|
|
Removed const from ProfileBase Invalidate
David Marcec
2018-08-12
1
-1
/
+1
|
*
|
|
|
|
fixed invalid uuid bool operator
David Marcec
2018-08-11
1
-1
/
+1
|
*
|
|
|
|
Added GetOpenUserCount
David Marcec
2018-08-11
3
-3
/
+14
|
*
|
|
|
|
Removed all for loops from the profile manager
David Marcec
2018-08-11
1
-9
/
+4
[prev]
[next]