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
...
|
*
|
|
|
GPU: Implemented register 0x22A.
Subv
2015-08-30
2
-2
/
+8
*
|
|
|
|
Merge pull request #1085 from Subv/fs_stat
bunnei
2015-08-30
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Services/FS: Correctly tell the guest app whether a file was correctly opened...
Subv
2015-08-28
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #1049 from Subv/stencil
bunnei
2015-08-29
6
-28
/
+111
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
HWRenderer: Added a workaround for the Intel Windows driver bug that causes g...
Subv
2015-08-24
1
-2
/
+9
|
*
|
|
HWRasterizer: Implemented stencil ops 6 and 7.
Subv
2015-08-21
1
-1
/
+3
|
*
|
|
SWRasterizer: Implemented stencil ops 6 and 7.
Subv
2015-08-21
2
-6
/
+14
|
*
|
|
HWRasterizer: Implemented stencil op 1 (GL_ZERO)
Subv
2015-08-21
1
-1
/
+1
|
*
|
|
SWRasterizer: Implemented stencil action 1 (GL_ZERO).
Subv
2015-08-21
2
-1
/
+4
|
*
|
|
SWRasterizer: Removed a todo. Verified with hwtests.
Subv
2015-08-21
1
-1
/
+0
|
*
|
|
SWRenderer: The stencil depth_pass action is executed even if depth testing i...
Subv
2015-08-21
1
-7
/
+5
|
*
|
|
Rasterizer: Abstract duplicated stencil code into a lambda.
Subv
2015-08-21
1
-6
/
+9
|
*
|
|
GLRasterizer: Implemented stencil testing in the hw renderer.
Subv
2015-08-20
4
-2
/
+44
|
*
|
|
GPU/Rasterizer: Corrected the stencil implementation.
Subv
2015-08-20
2
-18
/
+39
|
|
/
/
*
|
|
Kernel: Fix wrong linear heap base on titles using newer kernels
Yuri Kunde Schlesner
2015-08-27
1
-1
/
+1
*
|
|
Merge pull request #1075 from yuriks/ControlMem-fixes
bunnei
2015-08-27
4
-4
/
+37
|
\
\
\
|
*
|
|
Kernel: Fix assertion failure when ControlMemory is called with size=0
Yuri Kunde Schlesner
2015-08-26
1
-0
/
+8
|
*
|
|
Core: Improve APT Shared Font hack
Yuri Kunde Schlesner
2015-08-26
3
-4
/
+29
*
|
|
|
Merge pull request #1065 from yuriks/shader-fp
Yuri Kunde Schlesner
2015-08-27
4
-57
/
+100
|
\
\
\
\
|
*
|
|
|
fixup! Shaders: Fix multiplications between 0.0 and inf
Yuri Kunde Schlesner
2015-08-24
1
-4
/
+4
|
*
|
|
|
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
3
-40
/
+58
|
*
|
|
|
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
*
|
|
|
|
gl_rasterizer_cache: Detect and ignore unnecessary texture flushes.
bunnei
2015-08-27
3
-8
/
+18
*
|
|
|
|
Shader JIT: Fix float to integer rounding in MOVA
aroulin
2015-08-27
1
-2
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1074 from lioncash/bool
bunnei
2015-08-26
1
-57
/
+39
|
\
\
\
\
|
*
|
|
|
dyncom: Simplify some comparisons in CondPassed
Lioncash
2015-08-26
1
-4
/
+4
|
*
|
|
|
dyncom: Change return type of CondPassed to bool
Lioncash
2015-08-25
1
-57
/
+39
*
|
|
|
|
Shader JIT: ifdef out reference to ifdef'd out shader_map
archshift
2015-08-26
1
-0
/
+2
|
/
/
/
/
*
|
|
/
citra-qt: Add a missing header guard to util.h
Lioncash
2015-08-25
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
19
-0
/
+347
*
|
|
citra-qt: Add helper function to get a monospace QFont
Yuri Kunde Schlesner
2015-08-24
6
-5
/
+32
*
|
|
Merge pull request #1063 from Subv/hw_renderer_debug_fb
bunnei
2015-08-24
1
-2
/
+6
|
\
\
\
|
*
|
|
HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...
Subv
2015-08-23
1
-2
/
+6
|
|
|
/
|
|
/
|
*
|
|
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
4
-10
/
+12
|
\
\
|
*
|
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
|
*
|
x64-emitter: add RCPSS SSE instruction
aroulin
2015-08-23
2
-0
/
+2
*
|
|
Merge pull request #1057 from aroulin/shader-dph-dphi
bunnei
2015-08-23
3
-3
/
+44
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
*
|
|
Merge pull request #1058 from lioncash/ptr
Lioncash
2015-08-22
2
-4
/
+27
|
\
\
\
|
*
|
|
emitter: Remove pointer casts
Lioncash
2015-08-21
2
-4
/
+27
|
|
/
/
*
|
|
Fix broken boot introduced by last-minute change in #1025
Yuri Kunde Schlesner
2015-08-22
1
-1
/
+1
*
|
|
Merge pull request #1025 from yuriks/heap-management
Yuri Kunde Schlesner
2015-08-22
29
-316
/
+729
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Kernel: Remove unused legacy heap MapBlock_* functions
Yuri Kunde Schlesner
2015-08-16
3
-78
/
+0
|
*
|
APT: Adjust shared font hack so it works with the new linear heap code
Yuri Kunde Schlesner
2015-08-16
1
-10
/
+11
[prev]
[next]