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
*
Merge pull request #5336 from lioncash/tree
bunnei
2021-01-15
2
-841
/
+668
|
\
|
*
common/tree: Convert defines over to templates
Lioncash
2021-01-12
2
-592
/
+666
|
*
common/tree: Remove unused splay tree defines
Lioncash
2021-01-12
1
-249
/
+2
*
|
Merge pull request #5297 from ReinUsesLisp/vulkan-allocator-common
Rodrigo Locatti
2021-01-15
19
-554
/
+609
|
\
\
|
*
|
vulkan_memory_allocator: Remove unnecesary 'device' memory from commits
ReinUsesLisp
2021-01-15
2
-15
/
+15
|
*
|
vk_texture_cache: Use Download memory types for texture flushes
ReinUsesLisp
2021-01-15
2
-5
/
+10
|
*
|
vulkan_memory_allocator: Add allocation support for download types
ReinUsesLisp
2021-01-15
2
-55
/
+91
|
*
|
vulkan_memory_allocator: Add "download" memory usage hint
ReinUsesLisp
2021-01-15
9
-45
/
+86
|
*
|
vulkan_common: Move allocator to the common directory
ReinUsesLisp
2021-01-15
11
-11
/
+11
|
*
|
renderer_vulkan: Rename Vulkan memory manager to memory allocator
ReinUsesLisp
2021-01-15
15
-54
/
+52
|
*
|
vk_memory_manager: Improve memory manager and its API
ReinUsesLisp
2021-01-15
13
-343
/
+318
*
|
|
Merge pull request #5358 from ReinUsesLisp/rename-insert-padding
LC
2021-01-15
11
-149
/
+149
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-15
11
-149
/
+149
*
|
|
Merge pull request #5355 from lioncash/timer
bunnei
2021-01-15
3
-202
/
+0
|
\
\
\
|
*
|
|
common/timer: Remove
Lioncash
2021-01-15
3
-202
/
+0
|
|
/
/
*
|
|
Merge pull request #5357 from ReinUsesLisp/alignment-log2
LC
2021-01-15
4
-28
/
+23
|
\
\
\
|
*
|
|
common/alignment: Upgrade to use constraints instead of static asserts
ReinUsesLisp
2021-01-15
1
-13
/
+9
|
*
|
|
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2021-01-15
4
-16
/
+15
*
|
|
|
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
10
-113
/
+17
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #5354 from ReinUsesLisp/remove-common-color
LC
2021-01-15
2
-272
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
common/color: Remove
ReinUsesLisp
2021-01-15
2
-272
/
+0
*
|
|
Merge pull request #5352 from ReinUsesLisp/remove-tester
LC
2021-01-15
12
-1057
/
+0
|
\
\
\
|
*
|
|
cmake: Remove yuzu_tester
ReinUsesLisp
2021-01-15
12
-1057
/
+0
*
|
|
|
core/cmake: Remove Werror flags already defined code-base wide
ReinUsesLisp
2021-01-15
1
-2
/
+0
*
|
|
|
video_core/cmake: Remove Werror flags already defined code-base wide
ReinUsesLisp
2021-01-15
1
-2
/
+0
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #5351 from ReinUsesLisp/vc-unused-functions
LC
2021-01-15
2
-4
/
+1
|
\
\
\
|
*
|
|
cmake: Enforce -Wunused-function code-base wide
ReinUsesLisp
2021-01-15
2
-1
/
+1
|
*
|
|
video_core: Enforce -Wunused-function
ReinUsesLisp
2021-01-15
1
-0
/
+1
|
*
|
|
vk_buffer_cache: Remove unused function
ReinUsesLisp
2021-01-15
1
-4
/
+0
*
|
|
|
Merge pull request #5350 from ReinUsesLisp/vk-init-warns
Rodrigo Locatti
2021-01-15
2
-145
/
+146
|
\
\
\
\
|
*
|
|
|
vulkan_common: Silence missing initializer warnings
ReinUsesLisp
2021-01-15
2
-145
/
+146
|
|
/
/
/
*
|
|
|
Merge pull request #5349 from ReinUsesLisp/anv-fix
LC
2021-01-15
2
-18
/
+20
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
vulkan_device: Enable shaderStorageImageMultisample conditionally
ReinUsesLisp
2021-01-15
2
-18
/
+20
|
|
/
/
*
|
|
astc: Increase integer encoded vector size
ReinUsesLisp
2021-01-15
1
-1
/
+1
*
|
|
astc: Return zero on out of bound bits
ReinUsesLisp
2021-01-15
1
-17
/
+22
|
/
/
*
|
yuzu: Remove unused variables in Qt code
Lioncash
2021-01-14
2
-21
/
+2
*
|
Merge pull request #5343 from lioncash/qt6
Morph
2021-01-14
1
-6
/
+9
|
\
\
|
*
|
configure_motion_touch: Migrate off QRegExp to QRegularExpression
Lioncash
2021-01-13
1
-6
/
+9
*
|
|
configure_motion_touch: Prevent use after move in ApplyConfiguration()
Lioncash
2021-01-13
1
-2
/
+1
|
/
/
*
|
Merge pull request #5330 from german77/regexerror
LC
2021-01-13
1
-2
/
+3
|
\
\
|
*
|
Fix IP validator error where the last octet produced an error if the value wa...
german
2021-01-13
1
-2
/
+3
*
|
|
Merge pull request #5342 from lioncash/qt6
bunnei
2021-01-13
2
-3
/
+3
|
\
\
\
|
*
|
|
yuzu: Migrate off of setMargin() to setContentsMargins()
Lioncash
2021-01-13
2
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
vulkan_device: Remove requirement on shaderStorageImageMultisample
ReinUsesLisp
2021-01-13
1
-1
/
+0
*
|
|
cmake: Enforce -Werror=switch and -Werror=unused-variable
Morph
2021-01-13
1
-0
/
+2
*
|
|
Merge pull request #5280 from FearlessTobi/port-5666
bunnei
2021-01-12
1
-4
/
+12
|
\
\
\
|
*
|
|
Address review comments
FearlessTobi
2021-01-04
1
-5
/
+5
|
*
|
|
Delete the old log file before rotating (#5675)
xperia64
2021-01-04
1
-0
/
+3
|
*
|
|
Fix the old log file to work with the log parser.
bunnei
2021-01-03
1
-1
/
+1
|
*
|
|
Rotate previous log file to '.old' if it exists
xperia64
2021-01-03
1
-4
/
+9
[next]