2875 Commits (d02c9c83f53ea6d3d1b48a754390c316cb697e0e)
 

Author SHA1 Message Date
bunnei d02c9c83f5 Merge pull request #1099 from aroulin/video-core-format-specifier 10 years ago
aroulin ba998b85a1 video_core: Fix format specifiers warnings 10 years ago
bunnei 5e3536f66f Merge pull request #1072 from yuriks/GetSystemTick-advance-time 10 years ago
bunnei f05ae742a4 Merge pull request #1083 from yuriks/microprofile-vs2015 10 years ago
Tony Wasserka 071510b367 Merge pull request #1092 from Subv/vertex_offset 10 years ago
Subv 58a04c0776 Pica: Added the primitive_restart register (0x25f) to the registers map. 10 years ago
bunnei 63c2274324 Merge pull request #1086 from yuriks/precommit-hook 10 years ago
bunnei d8a78d4d9e Merge pull request #1091 from aroulin/shader-sge-nan-fix 10 years ago
Subv 149ea561a6 Pica: Add the vertex_offset register to the Pica registers map. 10 years ago
Yuri Kunde Schlesner 37319fb17f Only check src/ directory for whitespace errors in the pre-commit hook 10 years ago
aroulin 84959be150 Shader JIT: Fix SGE/SGEI NaN behavior 10 years ago
bunnei e77dc4e9d2 Merge pull request #1059 from Subv/vertex_offset 10 years ago
Subv 12a11472f1 GPU: Implemented register 0x22A. 10 years ago
bunnei 5906d8b01c Merge pull request #1085 from Subv/fs_stat 10 years ago
Yuri Kunde Schlesner 18c1c39d5e SVC: Advance time when calling GetSystemTick to escape busy-wait loops 10 years ago
bunnei 58e9f78844 Merge pull request #1049 from Subv/stencil 10 years ago
Subv ce6a65cec9 Services/FS: Correctly tell the guest app whether a file was correctly opened or not. 10 years ago
Yuri Kunde Schlesner 656d824b20 Common: Fix MicroProfile compilation in MSVC2015 10 years ago
Yuri Kunde Schlesner bac1a6b140 Merge pull request #1080 from yuriks/linear-heap-base-typo 10 years ago
Yuri Kunde Schlesner 0ee3e2c25e Kernel: Fix wrong linear heap base on titles using newer kernels 10 years ago
bunnei 2978b5fbc8 Merge pull request #1075 from yuriks/ControlMem-fixes 10 years ago
Yuri Kunde Schlesner c5a4025b65 Merge pull request #1065 from yuriks/shader-fp 10 years ago
bunnei 5831fe6a60 Merge pull request #1068 from bunnei/gl-hash-textures 10 years ago
bunnei f3cef178e3 gl_rasterizer_cache: Detect and ignore unnecessary texture flushes. 10 years ago
bunnei f1ad4332ad Merge pull request #1079 from aroulin/albw-jit-bug 10 years ago
aroulin f52d8c1a9b Shader JIT: Fix float to integer rounding in MOVA 10 years ago
Yuri Kunde Schlesner 12390eb155 Kernel: Fix assertion failure when ControlMemory is called with size=0 10 years ago
Yuri Kunde Schlesner 687d973980 Core: Improve APT Shared Font hack 10 years ago
bunnei 32e279c0ca Merge pull request #1074 from lioncash/bool 10 years ago
bunnei de6a2bed32 Merge pull request #1078 from archshift/arm-build-fix 10 years ago
archshift dd0e1061ef Shader JIT: ifdef out reference to ifdef'd out shader_map 10 years ago
Lioncash dc1b024b80 dyncom: Simplify some comparisons in CondPassed 10 years ago
Lioncash 01dd833ffa dyncom: Change return type of CondPassed to bool 10 years ago
archshift 4ad86a6f78 Merge pull request #1073 from lioncash/guard 10 years ago
Lioncash e7ebb9d36c citra-qt: Add a missing header guard to util.h 10 years ago
Yuri Kunde Schlesner ac0104b8b0 Merge pull request #1048 from yuriks/microprofile 10 years ago
Yuri Kunde Schlesner 0fcabd2b11 Integrate the MicroProfile profiling library 11 years ago
Yuri Kunde Schlesner c7745408f7 citra-qt: Add helper function to get a monospace QFont 10 years ago
bunnei afd45d1d7f Merge pull request #1063 from Subv/hw_renderer_debug_fb 10 years ago
Subv 583d777b1a HWRenderer: Added a workaround for the Intel Windows driver bug that causes glTexSubImage2D to not change the stencil buffer. 10 years ago
Yuri Kunde Schlesner d6a5a00c24 Merge pull request #1064 from lioncash/matr 10 years ago
Yuri Kunde Schlesner eff10959de fixup! Shaders: Fix multiplications between 0.0 and inf 10 years ago
Yuri Kunde Schlesner d8ef20c856 Shader JIT: Tiny micro-optimization in DPH 10 years ago
Yuri Kunde Schlesner 630a850d4d Shaders: Fix multiplications between 0.0 and inf 10 years ago
Yuri Kunde Schlesner 082b74fa24 Shaders: Explicitly conform to PICA semantics in MAX/MIN 10 years ago
Yuri Kunde Schlesner 76247170df Shader JIT: Add name to second scratch register (XMM4) 10 years ago
Lioncash fa5076eb9b shader_jit: Replace two MDisp usages with MatR 10 years ago
Yuri Kunde Schlesner 455147ee95 Shader JIT: Fix CMP NaN behavior to match hardware 10 years ago
bunnei 83c214f6d8 Merge pull request #1062 from aroulin/shader-rcp-rsq 10 years ago
bunnei 387bd3a1e4 Merge pull request #1057 from aroulin/shader-dph-dphi 10 years ago