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
*
Memory: Read ConfigMem directly from Memory::Read
Yuri Kunde Schlesner
2015-05-15
3
-50
/
+38
*
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
34
-266
/
+254
*
Memmap: Remove unused declarations
Yuri Kunde Schlesner
2015-05-15
2
-20
/
+3
*
Merge pull request #769 from lioncash/cond
bunnei
2015-05-14
1
-1
/
+1
|
\
|
*
thread: Fix a conditional check in Reschedule
Lioncash
2015-05-14
1
-1
/
+1
*
|
Common: Remove unused cruft from math_util, and remove a duplicated Rect clas...
Emmanuel Gil Peyrot
2015-05-14
4
-409
/
+3
|
/
*
dyncom: Removed irrelevant log.
bunnei
2015-05-14
1
-2
/
+0
*
Merge pull request #763 from bunnei/qt-fix-crash
bunnei
2015-05-13
1
-1
/
+3
|
\
|
*
Qt: Shutdown emulation session only if EmuThread exists.
bunnei
2015-05-12
1
-1
/
+3
*
|
dyncom: Fix decoding of BKPT's immediate
Lioncash
2015-05-13
1
-1
/
+1
*
|
Merge pull request #756 from purpasmart96/ptm_service_changes
bunnei
2015-05-12
5
-125
/
+112
|
\
\
|
|
/
|
/
|
|
*
PTM: Changed the way the ptm services are handled to be like the
purpasmart96
2015-05-11
5
-125
/
+112
*
|
GPU: Add more fine grained profiling for vertex shader and rasterization
Yuri Kunde Schlesner
2015-05-12
2
-0
/
+10
*
|
Merge pull request #748 from Subv/tls_max
bunnei
2015-05-11
4
-10
/
+24
|
\
\
|
*
|
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-11
4
-10
/
+24
*
|
|
Merge pull request #751 from yuriks/idle-thread
bunnei
2015-05-11
3
-46
/
+21
|
\
\
\
|
*
|
|
Thread: Remove the idle thread
Yuri Kunde Schlesner
2015-05-11
3
-46
/
+21
*
|
|
|
Merge pull request #757 from Subv/scheduling
bunnei
2015-05-11
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Core/Scheduling: Prepare the new priority in the thread queue when svcSetPrio...
Subv
2015-05-11
1
-0
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #752 from lioncash/flush
bunnei
2015-05-11
3
-84
/
+98
|
\
\
\
\
|
*
|
|
|
vfp: Handle flush-to-zero mode.
Lioncash
2015-05-11
3
-84
/
+98
|
|
/
/
/
*
|
|
|
Merge pull request #755 from lioncash/mcrr-mrrc
bunnei
2015-05-11
1
-7
/
+68
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
dyncom: Stub MCRR and MRRC
Lioncash
2015-05-11
1
-7
/
+68
|
|
/
/
*
|
|
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-11
6
-4
/
+46
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fixup!
Subv
2015-05-11
3
-16
/
+12
|
*
|
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
6
-4
/
+50
*
|
|
NWM_UDS: Fix a typo in the nwm service port name
purpasmart96
2015-05-11
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #749 from yuriks/stack-top
bunnei
2015-05-11
3
-5
/
+4
|
\
\
|
*
|
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
2015-05-11
3
-5
/
+4
|
|
/
*
/
Implement I4 texture format
archshift
2015-05-10
2
-1
/
+12
|
/
*
Merge pull request #740 from yuriks/gsp-shmem
archshift
2015-05-10
7
-34
/
+67
|
\
|
*
fixup! GSP: Small tweaks to shared memory initialization
Yuri Kunde Schlesner
2015-05-10
1
-1
/
+1
|
*
GSP: Small tweaks to shared memory initialization
Yuri Kunde Schlesner
2015-05-10
1
-9
/
+11
|
*
Kernel: Zero-fill shared memory blocks when mapping
Yuri Kunde Schlesner
2015-05-10
1
-0
/
+8
|
*
Kernel: Capture SharedMemory attributes at creation, not when mapping
Yuri Kunde Schlesner
2015-05-10
7
-28
/
+51
*
|
fixup! Set the TLS address in the scheduler
Subv
2015-05-10
6
-11
/
+10
*
|
Core/Memory: Give every emulated thread it's own TLS area.
Subv
2015-05-10
8
-11
/
+31
*
|
rasterizer: Implemented combiner output scaling.
bunnei
2015-05-09
2
-2
/
+16
*
|
rasterizer: Implemented AddSigned combiner op.
bunnei
2015-05-09
1
-0
/
+10
*
|
rasterizer: Fixed a depth testing bug.
bunnei
2015-05-09
2
-6
/
+19
*
|
rasterizer: Implement combiner buffer input.
bunnei
2015-05-09
2
-4
/
+53
*
|
rasterizer: Return zero'd vectors on error conditions.
bunnei
2015-05-09
1
-3
/
+3
*
|
vertex_shader: Implement FLR instruction.
bunnei
2015-05-09
1
-0
/
+9
*
|
vertex_shader: Implement MADI instruction.
bunnei
2015-05-09
1
-4
/
+7
|
/
*
Common: Remove the BIT macro
Yuri Kunde Schlesner
2015-05-09
2
-4
/
+2
*
Merge pull request #734 from yuriks/memmap
Tony Wasserka
2015-05-09
16
-192
/
+195
|
\
|
*
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
7
-19
/
+28
|
*
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-09
7
-49
/
+43
|
*
Memory: Sort memory region variables by VAddr
Yuri Kunde Schlesner
2015-05-09
2
-10
/
+10
|
*
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-09
10
-132
/
+132
[next]