index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-22
renderer_opengl: Namespace OpenGL code
Lioncash
21
-23
/
+70
2018-08-21
config: Fixed icon size get set to 0
tech4me
1
-1
/
+1
2018-08-22
maxwell_to_gl: Implement PrimitiveTopology::Lines
OatmealDome
1
-0
/
+2
2018-08-22
Added missing include for pl:u
David Marcec
1
-0
/
+1
2018-08-21
PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)
David
1
-25
/
+140
2018-08-21
Revert "Shader: Use the right sampler type in the TEX, TEXS and TLDS instruct...
bunnei
2
-153
/
+31
2018-08-21
shader_bytecode: Parenthesize conditional expression within GetTextureType()
Lioncash
1
-1
/
+1
2018-08-21
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
5
-4
/
+7
2018-08-21
audio_core/filter: Add explicit cast to assignment in Process()
Lioncash
1
-1
/
+1
2018-08-21
logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...
Lioncash
1
-1
/
+1
2018-08-21
am: Utilize std::array within PopLaunchParameter()
Lioncash
1
-3
/
+4
2018-08-21
perf_stats: Change MAX_LAG_TIME_US to an appropriate value
MerryMage
1
-1
/
+1
2018-08-21
sdmc_factory: Remove unnecessary core include
Lioncash
2
-1
/
+1
2018-08-21
Port #3902 from Citra: "Add restart hotkey & menu option"
fearlessTobi
2
-0
/
+18
2018-08-21
Port #4056 from Citra: "Add Clear Recent Files menu action"
fearlessTobi
2
-0
/
+14
2018-08-21
bit_field: Convert ToBool() into explicit operator bool
Lioncash
1
-2
/
+1
2018-08-21
qt/main: Port part of citra(#3411), open savedata works
tech4me
6
-11
/
+45
2018-08-21
renderer_opengl: Use LOG_DEBUG for GL_DEBUG_SEVERITY_NOTIFICATION and GL_DEBU...
Lioncash
1
-1
/
+1
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
9
-5
/
+28
2018-08-20
gl_stream_buffer: Add missing header guard
Lioncash
1
-0
/
+2
2018-08-20
Shaders: Implement depth writing in fragment shaders.
Subv
1
-1
/
+6
2018-08-20
shader_bytecode: Replace some UNIMPLEMENTED logs.
bunnei
1
-2
/
+6
2018-08-20
gl_shader_decompiler: Implement Texture3D for TEXS.
bunnei
1
-0
/
+7
2018-08-20
gl_shader_decompiler: Implement TextureCube for TEX.
bunnei
1
-0
/
+8
2018-08-20
Shaders: Fixed the coords in TEX with Texture2D.
Subv
1
-1
/
+1
2018-08-20
Shaders: Log and crash when using an unimplemented texture type in a texture ...
Subv
1
-5
/
+14
2018-08-20
romfs_factory: Remove unnecessary includes and use forward declarations where...
Lioncash
3
-3
/
+12
2018-08-20
telemetry_session: Don't allocate std::string instances for program lifetime ...
Lioncash
1
-4
/
+4
2018-08-20
acc: Replace profile_manager include with a forward declaration
Lioncash
2
-2
/
+6
2018-08-20
acc: Simplify WriteBuffer call within LoadImage()
Lioncash
1
-3
/
+3
2018-08-20
acc: Correct IProfile's constructor initializer list order
Lioncash
1
-1
/
+1
2018-08-20
acc: Remove unused DEFAULT_USER_ID
Lioncash
1
-3
/
+0
2018-08-20
profile_manager: Use INVALID_UUID in the initializer of last_opened_user
Lioncash
1
-1
/
+1
2018-08-20
profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()
Lioncash
1
-1
/
+1
2018-08-20
profile_manager: Use type aliases for username data, profile data, and user a...
Lioncash
2
-19
/
+22
2018-08-20
profile_manager: Take ProfileInfo by const reference where applicable
Lioncash
2
-8
/
+8
2018-08-20
profile_manager: Make array parameter to CreateNewUser a const reference
Lioncash
2
-2
/
+2
2018-08-20
profile_manager: Remove unnecessary static
Lioncash
1
-1
/
+1
2018-08-20
profile_manager: Simplify UUID's two param constructor, operator==, and opera...
Lioncash
1
-6
/
+4
2018-08-20
profile_manager: Move UUID generation function to the cpp file
Lioncash
2
-10
/
+12
2018-08-20
GPU: Implemented the logic op functionality of the GPU.
Subv
3
-0
/
+61
2018-08-20
GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending.
Subv
2
-6
/
+19
2018-08-20
rasterizer_interface: Remove ScreenInfo from AccelerateDraw()'s signature
Lioncash
5
-17
/
+14
2018-08-20
GPU: Added registers for the logicop functionality.
Subv
1
-1
/
+28
2018-08-20
renderer_base: Make creation of the rasterizer, the responsibility of the ren...
Lioncash
4
-14
/
+12
2018-08-21
Port #3353 from Citra
fearlessTobi
10
-25
/
+94
2018-08-20
Shaders: Write all the enabled color outputs when a fragment shader exits.
Subv
2
-6
/
+45
2018-08-20
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
3
-2
/
+3
2018-08-20
profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...
Lioncash
1
-2
/
+2
2018-08-20
Rasterizer: Reinterpret the raw texture bytes instead of blitting (and thus d...
Subv
1
-3
/
+49
[next]