index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
shader
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shader: Fix size_t to int casts of register offsets
aroulin
2015-09-07
2
-15
/
+21
*
Merge pull request #1088 from aroulin/x64-emitter-abi-call
bunnei
2015-09-02
2
-28
/
+18
|
\
|
*
x64: Proper stack alignment in shader JIT function calls
aroulin
2015-09-01
2
-28
/
+18
*
|
video_core: Fix format specifiers warnings
aroulin
2015-09-02
1
-1
/
+2
|
/
*
Shader JIT: Fix SGE/SGEI NaN behavior
aroulin
2015-08-31
1
-3
/
+3
*
Merge pull request #1065 from yuriks/shader-fp
Yuri Kunde Schlesner
2015-08-28
3
-56
/
+87
|
\
|
*
Shader JIT: Tiny micro-optimization in DPH
Yuri Kunde Schlesner
2015-08-24
1
-4
/
+4
|
*
Shaders: Fix multiplications between 0.0 and inf
Yuri Kunde Schlesner
2015-08-24
2
-39
/
+45
|
*
Shaders: Explicitly conform to PICA semantics in MAX/MIN
Yuri Kunde Schlesner
2015-08-24
2
-2
/
+10
|
*
Shader JIT: Add name to second scratch register (XMM4)
Yuri Kunde Schlesner
2015-08-24
1
-3
/
+5
|
*
Shader JIT: Fix CMP NaN behavior to match hardware
Yuri Kunde Schlesner
2015-08-24
1
-8
/
+23
*
|
Shader JIT: Fix float to integer rounding in MOVA
aroulin
2015-08-27
1
-2
/
+2
*
|
Shader JIT: ifdef out reference to ifdef'd out shader_map
archshift
2015-08-27
1
-0
/
+2
*
|
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-25
1
-0
/
+3
*
|
shader_jit: Replace two MDisp usages with MatR
Lioncash
2015-08-24
1
-2
/
+2
|
/
*
Merge pull request #1062 from aroulin/shader-rcp-rsq
bunnei
2015-08-23
2
-10
/
+10
|
\
|
*
Shader: Use std::sqrt for float instead of sqrt
aroulin
2015-08-23
1
-1
/
+1
|
*
Shader: RCP and RSQ computes only the 1st component
aroulin
2015-08-23
2
-10
/
+10
*
|
Shader: implement DPH/DPHI in JIT
aroulin
2015-08-22
2
-2
/
+36
*
|
Shader: implement DPH/DPHI in interpreter
aroulin
2015-08-22
1
-1
/
+8
|
/
*
Shader: implement SGE, SGEI and SLT in JIT
aroulin
2015-08-19
2
-15
/
+36
*
Shader: implement SGE, SGEI in interpreter
aroulin
2015-08-19
1
-0
/
+14
*
Shader: Save caller-saved registers in JIT before a CALL
aroulin
2015-08-19
2
-0
/
+33
*
Shader: implement EX2 and LG2 in JIT
aroulin
2015-08-17
2
-2
/
+22
*
Shader: implement EX2 and LG2 in interpreter
aroulin
2015-08-16
1
-0
/
+36
*
Build fix for Debug configurations.
Tony Wasserka
2015-08-16
1
-1
/
+1
*
Introduce a shader tracer to allow inspection of input/output values for each processed instruction.
Tony Wasserka
2015-08-16
5
-37
/
+322
*
citra-qt: Improve shader debugger.
Tony Wasserka
2015-08-16
1
-6
/
+0
*
Shader: Use a POD struct for registers.
bunnei
2015-08-16
5
-40
/
+43
*
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-16
1
-6
/
+5
*
Common: Cleanup CPU capability detection code.
bunnei
2015-08-16
1
-5
/
+5
*
Common: Move cpu_detect to x64 directory.
bunnei
2015-08-16
1
-2
/
+1
*
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-16
5
-144
/
+22
*
JIT: Support negative address offsets.
bunnei
2015-08-16
1
-26
/
+25
*
Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.
bunnei
2015-08-16
6
-2
/
+924
*
Common: Added MurmurHash3 hash function for general-purpose use.
bunnei
2015-08-15
1
-1
/
+1
*
Shader: Define a common interface for running vertex shader programs.
bunnei
2015-08-15
4
-184
/
+278
*
Shader: Move shader code to its own subdirectory, "shader".
bunnei
2015-08-15
2
-0
/
+701