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 #4176 from ReinUsesLisp/compatible-formats
Fernando Sahmkow
2020-06-30
4
-5
/
+216
|
\
|
*
texture_cache: Test format compatibility before copying
ReinUsesLisp
2020-06-26
2
-6
/
+21
|
*
video_core/compatible_formats: Table to test if two formats are legal to view...
ReinUsesLisp
2020-06-26
3
-0
/
+196
*
|
Merge pull request #4157 from ReinUsesLisp/unified-turing
Fernando Sahmkow
2020-06-30
1
-19
/
+1
|
\
\
|
*
|
gl_device: Enable NV_vertex_buffer_unified_memory on Turing devices
ReinUsesLisp
2020-06-25
1
-19
/
+1
*
|
|
Merge pull request #4191 from Morph1984/vertex-formats
Rodrigo Locatti
2020-06-30
3
-109
/
+78
|
\
\
\
|
*
|
|
maxwell_to_gl: Rename VertexType() to VertexFormat()
Morph
2020-06-29
2
-4
/
+5
|
*
|
|
maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types excep...
Morph
2020-06-28
1
-75
/
+69
|
*
|
|
maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formats
Morph
2020-06-28
1
-30
/
+4
*
|
|
|
macro: Add support for "middle methods" on the code cache (#4112)
David
2020-06-30
1
-8
/
+27
*
|
|
|
Merge pull request #4182 from Kewlan/fullscreen-hotkey-fix
bunnei
2020-06-29
1
-4
/
+5
|
\
\
\
\
|
*
|
|
|
Fix issues caused when changing the fullscreen hotkey
Kewlan
2020-06-27
1
-4
/
+5
*
|
|
|
|
Merge pull request #4140 from ReinUsesLisp/validation-layers
Rodrigo Locatti
2020-06-29
3
-5
/
+43
|
\
\
\
\
\
|
*
|
|
|
|
renderer_vulkan: Update validation layer name and test before enabling
ReinUsesLisp
2020-06-22
3
-5
/
+43
*
|
|
|
|
|
Merge pull request #3955 from FernandoS27/prometheus-2b
bunnei
2020-06-28
115
-2293
/
+3971
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Core/Common: Address Feedback.
Fernando Sahmkow
2020-06-27
21
-58
/
+58
|
*
|
|
|
|
|
NvFlinger: Clang Format.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
|
*
|
|
|
|
|
Build System: Fix GCC & MINGW Build.
Fernando Sahmkow
2020-06-27
1
-0
/
+4
|
*
|
|
|
|
|
SVC: Implement 32-bits wrappers and update Dynarmic.
Fernando Sahmkow
2020-06-27
4
-34
/
+282
|
*
|
|
|
|
|
SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttrib...
Fernando Sahmkow
2020-06-27
2
-6
/
+39
|
*
|
|
|
|
|
ARM: Update Dynarmic and Setup A32 according to latest interface.
Fernando Sahmkow
2020-06-27
8
-93
/
+174
|
*
|
|
|
|
|
SVC: Add GetThreadPriority32 & SetThreadPriority32
Fernando Sahmkow
2020-06-27
2
-2
/
+30
|
*
|
|
|
|
|
ArmDynarmic32: Setup CNTPCT correctly
Fernando Sahmkow
2020-06-27
1
-1
/
+1
|
*
|
|
|
|
|
Audio: Correct buffer release for host timing.
Fernando Sahmkow
2020-06-27
3
-1
/
+22
|
*
|
|
|
|
|
Common/Kernel: Corrections and small bug fixing.
Fernando Sahmkow
2020-06-27
2
-8
/
+3
|
*
|
|
|
|
|
Services/NvFlinger: Do vSync in a sepparate thread on Multicore.
Fernando Sahmkow
2020-06-27
4
-5
/
+69
|
*
|
|
|
|
|
Common/NativeClockx86: Reduce native clock accuracy further.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
|
*
|
|
|
|
|
Tests/CoreTiming: Correct host timing tests.
Fernando Sahmkow
2020-06-27
2
-157
/
+14
|
*
|
|
|
|
|
ARMDynarmicInterface: Correct GCC Build Errors.
Fernando Sahmkow
2020-06-27
2
-6
/
+6
|
*
|
|
|
|
|
Common/AtomicOps: Correct GCC Intrinsic argument ordering.
Fernando Sahmkow
2020-06-27
1
-5
/
+5
|
*
|
|
|
|
|
Kernel: Correct Host Context on Threads and Scheduler.
Fernando Sahmkow
2020-06-27
4
-11
/
+11
|
*
|
|
|
|
|
YuzuQT: Hide Speed UI on Multicore.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
|
*
|
|
|
|
|
Clang Format.
Fernando Sahmkow
2020-06-27
14
-48
/
+49
|
*
|
|
|
|
|
ARMInterface/Externals: Update dynarmic and fit to latest version.
Fernando Sahmkow
2020-06-27
1
-7
/
+7
|
*
|
|
|
|
|
ARMInterface: Correct rebase errors.
Fernando Sahmkow
2020-06-27
3
-5
/
+5
|
*
|
|
|
|
|
CoreTiming: Correct rebase bugs and other miscellaneous things.
Fernando Sahmkow
2020-06-27
2
-4
/
+8
|
*
|
|
|
|
|
Core: Split Microprofile Dynarmic timing per Core
Fernando Sahmkow
2020-06-27
1
-3
/
+12
|
*
|
|
|
|
|
General: Tune the priority of main emulation threads so they have higher prio...
Fernando Sahmkow
2020-06-27
6
-0
/
+60
|
*
|
|
|
|
|
Dynarmic Interface: don't clear cache if JIT has not been created.
Fernando Sahmkow
2020-06-27
2
-0
/
+6
|
*
|
|
|
|
|
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
2020-06-27
9
-32
/
+45
|
*
|
|
|
|
|
CoreTiming/CycleTimer: Correct Idling.
Fernando Sahmkow
2020-06-27
1
-2
/
+5
|
*
|
|
|
|
|
SingleCore: Correct ticks reset to be on preemption.
Fernando Sahmkow
2020-06-27
1
-1
/
+1
|
*
|
|
|
|
|
General: Cleanup legacy code.
Fernando Sahmkow
2020-06-27
19
-740
/
+8
|
*
|
|
|
|
|
Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBr...
Fernando Sahmkow
2020-06-27
2
-3
/
+13
|
*
|
|
|
|
|
Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.
Fernando Sahmkow
2020-06-27
2
-6
/
+13
|
*
|
|
|
|
|
HLE_IPC: Correct HLE Event behavior on timeout.
Fernando Sahmkow
2020-06-27
3
-1
/
+19
|
*
|
|
|
|
|
SingleCore: Improve Cycle timing Behavior and replace mutex in global schedul...
Fernando Sahmkow
2020-06-27
3
-2
/
+4
|
*
|
|
|
|
|
FrameLimiting: Enable frame limiting for single core.
Fernando Sahmkow
2020-06-27
2
-1
/
+2
|
*
|
|
|
|
|
SingleCore: Use Cycle Timing instead of Host Timing.
Fernando Sahmkow
2020-06-27
15
-80
/
+152
|
*
|
|
|
|
|
Scheduler: Correct Reload/Unload
Fernando Sahmkow
2020-06-27
2
-3
/
+5
[next]