summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-08-29Merge pull request #1049 from Subv/stencilbunnei
2015-08-27Kernel: Fix wrong linear heap base on titles using newer kernelsYuri Kunde Schlesner
2015-08-27Merge pull request #1075 from yuriks/ControlMem-fixesbunnei
2015-08-27Merge pull request #1065 from yuriks/shader-fpYuri Kunde Schlesner
2015-08-27gl_rasterizer_cache: Detect and ignore unnecessary texture flushes.bunnei
2015-08-27Shader JIT: Fix float to integer rounding in MOVAaroulin
2015-08-26Kernel: Fix assertion failure when ControlMemory is called with size=0Yuri Kunde Schlesner
2015-08-26Core: Improve APT Shared Font hackYuri Kunde Schlesner
2015-08-26Merge pull request #1074 from lioncash/boolbunnei
2015-08-26Shader JIT: ifdef out reference to ifdef'd out shader_maparchshift
2015-08-26dyncom: Simplify some comparisons in CondPassedLioncash
2015-08-25dyncom: Change return type of CondPassed to boolLioncash
2015-08-25citra-qt: Add a missing header guard to util.hLioncash
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-24citra-qt: Add helper function to get a monospace QFontYuri Kunde Schlesner
2015-08-24Merge pull request #1063 from Subv/hw_renderer_debug_fbbunnei
2015-08-24HWRenderer: Added a workaround for the Intel Windows driver bug that causes g...Subv
2015-08-24fixup! Shaders: Fix multiplications between 0.0 and infYuri Kunde Schlesner
2015-08-24Shader JIT: Tiny micro-optimization in DPHYuri Kunde Schlesner
2015-08-24Shaders: Fix multiplications between 0.0 and infYuri Kunde Schlesner
2015-08-24Shaders: Explicitly conform to PICA semantics in MAX/MINYuri Kunde Schlesner
2015-08-24Shader JIT: Add name to second scratch register (XMM4)Yuri Kunde Schlesner
2015-08-24shader_jit: Replace two MDisp usages with MatRLioncash
2015-08-24Shader JIT: Fix CMP NaN behavior to match hardwareYuri Kunde Schlesner
2015-08-23Merge pull request #1062 from aroulin/shader-rcp-rsqbunnei
2015-08-23Merge pull request #1057 from aroulin/shader-dph-dphibunnei
2015-08-23HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...Subv
2015-08-23Shader: Use std::sqrt for float instead of sqrtaroulin
2015-08-23Shader: RCP and RSQ computes only the 1st componentaroulin
2015-08-23x64-emitter: add RCPSS SSE instructionaroulin
2015-08-22Merge pull request #1058 from lioncash/ptrLioncash
2015-08-22Fix broken boot introduced by last-minute change in #1025Yuri Kunde Schlesner
2015-08-22Merge pull request #1025 from yuriks/heap-managementYuri Kunde Schlesner
2015-08-22Shader: implement DPH/DPHI in JITaroulin
2015-08-22Shader: implement DPH/DPHI in interpreteraroulin
2015-08-21emitter: Remove pointer castsLioncash
2015-08-21HWRasterizer: Implemented stencil ops 6 and 7.Subv
2015-08-21SWRasterizer: Implemented stencil ops 6 and 7.Subv
2015-08-21HWRasterizer: Implemented stencil op 1 (GL_ZERO)Subv
2015-08-21SWRasterizer: Implemented stencil action 1 (GL_ZERO).Subv
2015-08-21SWRasterizer: Removed a todo. Verified with hwtests.Subv
2015-08-21SWRenderer: The stencil depth_pass action is executed even if depth testing i...Subv
2015-08-21Rasterizer: Abstract duplicated stencil code into a lambda.Subv
2015-08-20GLRasterizer: Implemented stencil testing in the hw renderer.Subv
2015-08-20GPU/Rasterizer: Corrected the stencil implementation.Subv
2015-08-20emitter: Remove unnecessary definesLioncash
2015-08-20emitter: Remove unnecessary else keywordsLioncash
2015-08-20emitter: Remove unused codeLioncash
2015-08-20emitter: Remove unimplemented JMP prototypeLioncash
2015-08-20emitter: Pass OpArg by reference where possibleLioncash