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
...
|
*
|
|
SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)
adityaruplaha
2018-04-21
3
-4
/
+40
*
|
|
|
Merge pull request #376 from bunnei/shader-decoder
bunnei
2018-04-21
2
-210
/
+249
|
\
\
\
\
|
*
|
|
|
gl_shader_decompiler: Skip RRO instruction.
bunnei
2018-04-20
1
-0
/
+4
|
*
|
|
|
gl_shader_decompiler: Cleanup error logging.
bunnei
2018-04-20
1
-14
/
+6
|
*
|
|
|
shader_bytecode: Add several more instruction decodings.
bunnei
2018-04-20
1
-5
/
+52
|
*
|
|
|
shader_bytecode: Decode instructions based on bit strings.
bunnei
2018-04-20
2
-205
/
+201
*
|
|
|
|
Merge pull request #375 from lioncash/header
bunnei
2018-04-20
4
-11
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
opengl: Remove unnecessary header inclusions
Lioncash
2018-04-20
4
-11
/
+0
*
|
|
|
|
Merge pull request #369 from Subv/shader_instr2
bunnei
2018-04-20
2
-4
/
+179
|
\
\
\
\
\
|
*
|
|
|
|
ShaderGen: Implemented the KIL instruction, which is equivalent to 'discard'.
Subv
2018-04-20
1
-1
/
+7
|
*
|
|
|
|
ShaderGen: Implemented predicated instruction execution.
Subv
2018-04-20
2
-1
/
+40
|
*
|
|
|
|
ShaderGen: Implemented the fsetp instruction.
Subv
2018-04-20
2
-3
/
+112
|
*
|
|
|
|
ShaderGen: Register id 255 is special and is hardcoded to return 0 (SR_ZERO).
Subv
2018-04-20
2
-0
/
+5
|
*
|
|
|
|
ShaderGen: Ignore the 'sched' instruction when generating shaders.
Subv
2018-04-20
1
-0
/
+16
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #374 from lioncash/noexcept
bunnei
2018-04-20
1
-20
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
gl_resource_manager: Add missing noexcept specifiers to move constructors and...
Lioncash
2018-04-20
1
-20
/
+19
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #373 from lioncash/enum2
bunnei
2018-04-20
1
-4
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
gl_rasterizer_cache: Make MatchFlags an enum class
Lioncash
2018-04-20
1
-4
/
+9
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #372 from lioncash/enum
bunnei
2018-04-20
3
-38
/
+38
|
\
\
\
\
\
|
*
|
|
|
|
resource_limit: Make ResourceTypes an enum class
Lioncash
2018-04-20
3
-38
/
+38
|
|
/
/
/
/
*
/
/
/
/
core: Relocate g_service_manager to the System class
Lioncash
2018-04-20
6
-38
/
+66
|
/
/
/
/
*
|
|
|
Merge pull request #340 from mailwl/vi-update
bunnei
2018-04-20
1
-7
/
+27
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Service/VI: stub SetLayerVisibility, fix GetDisplayResolution output
mailwl
2018-04-17
1
-7
/
+27
*
|
|
|
Merge pull request #367 from lioncash/clamp
bunnei
2018-04-20
5
-24
/
+22
|
\
\
\
\
|
*
|
|
|
math_util: Remove the Clamp() function
Lioncash
2018-04-20
5
-24
/
+22
*
|
|
|
|
Merge pull request #361 from lioncash/common
bunnei
2018-04-20
1
-18
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
common_types: Convert typedefs to using aliases
Lioncash
2018-04-19
1
-12
/
+12
|
*
|
|
|
|
common_types: Remove unnecessary check for whether or not__func__ is defined
Lioncash
2018-04-19
1
-6
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #360 from lioncash/namespaces
bunnei
2018-04-20
136
-570
/
+273
|
\
\
\
\
\
|
*
|
|
|
|
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-19
136
-570
/
+273
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #364 from lioncash/thread-local
bunnei
2018-04-20
1
-19
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
common/thread: Remove unnecessary feature checking for thread_local
Lioncash
2018-04-19
1
-19
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #362 from lioncash/snprintf
bunnei
2018-04-20
1
-5
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
common_funcs: Remove check for VS versions that we don't even support
Lioncash
2018-04-19
1
-5
/
+0
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #363 from lioncash/array-size
bunnei
2018-04-20
3
-5
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
common_funcs: Remove ARRAY_SIZE macro
Lioncash
2018-04-19
3
-5
/
+4
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #366 from lioncash/vec
bunnei
2018-04-20
1
-30
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
vector_math: Remove AsArray() and Write() functions from Vec[2,3,4]
Lioncash
2018-04-19
1
-30
/
+0
*
|
|
|
|
|
Merge pull request #365 from lioncash/codeblock
bunnei
2018-04-20
2
-86
/
+0
|
\
\
\
\
\
\
|
*
|
|
|
|
|
common: Remove code_block.h
Lioncash
2018-04-19
2
-86
/
+0
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #357 from lioncash/guard
bunnei
2018-04-19
2
-0
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
renderer_opengl: Add missing header guards
Lioncash
2018-04-19
2
-0
/
+4
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #358 from lioncash/explicit
bunnei
2018-04-19
2
-4
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
disk_filesystem: Remove unused total_entries_in_directory member from Disk_Di...
Lioncash
2018-04-19
1
-1
/
+0
|
*
|
|
|
|
|
disk_filesystem: Remove redundant initializer in Disk_Directory's constructor
Lioncash
2018-04-19
1
-1
/
+1
|
*
|
|
|
|
|
disk_filesystem: Make constructors explicit where applicable
Lioncash
2018-04-19
1
-2
/
+2
|
|
/
/
/
/
/
*
/
/
/
/
/
vi: Remove redundant initializers in the constructors
Lioncash
2018-04-19
1
-9
/
+5
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #356 from lioncash/shader
bunnei
2018-04-19
1
-12
/
+30
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
glsl_shader_decompiler: Use std::string_view instead of std::string for AddLi...
Lioncash
2018-04-19
1
-1
/
+2
|
*
|
|
|
glsl_shader_decompiler: Add AddNewLine() function to ShaderWriter
Lioncash
2018-04-19
1
-6
/
+12
[prev]
[next]