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
*
server_session: Provide more useful information and don't crash on bad IPC re...
bunnei
2018-08-11
1
-0
/
+8
*
Merge pull request #1010 from bunnei/unk-vert-attrib-shader
bunnei
2018-08-11
2
-10
/
+11
|
\
|
*
gl_shader_decompiler: Improve handling of unknown input/output attributes.
bunnei
2018-08-11
2
-10
/
+11
*
|
Merge pull request #1009 from bunnei/rg8-rgba8-snorm
bunnei
2018-08-11
4
-64
/
+93
|
\
\
|
*
|
gl_rasterizer: Implement render target format RG8_SNORM.
bunnei
2018-08-11
4
-8
/
+18
|
*
|
gl_rasterizer: Implement render target format RGBA8_SNORM.
bunnei
2018-08-11
4
-64
/
+83
|
|
/
*
|
Merge pull request #970 from DarkLordZach/loader-errors
bunnei
2018-08-11
17
-179
/
+248
|
\
\
|
*
|
game_list: Reorder error checks
Zach Hilman
2018-08-09
1
-2
/
+1
|
*
|
loader: Add more descriptive errors
Zach Hilman
2018-08-09
17
-179
/
+249
*
|
|
Merge pull request #1018 from Subv/ssy_sync
bunnei
2018-08-11
2
-8
/
+38
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GPU/Shader: Don't predicate instructions that don't have a predicate field (S...
Subv
2018-08-11
2
-2
/
+13
|
*
|
GPU/Shaders: Implemented SSY and SYNC as a way to modify control flow during ...
Subv
2018-08-11
1
-6
/
+25
*
|
|
Merge pull request #1016 from lioncash/video
bunnei
2018-08-11
8
-35
/
+44
|
\
\
\
|
*
|
|
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-10
8
-30
/
+44
|
*
|
|
renderer_base: Remove unused kFramebuffer enumeration
Lioncash
2018-08-10
1
-3
/
+0
|
*
|
|
video_core: Remove unused Renderer enumeration
Lioncash
2018-08-10
1
-2
/
+0
*
|
|
|
Merge pull request #1003 from lioncash/var
bunnei
2018-08-11
2
-4
/
+2
|
\
\
\
\
|
*
|
|
|
video_core: Use variable template variants of type_traits interfaces where ap...
Lioncash
2018-08-09
2
-4
/
+2
*
|
|
|
|
Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R1...
greggameplayer
2018-08-11
4
-19
/
+92
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
qt/game_list: Resolve truncation warning within GameListItemPath's constructor
Lioncash
2018-08-10
1
-4
/
+4
*
|
|
|
gt/game_list: Use std::array in GameListItemPath's data() function
Lioncash
2018-08-10
1
-7
/
+8
*
|
|
|
qt/game_list: Remove redundant base class constructor from initializer list
Lioncash
2018-08-10
1
-3
/
+1
|
|
/
/
|
/
|
|
*
|
|
maxwell_to_gl: Implement VertexAttribute::Size::Size_8_8.
bunnei
2018-08-10
1
-0
/
+1
*
|
|
maxwell_to_gl: Implement VertexAttribute::Size::Size_32_32_32.
bunnei
2018-08-10
1
-0
/
+2
*
|
|
Merge pull request #1004 from lioncash/unused
bunnei
2018-08-10
3
-8
/
+6
|
\
\
\
|
*
|
|
gl_rasterizer_cache: Remove unused viewport parameter of GetFramebufferSurfac...
Lioncash
2018-08-09
3
-8
/
+6
|
|
/
/
*
|
|
Merge pull request #1008 from yuzu-emu/revert-697-disable-depth-cull
bunnei
2018-08-10
1
-3
/
+1
|
\
\
\
|
*
|
|
Revert "gl_state: Temporarily disable culling and depth test."
bunnei
2018-08-10
1
-3
/
+1
|
|
|
/
|
|
/
|
*
/
|
textures: Refactor out for Texture/Depth FormatFromPixelFormat.
bunnei
2018-08-09
5
-181
/
+31
|
/
/
*
|
Merge pull request #995 from bunnei/gl-buff-bounds
bunnei
2018-08-09
1
-10
/
+12
|
\
\
|
|
/
|
/
|
|
*
gl_rasterizer_cache: Add bounds checking for gl_buffer copies.
bunnei
2018-08-09
1
-10
/
+12
*
|
Merge pull request #997 from lioncash/const-func
bunnei
2018-08-09
4
-4
/
+4
|
\
\
|
*
|
buffer_queue: Make reference parameter of SetPreallocatedBuffer const
Lioncash
2018-08-09
2
-2
/
+2
|
*
|
hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const
Lioncash
2018-08-09
2
-2
/
+2
*
|
|
Merge pull request #989 from lioncash/log
bunnei
2018-08-09
2
-0
/
+16
|
\
\
\
|
*
|
|
common/logging: Add missing service log categories
Lioncash
2018-08-08
2
-0
/
+16
*
|
|
|
Merge pull request #990 from lioncash/entry
bunnei
2018-08-09
2
-9
/
+12
|
\
\
\
\
|
*
|
|
|
fsp_srv: Use std::string_view's copy() function instead of strncpy()
Lioncash
2018-08-08
2
-8
/
+10
|
*
|
|
|
fsp_srv: Emplace entries first when building index instead of emplacing last
Lioncash
2018-08-08
1
-2
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #1001 from lioncash/reserve
bunnei
2018-08-09
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
gl_shader_decompiler: Reserve element memory beforehand in BuildRegisterList()
Lioncash
2018-08-09
1
-0
/
+2
*
|
|
|
|
Merge pull request #897 from DarkLordZach/vfs-accuracy-2
bunnei
2018-08-09
21
-129
/
+602
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
vfs: Fix documentation
Zach Hilman
2018-08-08
2
-2
/
+4
|
*
|
|
|
vfs: Fix typo in VfsFilesystem docs
Zach Hilman
2018-08-08
2
-4
/
+5
|
*
|
|
|
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2018-08-08
4
-24
/
+37
|
*
|
|
|
loader: Remove unused IdentifyFile overload
Zach Hilman
2018-08-08
2
-12
/
+0
|
*
|
|
|
vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory
Zach Hilman
2018-08-08
1
-2
/
+10
|
*
|
|
|
file_sys: Add missing include in savedata_factory
Zach Hilman
2018-08-08
1
-0
/
+1
|
*
|
|
|
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-08
12
-22
/
+52
|
*
|
|
|
vfs: Add unreachable assert to file permissions converter
Zach Hilman
2018-08-08
1
-1
/
+3
[next]