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
*
GPU: Add a microprofile for macro interpreter
Fernando Sahmkow
2019-07-14
2
-1
/
+6
*
GL_State: Add a microprofile timer to OpenGL state.
Fernando Sahmkow
2019-07-14
1
-0
/
+4
*
Gl_Texture_Cache: Measure Buffer Copy Times
Fernando Sahmkow
2019-07-14
1
-0
/
+2
*
Texture_Cache: Correct Linear Structural Match.
Fernando Sahmkow
2019-07-14
1
-3
/
+6
*
Merge pull request #2690 from SciresM/physmem_fixes
Fernando Sahmkow
2019-07-14
11
-45
/
+507
|
\
|
*
Remove unicorn mappings/unmappings
Michael Scire
2019-07-11
1
-19
/
+0
|
*
prefer system reference over global accessor
Michael Scire
2019-07-09
3
-9
/
+13
|
*
Prevent merging of device mapped memory blocks.
Michael Scire
2019-07-08
2
-1
/
+28
|
*
Remove unused member function declaration
Michael Scire
2019-07-07
1
-9
/
+0
|
*
physmem: add helpers, cleanup logic.
Michael Scire
2019-07-07
2
-171
/
+170
|
*
clang-format fixes
Michael Scire
2019-07-07
2
-3
/
+3
|
*
address review commentary
Michael Scire
2019-07-07
5
-36
/
+42
|
*
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
2019-07-07
8
-21
/
+475
*
|
Merge pull request #2692 from ReinUsesLisp/tlds-f16
Fernando Sahmkow
2019-07-14
2
-2
/
+9
|
\
\
|
*
|
shader/texture: Add F16 support for TLDS
ReinUsesLisp
2019-07-07
2
-2
/
+9
|
|
/
*
|
Clang format
David Marcec
2019-07-13
3
-4
/
+8
*
|
Addressed issues
David Marcec
2019-07-13
2
-2
/
+2
*
|
"AudioRenderer" thread should have a unique name
David Marcec
2019-07-13
4
-7
/
+8
*
|
Merge pull request #2609 from FernandoS27/new-scan
bunnei
2019-07-11
15
-122
/
+774
|
\
\
|
*
|
shader_ir: Add comments on missing instruction.
Fernando Sahmkow
2019-07-09
2
-2
/
+9
|
*
|
shader_ir: limit explorastion to best known program size.
Fernando Sahmkow
2019-07-09
1
-1
/
+1
|
*
|
control_flow: Correct block breaking algorithm.
Fernando Sahmkow
2019-07-09
1
-17
/
+17
|
*
|
control_flow: Assert shaders bigger than limit.
Fernando Sahmkow
2019-07-09
1
-0
/
+2
|
*
|
control_flow: Address feedback.
Fernando Sahmkow
2019-07-09
1
-89
/
+37
|
*
|
shader_ir: Correct parsing of scheduling instructions and correct sizing
Fernando Sahmkow
2019-07-09
2
-13
/
+30
|
*
|
shader_ir: Correct max sizing
Fernando Sahmkow
2019-07-09
2
-2
/
+2
|
*
|
shader_ir: Remove unnecessary constructors and use optional for ScanFlow result
Fernando Sahmkow
2019-07-09
3
-28
/
+17
|
*
|
shader_ir: Corrections, documenting and asserting control_flow
Fernando Sahmkow
2019-07-09
3
-52
/
+54
|
*
|
shader_ir: Unify blocks in decompiled shaders.
Fernando Sahmkow
2019-07-09
7
-58
/
+85
|
*
|
shader_ir: Decompile Flow Stack
Fernando Sahmkow
2019-07-09
4
-11
/
+206
|
*
|
shader_ir: propagate shader size to the IR
Fernando Sahmkow
2019-07-09
6
-17
/
+28
|
*
|
shader_ir: Implement BRX & BRA.CC
Fernando Sahmkow
2019-07-09
6
-4
/
+76
|
*
|
shader_ir: Remove the old scanner.
Fernando Sahmkow
2019-07-09
2
-77
/
+0
|
*
|
shader_ir: Implement a new shader scanner
Fernando Sahmkow
2019-07-09
5
-16
/
+475
*
|
|
Merge pull request #2717 from SciresM/unmirror_memory
bunnei
2019-07-11
2
-7
/
+34
|
\
\
\
|
*
|
|
Restore memory perms on svcUnmapMemory/UnloadNro
Michael Scire
2019-07-11
2
-7
/
+34
*
|
|
|
Merge pull request #2723 from lioncash/mem
bunnei
2019-07-11
15
-80
/
+6
|
\
\
\
\
|
*
|
|
|
yuzu: Remove setting for using Unicorn
Lioncash
2019-07-11
9
-29
/
+6
|
*
|
|
|
core/arm: Remove obsolete Unicorn memory mapping
Lioncash
2019-07-11
6
-51
/
+0
|
|
/
/
/
*
|
|
|
service/am: Implement IsAutoSleepDisabled
Lioncash
2019-07-11
2
-1
/
+10
*
|
|
|
service/am: Implement SetAutoSleepDisabled
Lioncash
2019-07-11
2
-1
/
+23
|
/
/
/
*
|
|
Merge pull request #2697 from lioncash/doc
bunnei
2019-07-10
1
-7
/
+9
|
\
\
\
|
*
|
|
gl_rasterizer: Amend documentation comment for ConfigureFramebuffers()
Lioncash
2019-07-09
1
-7
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2686 from ReinUsesLisp/vk-scheduler
bunnei
2019-07-10
6
-50
/
+60
|
\
\
\
|
*
|
|
vk_scheduler: Drop execution context in favor of views
ReinUsesLisp
2019-07-07
6
-50
/
+60
|
|
/
/
*
|
|
Merge pull request #2700 from ogniK5377/GetFriendList
bunnei
2019-07-10
1
-1
/
+34
|
\
\
\
|
*
|
|
IFriendService::GetFriendList
David Marcec
2019-07-09
1
-1
/
+34
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2611 from DarkLordZach/pm-info-cmd
bunnei
2019-07-10
3
-16
/
+116
|
\
\
\
|
*
|
|
pm: Implement pm:shell and pm:dmnt GetApplicationPid
Zach Hilman
2019-06-26
3
-7
/
+33
|
*
|
|
pm: Implement pm:dmnt GetTitlePid
Zach Hilman
2019-06-26
1
-7
/
+36
[next]