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
*
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
6
-3
/
+73
*
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
10
-28
/
+148
*
HLE: Remove empty ConfigMem and SharedPage Shutdown functions
Yuri Kunde Schlesner
2015-08-16
5
-10
/
+0
*
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
Yuri Kunde Schlesner
2015-08-16
6
-6
/
+5
*
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-08-16
9
-53
/
+47
*
Process: Store kernel compatibility version during loading
Yuri Kunde Schlesner
2015-08-16
2
-3
/
+7
*
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-08-16
6
-38
/
+338
*
Memory: Move PAGE_MASK and PAGE_BITS to memory.h
Yuri Kunde Schlesner
2015-08-16
2
-3
/
+2
*
VMManager: Introduce names for used ResultCodes
Yuri Kunde Schlesner
2015-08-16
2
-6
/
+11
*
VMManager: Make LogLayout log level configurable as a parameter
Yuri Kunde Schlesner
2015-08-16
4
-13
/
+22
*
VMManager: Change block offsets to size_t
Yuri Kunde Schlesner
2015-08-16
2
-3
/
+3
*
Merge pull request #1031 from bbarenblat/master
Yuri Kunde Schlesner
2015-08-15
1
-1
/
+2
|
\
|
*
Handle invalid `Log::Class`
Benjamin Barenblat
2015-08-15
1
-1
/
+2
*
|
Shader: Use a POD struct for registers.
bunnei
2015-08-15
5
-40
/
+43
*
|
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-15
10
-21
/
+20
*
|
Common: Cleanup CPU capability detection code.
bunnei
2015-08-15
5
-203
/
+146
*
|
Common: Move cpu_detect to x64 directory.
bunnei
2015-08-15
5
-7
/
+6
*
|
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-15
16
-666
/
+52
*
|
JIT: Support negative address offsets.
bunnei
2015-08-15
1
-26
/
+25
*
|
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
bunnei
2015-08-15
18
-3
/
+967
*
|
Common: Added MurmurHash3 hash function for general-purpose use.
bunnei
2015-08-15
6
-3
/
+159
*
|
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
2015-08-15
11
-6
/
+4382
*
|
Common: Ported over Dolphin's code for x86 CPU capability detection.
bunnei
2015-08-15
4
-17
/
+273
*
|
Shader: Define a common interface for running vertex shader programs.
bunnei
2015-08-15
7
-186
/
+289
*
|
Shader: Move shader code to its own subdirectory, "shader".
bunnei
2015-08-15
10
-13
/
+13
*
|
GPU: Refactor "VertexShader" namespace to "Shader".
bunnei
2015-08-15
14
-51
/
+49
|
/
*
Merge pull request #1027 from lioncash/debugger
bunnei
2015-08-13
6
-49
/
+225
|
\
|
*
registers: Support viewing VFP registers
Lioncash
2015-08-07
2
-44
/
+172
|
*
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-08-06
4
-1
/
+49
|
*
registers: Fix a typo with CPSR's name
Lioncash
2015-08-06
2
-36
/
+36
*
|
Stop defining GCC always_inline attributes as __forceinline
archshift
2015-08-11
2
-7
/
+8
*
|
Merge pull request #893 from linkmauve/remove-uint._t-int._t
bunnei
2015-08-11
8
-346
/
+356
|
\
\
|
*
|
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
2015-08-11
8
-346
/
+356
*
|
|
Merge pull request #1023 from yuriks/gl-state-bugs
bunnei
2015-08-11
6
-26
/
+48
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
OpenGL: Fix state tracking in situations with reused object handles
Yuri Kunde Schlesner
2015-08-06
4
-0
/
+45
|
*
|
OpenGL: Remove redundant texture.enable_2d field from OpenGLState
Yuri Kunde Schlesner
2015-08-05
4
-26
/
+3
*
|
|
arm_disasm: ARMv6 mul/div and abs media instructions
aroulin
2015-08-11
2
-1
/
+119
*
|
|
arm_disasm: ARMv6 parallel add/sub media instructions
aroulin
2015-08-11
2
-0
/
+167
*
|
|
arm_disasm: ARMv6 reversal media instructions
aroulin
2015-08-09
2
-0
/
+26
*
|
|
arm_disasm: ARMv6 saturation media instructions
aroulin
2015-08-09
2
-2
/
+55
*
|
|
arm_disasm: ARMv6 packing and sign-extend media instructions
aroulin
2015-08-09
2
-1
/
+181
*
|
|
Merge pull request #1026 from lioncash/disasm
Lioncash
2015-08-07
1
-12
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
arm_disasm: Remove unnecessary code
Lioncash
2015-08-06
1
-12
/
+4
*
|
|
Disassembler: ARMv6K REX instructions
aroulin
2015-08-06
2
-6
/
+97
*
|
|
Disassembler: ARMv6K hint instructions
aroulin
2015-08-06
2
-0
/
+56
|
|
/
|
/
|
*
|
Merge pull request #1018 from bbarenblat/master
bunnei
2015-08-05
2
-1
/
+8
|
\
\
|
*
|
Use UNREACHABLE macro for impossible cases in previous commit
Benjamin Barenblat
2015-08-02
2
-4
/
+3
|
*
|
Handle invalid `Log::Level::Count`
Benjamin Barenblat
2015-08-02
2
-1
/
+9
*
|
|
Videocore: Implement simple vertex caching
Yuri Kunde Schlesner
2015-08-04
1
-62
/
+89
*
|
|
Common: Work around bug in MSVC2015 standard library
Yuri Kunde Schlesner
2015-08-02
1
-0
/
+14
|
/
/
[next]