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
2020-04-16
input_common: Use the CMake target instead of the variable.
Markus Wick
1
-1
/
+1
2020-04-16
decode/shift: Remove unused variable within Shift()
Lioncash
1
-1
/
+0
2020-04-16
surface_view: Add missing operator!= to ViewParams
Lioncash
2
-0
/
+5
2020-04-15
surface_base: Make IsInside() a const member function
Lioncash
1
-2
/
+2
2020-04-15
control_flow: Make use of std::move in TryInspectAddress()
Lioncash
1
-3
/
+3
2020-04-15
video_core: Amend doxygen comment references
Lioncash
2
-5
/
+5
2020-04-15
gl_device: Mark stage_swizzle as constexpr
Lioncash
1
-1
/
+1
2020-04-15
CMakeLists: Make -Wreorder a compile-time error
Lioncash
4
-5
/
+7
2020-04-15
Texture Cache: Read current data when flushing a 3D segment.
Fernando Sahmkow
1
-0
/
+6
2020-04-15
maxwell_to_vk: Add uint16 vertex formats
ReinUsesLisp
1
-0
/
+8
2020-04-15
maxwell_to_vk: Add missing breaks
ReinUsesLisp
1
-0
/
+2
2020-04-15
vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo
ReinUsesLisp
1
-0
/
+2
2020-04-14
Texture Cache: Only do buffer copies on accurate GPU. (#3634)
Fernando Sahmkow
1
-1
/
+3
2020-04-14
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
bunnei
3
-1
/
+25
2020-04-14
Revert "gl_shader_decompiler: Implement merges with bitfieldInsert"
ReinUsesLisp
1
-2
/
+4
2020-04-14
shader/arithmetic: Add FCMP_CR variant
ReinUsesLisp
2
-3
/
+6
2020-04-14
gl_rasterizer: Implement constant vertex attributes
ReinUsesLisp
2
-2
/
+6
2020-04-14
file_sys: patch_manager: Return early when there are no layers to apply.
bunnei
1
-0
/
+6
2020-04-14
service: friend: Stub IFriendService::GetBlockedUserListIds.
bunnei
1
-1
/
+10
2020-04-14
vk_rasterizer: Default to 1 viewports with a size of 0
ReinUsesLisp
1
-3
/
+6
2020-04-14
gl_shader_cache: Use CompileDepth::FullDecompile on GLSL
ReinUsesLisp
1
-1
/
+3
2020-04-13
gl_texture_cache: Fix layered texture attachment base level
ReinUsesLisp
1
-1
/
+1
2020-04-13
gl_rasterizer: Implement line widths and smooth lines
ReinUsesLisp
5
-2
/
+33
2020-04-12
gl_shader_decompiler: Implement merges with bitfieldInsert
ReinUsesLisp
1
-4
/
+2
2020-04-12
gl_shader_decompiler: Improve generated code in HMergeH*
ReinUsesLisp
1
-6
/
+8
2020-04-12
shader/video: Partially implement VMNMX
ReinUsesLisp
3
-0
/
+116
2020-04-12
video_core: Add MSAA registers in 3D engine and TIC
ReinUsesLisp
2
-6
/
+76
2020-04-11
texture_cache: Remove preserve_contents
ReinUsesLisp
3
-47
/
+31
2020-04-10
renderer_vulkan: Drop Vulkan-Hpp
ReinUsesLisp
51
-2272
/
+2881
2020-04-10
Buffer queue: Correct behavior of free buffer.
Fernando Sahmkow
2
-9
/
+33
2020-04-10
service/vi: Partially implement BufferQueue disconnect
ReinUsesLisp
3
-10
/
+44
2020-04-10
shader/texture: Remove type mismatches management from shader decoder
ReinUsesLisp
1
-14
/
+0
2020-04-09
astc: Hard code bit depth changes to 8 and use fast replicate
ReinUsesLisp
1
-21
/
+15
2020-04-09
astc: Use boost's static_vector to avoid heap allocations
ReinUsesLisp
1
-10
/
+14
2020-04-09
astc: Implement a fast precompiled alternative for Replicate
ReinUsesLisp
1
-2
/
+57
2020-04-09
astc: Move Replicate to a constexpr LUT when possible
ReinUsesLisp
1
-8
/
+38
2020-04-09
astc: Make InputBitStream constexpr
ReinUsesLisp
1
-11
/
+11
2020-04-09
astc: OutputBitStream style changes and make it constexpr
ReinUsesLisp
1
-32
/
+26
2020-04-08
gl_texture_cache: Attach view instead of base texture for layered attachments
ReinUsesLisp
1
-2
/
+2
2020-04-08
VkRasterizer: Eliminate Legacy code.
Fernando Sahmkow
1
-1
/
+0
2020-04-08
Memory: Correct GCC errors.
Fernando Sahmkow
2
-2
/
+3
2020-04-08
Memory: Address Feedback.
Fernando Sahmkow
4
-4
/
+75
2020-04-08
GPUMemoryManager: Improve safety of memory reads.
Fernando Sahmkow
3
-55
/
+47
2020-04-08
Place SL and SR in the right most column.
Kewlan
1
-2
/
+2
2020-04-07
qt/bootmanager: Remove unnecessary glBindFramebuffer
ReinUsesLisp
1
-1
/
+0
2020-04-07
video_core/textures: Move GetMaxAnisotropy to cpp file
ReinUsesLisp
2
-19
/
+23
2020-04-07
video_core/texture: Use a LUT to convert sRGB texture borders
ReinUsesLisp
3
-9
/
+61
2020-04-07
Addressed feedback: switched to snake case and fixed clang-format errors
SilverBeamx
2
-5
/
+6
2020-04-07
Addressed feedback: removed CMake hack in favor of building the necessary str...
SilverBeamx
2
-2
/
+14
2020-04-07
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
ReinUsesLisp
16
-314
/
+371
[next]