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
*
NRO Assets and NACP file format
Zach Hilman
2018-07-23
5
-1
/
+215
*
Merge pull request #769 from bunnei/shader-mask-fixes
bunnei
2018-07-22
1
-5
/
+9
|
\
|
*
shader_bytecode: Implement other TEXS masks.
bunnei
2018-07-22
1
-5
/
+9
*
|
Merge pull request #774 from Subv/atomic_signal
bunnei
2018-07-22
1
-7
/
+31
|
\
\
|
*
|
Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...
Subv
2018-07-22
1
-7
/
+31
*
|
|
Merge pull request #773 from Subv/gl_ext_check
bunnei
2018-07-22
2
-2
/
+24
|
\
\
\
|
*
|
|
Frontend: Check for more required OpenGL extensions during startup.
Subv
2018-07-22
2
-2
/
+24
|
|
/
/
*
|
|
Merge pull request #768 from lioncash/string-view
bunnei
2018-07-22
10
-133
/
+213
|
\
\
\
|
*
|
|
vfs: Correct file_p variable usage within InterpretAsDirectory()
Lioncash
2018-07-22
1
-2
/
+5
|
*
|
|
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
10
-131
/
+208
*
|
|
|
Merge pull request #770 from lioncash/construct
bunnei
2018-07-22
1
-4
/
+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
gl_shader_decompiler: Remove redundant Subroutine construction in AddSubrouti...
Lioncash
2018-07-22
1
-4
/
+8
|
|
|
/
|
|
/
|
*
/
|
Implement exclusive monitor
MerryMage
2018-07-22
9
-13
/
+160
|
/
/
*
|
Merge pull request #765 from lioncash/file
bunnei
2018-07-22
1
-24
/
+14
|
\
\
|
*
|
file_util: Remove goto usages from Copy()
Lioncash
2018-07-21
1
-24
/
+14
*
|
|
Merge pull request #767 from bunnei/shader-cleanup
bunnei
2018-07-22
1
-78
/
+15
|
\
\
\
|
*
|
|
gl_shader_decompiler: Remove unused state tracking and minor cleanup.
bunnei
2018-07-22
1
-78
/
+15
*
|
|
|
Merge pull request #766 from bunnei/shader-sel
bunnei
2018-07-21
2
-0
/
+20
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
gl_shader_decompiler: Implement SEL instruction.
bunnei
2018-07-22
2
-0
/
+20
|
|
/
/
*
|
|
Merge pull request #764 from lioncash/move
bunnei
2018-07-21
5
-19
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-21
5
-18
/
+18
|
*
|
file_util: std::move FST entries in ScanDirectoryTree()
Lioncash
2018-07-21
1
-1
/
+1
|
|
/
*
|
gl_rasterizer_cache: Blit surfaces on recreation instead of flush and load.
bunnei
2018-07-21
2
-2
/
+86
*
|
gl_rasterizer_cache: Use GPUVAddr as cache key, not parameter set.
bunnei
2018-07-21
3
-57
/
+46
*
|
gl_rasterizer_cache: Use zeta_width and zeta_height registers for depth buffer.
bunnei
2018-07-21
2
-11
/
+11
*
|
gl_rasterizer: Use zeta_enable register to enable depth buffer.
bunnei
2018-07-21
1
-2
/
+2
*
|
maxwell_3d: Add depth buffer enable, width, and height registers.
bunnei
2018-07-21
1
-2
/
+14
|
/
*
Merge pull request #759 from lioncash/redundant
bunnei
2018-07-21
1
-2
/
+1
|
\
|
*
file_util: Remove explicit type from std::min() in GetPathWithoutTop()
Lioncash
2018-07-21
1
-1
/
+1
|
*
file_util: Remove redundant duplicate return in GetPathWithoutTop()
Lioncash
2018-07-21
1
-1
/
+0
*
|
Merge pull request #748 from lioncash/namespace
bunnei
2018-07-21
11
-48
/
+24
|
\
\
|
*
|
video_core: Use nested namespaces where applicable
Lioncash
2018-07-20
11
-48
/
+24
*
|
|
Merge pull request #758 from lioncash/sync
bunnei
2018-07-21
2
-86
/
+0
|
\
\
\
|
*
|
|
common: Remove synchronized_wrapper.h
Lioncash
2018-07-21
2
-86
/
+0
*
|
|
|
Merge pull request #760 from lioncash/path
bunnei
2018-07-21
11
-73
/
+85
|
\
\
\
\
|
*
|
|
|
file_util: Use an enum class for GetUserPath()
Lioncash
2018-07-21
11
-73
/
+85
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.
Subv
2018-07-21
3
-6
/
+34
|
/
/
/
*
|
|
Merge pull request #754 from lioncash/part
bunnei
2018-07-21
2
-8
/
+20
|
\
\
\
|
*
|
|
vfs_real: Remove redundant copying of std::vector instances in GetFiles() and...
Lioncash
2018-07-20
1
-2
/
+3
|
*
|
|
partition_filesystem, vfs_real: Add missing standard includes
Lioncash
2018-07-20
2
-0
/
+4
|
*
|
|
partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...
Lioncash
2018-07-20
2
-2
/
+3
|
*
|
|
partition_filesystem, vfs_real: Use std::distance() instead of subtraction
Lioncash
2018-07-20
2
-4
/
+10
*
|
|
|
Merge pull request #750 from lioncash/ctx
bunnei
2018-07-21
3
-9
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
arm_interface: Remove unused tls_address member of ThreadContext
Lioncash
2018-07-20
3
-9
/
+0
*
|
|
|
Merge pull request #746 from lioncash/tests
bunnei
2018-07-21
2
-4
/
+12
|
\
\
\
\
|
*
|
|
|
arm_test_common: Get rid of truncation warnings
Lioncash
2018-07-20
1
-2
/
+5
|
*
|
|
|
arm_test_common: Make file static variable a member variable of the testing e...
Lioncash
2018-07-20
2
-2
/
+5
|
*
|
|
|
arm_test_common: Add missing header guard
Lioncash
2018-07-20
1
-0
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #747 from lioncash/unimplemented
bunnei
2018-07-21
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
gl_shader_manager: Replace unimplemented function prototype
Lioncash
2018-07-20
2
-3
/
+3
|
|
/
/
/
[next]