index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3594 from ReinUsesLisp/vk-instance
bunnei
2020-04-10
3
-0
/
+183
|
\
|
*
common/dynamic_library: Import and adapt helper from Dolphin
ReinUsesLisp
2020-04-07
3
-0
/
+183
*
|
common: Port some changes from dolphin (#5127)
Vitor K
2020-04-01
2
-15
/
+16
|
/
*
Merge pull request #3508 from FernandoS27/page-table
bunnei
2020-03-14
2
-3
/
+24
|
\
|
*
PageTable: move backing addresses to a children class as the CPU page table d...
Fernando Sahmkow
2020-03-14
2
-3
/
+24
*
|
shader/transform_feedback: Add host API friendly TFB builder
ReinUsesLisp
2020-03-13
1
-0
/
+2
*
|
video_core: Rename "const buffer locker" to "registry"
ReinUsesLisp
2020-03-09
1
-2
/
+2
*
|
gl_shader_cache: Rework shader cache and remove post-specializations
ReinUsesLisp
2020-03-09
1
-2
/
+0
|
/
*
common/math_util: Support float type rectangles
ReinUsesLisp
2020-02-28
1
-2
/
+14
*
Merge pull request #3326 from FearlessTobi/port-5039
bunnei
2020-01-24
4
-36
/
+23
|
\
|
*
common/logging: don't use regex for path trimming
BreadFish64
2020-01-23
4
-36
/
+23
*
|
Address second part of review comments
FearlessTobi
2020-01-23
1
-1
/
+1
*
|
Input: UDP Client to provide motion and touch controls
fearlessTobi
2020-01-23
1
-0
/
+9
|
/
*
Remove unused CPU Vendor string and telemtry field
James Rowe
2020-01-17
3
-114
/
+0
*
Fix git version in scm_rev.cpp
James Rowe
2020-01-16
1
-0
/
+5
*
common: SPSCQueue: Notify after incrementing queue size.
bunnei
2019-12-16
1
-2
/
+9
*
fix clang-format and lambda capture
Weiyi Wang
2019-11-23
1
-1
/
+2
*
unfold UNREACHABLE implementation for dumb compilers
Weiyi Wang
2019-11-23
1
-2
/
+2
*
common/logging: Silence no return value warnings
ReinUsesLisp
2019-11-15
1
-2
/
+6
*
common_funcs: Remove semicolons from INSERT_PADDING_* macros
Lioncash
2019-11-14
1
-4
/
+6
*
common/hash: Remove unused HashableStruct
Lioncash
2019-11-13
1
-35
/
+0
*
common_funcs: silence sign-conversion warnings in MakeMagic()
Lioncash
2019-11-13
1
-1
/
+1
*
ci: Populate build repository from Azure environment
Zach Hilman
2019-11-05
1
-11
/
+2
*
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-03
2
-12
/
+17
*
common/bit_field: Remove FORCE_INLINE calls
Tobias
2019-11-03
1
-2
/
+2
*
Merge pull request #2971 from FernandoS27/new-scheduler-v2
David
2019-10-28
1
-0
/
+7
|
\
|
*
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
1
-0
/
+7
*
|
Shader_IR: Address Feedback.
Fernando Sahmkow
2019-10-26
1
-1
/
+1
*
|
VideoCore: Unify const buffer accessing along engines and provide ConstBuffer...
Fernando Sahmkow
2019-10-25
2
-2
/
+15
*
|
common/algorithm: Add description comment indicating intended algorithms
Lioncash
2019-10-15
1
-0
/
+5
*
|
common: Rename binary_find.h to algorithm.h
Lioncash
2019-10-15
2
-1
/
+2
|
/
*
alignment: Resolve allocator construction issues on debug
Lioncash
2019-10-06
1
-0
/
+5
*
alignment: Specify trait definitions within the allocator
Lioncash
2019-10-06
1
-0
/
+5
*
Merge pull request #2942 from ReinUsesLisp/clang-warnings
bunnei
2019-10-05
1
-1
/
+2
|
\
|
*
common/file_util: Silence -Wswitch
ReinUsesLisp
2019-10-04
1
-1
/
+2
*
|
Merge pull request #2943 from DarkLordZach/azure-titlebars-v2
bunnei
2019-10-05
3
-0
/
+21
|
\
\
|
*
|
common: Add additional SCM revision fields
Zach Hilman
2019-10-05
3
-0
/
+21
|
|
/
*
|
Shader_Ir: Refactor Decompilation process and allow multiple decompilation mo...
Fernando Sahmkow
2019-10-04
1
-0
/
+2
*
|
shader_ir: Corrections to outward movements and misc stuffs
Fernando Sahmkow
2019-10-04
1
-0
/
+4
|
/
*
cmake: Add SCM detection for Azure
Zach Hilman
2019-09-22
1
-0
/
+3
*
log: Add logging class for Cheat Engine
Zach Hilman
2019-09-21
2
-0
/
+2
*
shader_ir: Implement VOTE
ReinUsesLisp
2019-08-21
1
-0
/
+1
*
Common/Alignment: Add noexcept where required.
Fernando Sahmkow
2019-07-19
1
-5
/
+5
*
Kernel: Address Feedback
Fernando Sahmkow
2019-07-19
1
-3
/
+2
*
Common: Correct alignment allocator to work on C++14 or higher.
Fernando Sahmkow
2019-07-19
1
-37
/
+19
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-0
/
+79
*
shader_ir: Implement a new shader scanner
Fernando Sahmkow
2019-07-09
1
-0
/
+2
*
texture_cache: Address Feedback
Fernando Sahmkow
2019-07-05
3
-10
/
+22
*
common/alignment: Address feedback
ReinUsesLisp
2019-06-24
1
-2
/
+3
*
shader: Decode SUST and implement backing image functionality
ReinUsesLisp
2019-06-20
1
-0
/
+1
[next]