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 #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
*
|
|
Loader: Add missing include
Yuri Kunde Schlesner
2015-05-09
1
-0
/
+1
|
/
/
*
|
Loader: Remove .bin file support
Yuri Kunde Schlesner
2015-05-08
3
-21
/
+1
*
|
Kernel: Remove unused g_main_thread variable
Yuri Kunde Schlesner
2015-05-08
3
-5
/
+1
*
|
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
2015-05-08
6
-10
/
+10
*
|
Process: Add more documentation to the class members
Yuri Kunde Schlesner
2015-05-08
1
-2
/
+16
*
|
Process: Use BitField to store process flags
Yuri Kunde Schlesner
2015-05-08
2
-16
/
+24
*
|
Loader/NCCH: Fix formatting of braces
Yuri Kunde Schlesner
2015-05-08
1
-9
/
+9
*
|
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
2015-05-08
6
-4
/
+77
*
|
Common: Add BIT macro
Yuri Kunde Schlesner
2015-05-08
1
-0
/
+2
*
|
Kernel: Remove g_program_id
Yuri Kunde Schlesner
2015-05-08
6
-21
/
+3
*
|
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner
2015-05-08
13
-48
/
+191
*
|
Common: Add StringFromFixedZeroTerminatedBuffer
Yuri Kunde Schlesner
2015-05-08
2
-0
/
+14
*
|
Core: Fix sorting in CMakeFiles.txt
Yuri Kunde Schlesner
2015-05-08
1
-21
/
+21
*
|
Merge pull request #728 from lioncash/vars
Lioncash
2015-05-07
1
-19
/
+17
|
\
\
|
*
|
dyncom: Remove an unnecessary variable in the interpreter
Lioncash
2015-05-07
1
-19
/
+17
*
|
|
Remove unnecessary dyncom header files
Lioncash
2015-05-07
6
-82
/
+2
|
/
/
*
|
Merge pull request #725 from yuriks/remove-common-crap
Yuri Kunde Schlesner
2015-05-07
7
-1103
/
+31
|
\
\
|
*
|
Common: Remove mem_arena.cpp/h
Yuri Kunde Schlesner
2015-05-07
5
-560
/
+31
|
*
|
Common: Remove hash.cpp/h
Yuri Kunde Schlesner
2015-05-07
3
-543
/
+0
*
|
|
Merge pull request #723 from lioncash/commonstr
bunnei
2015-05-07
2
-127
/
+0
|
\
\
\
|
*
|
|
string_util: Get rid of UriDecode/UriEncode
Lioncash
2015-05-07
2
-127
/
+0
*
|
|
|
Profiler: Fix off-by-one error when computing average.
Yuri Kunde Schlesner
2015-05-07
1
-2
/
+1
|
|
/
/
|
/
|
|
*
|
|
Common: Add proper macros to test for architecture pointer size
Yuri Kunde Schlesner
2015-05-07
5
-17
/
+11
|
/
/
*
|
Merge pull request #721 from yuriks/more-cleanups
Yuri Kunde Schlesner
2015-05-07
121
-478
/
+428
|
\
\
|
*
|
Fix printf format warning
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
|
*
|
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
102
-96
/
+146
|
*
|
Common: Move alignment macros to common_funcs.h
Yuri Kunde Schlesner
2015-05-07
2
-21
/
+21
|
*
|
Common: Move SSE detection ifdefs to platform.h
Yuri Kunde Schlesner
2015-05-07
3
-16
/
+21
|
*
|
Common: Remove more unused compatibility defines
Yuri Kunde Schlesner
2015-05-07
1
-45
/
+0
|
*
|
Common: Move IO-specific compatibility macros to file_util.cpp
Yuri Kunde Schlesner
2015-05-07
2
-26
/
+26
[prev]
[next]