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
*
citra-qt: Improve shader debugger.
Tony Wasserka
2015-08-16
6
-16
/
+48
*
citra-qt: Print the correct swizzle mask for SRC2 in the shader disassembler.
Tony Wasserka
2015-08-16
1
-3
/
+3
*
Merge pull request #1033 from bbarenblat/master
Yuri Kunde Schlesner
2015-08-15
1
-0
/
+6
|
\
|
*
Properly indicate that CIA support is not implemented yet
Benjamin Barenblat
2015-08-15
1
-0
/
+4
|
*
Give CIA file type a name
Benjamin Barenblat
2015-08-15
1
-0
/
+2
*
|
Merge pull request #1017 from LittleWhite-tb/qt-recent-files
bunnei
2015-08-16
3
-18
/
+91
|
\
\
|
*
|
Add menu and logic to save and load recently loaded files.
LittleWhite
2015-08-11
3
-18
/
+91
*
|
|
Merge pull request #1032 from lioncash/swap
bunnei
2015-08-16
2
-12
/
+6
|
\
\
\
|
*
|
|
vfp: use std::swap where applicable
Lioncash
2015-08-15
2
-12
/
+6
*
|
|
|
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
|
/
/
*
|
Save the path leading where the last file have been loaded
LittleWhite
2015-07-31
1
-5
/
+20
*
|
Merge pull request #1008 from lioncash/pc
bunnei
2015-07-30
2
-21
/
+40
|
\
\
[next]