index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Shader JIT: Fix CMP NaN behavior to match hardware
Yuri Kunde Schlesner
2015-08-24
1
-8
/
+23
*
|
|
|
|
Merge pull request #1068 from bunnei/gl-hash-textures
bunnei
2015-08-27
3
-8
/
+18
|
\
\
\
\
\
|
*
|
|
|
|
gl_rasterizer_cache: Detect and ignore unnecessary texture flushes.
bunnei
2015-08-27
3
-8
/
+18
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1079 from aroulin/albw-jit-bug
bunnei
2015-08-27
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
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
*
|
|
|
|
Merge pull request #1078 from archshift/arm-build-fix
bunnei
2015-08-26
1
-0
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Shader JIT: ifdef out reference to ifdef'd out shader_map
archshift
2015-08-26
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #1073 from lioncash/guard
archshift
2015-08-25
1
-0
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
citra-qt: Add a missing header guard to util.h
Lioncash
2015-08-25
1
-0
/
+2
|
/
/
/
*
|
|
Merge pull request #1048 from yuriks/microprofile
Yuri Kunde Schlesner
2015-08-24
30
-5
/
+11174
|
\
\
\
|
*
|
|
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
24
-0
/
+11142
|
*
|
|
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
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1064 from lioncash/matr
Yuri Kunde Schlesner
2015-08-23
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
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
|
*
|
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 #1056 from lioncash/emitter
bunnei
2015-08-20
2
-822
/
+773
|
\
\
\
|
*
|
|
emitter: Remove unnecessary defines
Lioncash
2015-08-20
1
-5
/
+1
|
*
|
|
emitter: Remove unnecessary else keywords
Lioncash
2015-08-20
1
-7
/
+7
|
*
|
|
emitter: Remove unused code
Lioncash
2015-08-20
2
-44
/
+0
|
*
|
|
emitter: Remove unimplemented JMP prototype
Lioncash
2015-08-20
1
-1
/
+0
|
*
|
|
emitter: Pass OpArg by reference where possible
Lioncash
2015-08-20
2
-763
/
+763
|
*
|
|
emitter: Remove unnecessary inline specifiers
Lioncash
2015-08-20
1
-33
/
+33
|
/
/
/
[prev]
[next]