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: Give RG8 format a proper name in the texture viewer
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+1
|
*
|
|
|
videocore: Added RG8 texture support
Patrick Martin
2015-08-16
3
-1
/
+26
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Fix Linux GCC 4.9 build (complaining about undeclared memset)
LittleWhite
2015-08-16
1
-1
/
+2
|
|
/
/
|
/
|
|
*
|
|
Build fix for Debug configurations.
Tony Wasserka
2015-08-16
1
-1
/
+1
*
|
|
Merge pull request #997 from Lectem/cmdlist_full_debug
Tony Wasserka
2015-08-16
4
-50
/
+52
|
\
\
\
|
*
|
|
citra-qt/debug_utils: Use lock_guard everywhere
Lectem
2015-07-26
1
-6
/
+5
|
*
|
|
citra-qt/command list: Do not recreate a widget after each selection
Lectem
2015-07-26
1
-10
/
+10
|
*
|
|
citra-qt/command list: Add mask column
Lectem
2015-07-26
4
-33
/
+34
|
*
|
|
citra-qt/command list: monospace font on windows
Lectem
2015-07-26
1
-1
/
+3
*
|
|
|
citra-qt/VertexShader: Minor UI improvements.
Tony Wasserka
2015-08-16
2
-10
/
+11
*
|
|
|
citra-qt: Fix comment style.
Tony Wasserka
2015-08-16
1
-5
/
+6
*
|
|
|
Introduce a shader tracer to allow inspection of input/output values for each...
Tony Wasserka
2015-08-16
10
-83
/
+587
*
|
|
|
Pica/DebugUtils: Include uniform information into shader dumps.
Tony Wasserka
2015-08-16
3
-14
/
+53
*
|
|
|
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
[prev]
[next]