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 #3046 from ReinUsesLisp/clean-gl-state
bunnei
2019-10-29
3
-291
/
+156
|
\
|
*
gl_state: Use std::array::fill instead of std::fill
Rodrigo Locatti
2019-10-30
1
-1
/
+1
|
*
gl_state: Move dirty checks to individual apply calls instead of Apply
ReinUsesLisp
2019-10-29
2
-66
/
+74
|
*
gl_state: Remove ApplyDefaultState
ReinUsesLisp
2019-10-29
3
-17
/
+1
|
*
gl_state: Change SetDefaultViewports to use default constructor
ReinUsesLisp
2019-10-29
1
-13
/
+2
|
*
gl_state: Minor style changes
ReinUsesLisp
2019-10-29
1
-3
/
+5
|
*
gl_state: Remove unused Citra TextureUnits
ReinUsesLisp
2019-10-29
1
-23
/
+0
|
*
gl_state: Move initializers from constructor to class declaration
ReinUsesLisp
2019-10-29
2
-170
/
+75
*
|
Merge pull request #3035 from ReinUsesLisp/rasterizer-accelerated
bunnei
2019-10-29
5
-45
/
+98
|
\
\
|
*
|
rasterizer_accelerated: Add intermediary for GPU rasterizers
ReinUsesLisp
2019-10-27
5
-45
/
+98
*
|
|
Merge pull request #3007 from DarkLordZach/fsc-regress
bunnei
2019-10-29
1
-0
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
savedata_factory: Automatically create certain savedata
Zach Hilman
2019-10-22
1
-0
/
+12
*
|
|
Merge pull request #3004 from ReinUsesLisp/maxwell3d-cleanup
Rodrigo Locatti
2019-10-29
6
-81
/
+20
|
\
\
\
|
*
|
|
maxwell_3d/kepler_compute: Remove unused arguments in GetTexture
ReinUsesLisp
2019-10-28
5
-37
/
+20
|
*
|
|
video_core/textures: Remove unused index entry in FullTextureInfo
ReinUsesLisp
2019-10-28
2
-2
/
+0
|
*
|
|
maxwell_3d: Remove unused method GetStageTextures
ReinUsesLisp
2019-10-28
2
-42
/
+0
*
|
|
|
Merge pull request #3037 from FernandoS27/new-formats
Rodrigo Locatti
2019-10-28
4
-5
/
+22
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.
Fernando Sahmkow
2019-10-27
4
-5
/
+22
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2971 from FernandoS27/new-scheduler-v2
David
2019-10-28
19
-435
/
+1022
|
\
\
\
|
*
|
|
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
Fernando Sahmkow
2019-10-15
2
-4
/
+1
|
*
|
|
Kernel: Address Feedback 2
Fernando Sahmkow
2019-10-15
2
-9
/
+6
|
*
|
|
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
2
-5
/
+5
|
*
|
|
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
4
-23
/
+9
|
*
|
|
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
6
-67
/
+98
|
*
|
|
Kernel Scheduler: Make sure the global scheduler shutdowns correctly.
Fernando Sahmkow
2019-10-15
7
-0
/
+31
|
*
|
|
Kernel_Thread: Eliminate most global accessors.
Fernando Sahmkow
2019-10-15
1
-11
/
+11
|
*
|
|
KernelSVC: Assert that condition variable address is aligned to 4 bytes.
Fernando Sahmkow
2019-10-15
1
-0
/
+4
|
*
|
|
Kernel: Correct Paused scheduling
Fernando Sahmkow
2019-10-15
1
-3
/
+1
|
*
|
|
Kernel: Corrections to Wait Objects clearing in which a thread could still be...
Fernando Sahmkow
2019-10-15
3
-3
/
+4
|
*
|
|
Kernel: Correct redundant yields to only advance time forward.
Fernando Sahmkow
2019-10-15
1
-3
/
+5
|
*
|
|
Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual
Fernando Sahmkow
2019-10-15
1
-5
/
+13
|
*
|
|
Kernel: Correct Results in Condition Variables and Mutexes
Fernando Sahmkow
2019-10-15
3
-24
/
+17
|
*
|
|
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
2
-2
/
+3
|
*
|
|
Kernel: Remove global system accessor from WaitObject
Fernando Sahmkow
2019-10-15
4
-2
/
+17
|
*
|
|
Scheduler: Implement Yield Count and Core migration on Thread Preemption.
Fernando Sahmkow
2019-10-15
2
-5
/
+85
|
*
|
|
Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.
Fernando Sahmkow
2019-10-15
2
-8
/
+8
|
*
|
|
Kernel: Initial implementation of thread preemption.
Fernando Sahmkow
2019-10-15
3
-0
/
+30
|
*
|
|
Scheduler: Add protections for Yield bombing
Fernando Sahmkow
2019-10-15
5
-24
/
+31
|
*
|
|
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
12
-96
/
+137
|
*
|
|
Correct PrepareReschedule
Fernando Sahmkow
2019-10-15
6
-38
/
+29
|
*
|
|
Comment and reorganize the scheduler
Fernando Sahmkow
2019-10-15
2
-98
/
+104
|
*
|
|
Add PrepareReschedule where required.
Fernando Sahmkow
2019-10-15
3
-16
/
+18
|
*
|
|
Correct compiling errors and addapt to the new interface.
Fernando Sahmkow
2019-10-15
3
-27
/
+15
|
*
|
|
Correct Supervisor Calls to work with the new scheduler,
Fernando Sahmkow
2019-10-15
1
-26
/
+41
|
*
|
|
Redesign CPU Cores to work with the new scheduler
Fernando Sahmkow
2019-10-15
2
-13
/
+12
|
*
|
|
Add interfacing to the Global Scheduler
Fernando Sahmkow
2019-10-15
4
-0
/
+34
|
*
|
|
Addapt thread class to the new Scheduler
Fernando Sahmkow
2019-10-15
2
-60
/
+237
|
*
|
|
Implement a new Core Scheduler
Fernando Sahmkow
2019-10-15
2
-258
/
+411
*
|
|
|
Merge pull request #3034 from ReinUsesLisp/w4244-maxwell3d
bunnei
2019-10-27
2
-24
/
+25
|
\
\
\
\
|
*
|
|
|
maxwell_3d: Silence implicit conversion warnings
ReinUsesLisp
2019-10-27
2
-24
/
+25
|
|
|
/
/
|
|
/
|
|
[next]