summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | GPU: Implemented register 0x22A.Gravatar Subv2015-08-302-2/+8
* | | | | Merge pull request #1085 from Subv/fs_statGravatar bunnei2015-08-301-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Services/FS: Correctly tell the guest app whether a file was correctly opened...Gravatar Subv2015-08-281-1/+1
| |/ / /
* | | | Merge pull request #1049 from Subv/stencilGravatar bunnei2015-08-296-28/+111
|\ \ \ \ | |_|/ / |/| | |
| * | | HWRenderer: Added a workaround for the Intel Windows driver bug that causes g...Gravatar Subv2015-08-241-2/+9
| * | | HWRasterizer: Implemented stencil ops 6 and 7.Gravatar Subv2015-08-211-1/+3
| * | | SWRasterizer: Implemented stencil ops 6 and 7.Gravatar Subv2015-08-212-6/+14
| * | | HWRasterizer: Implemented stencil op 1 (GL_ZERO)Gravatar Subv2015-08-211-1/+1
| * | | SWRasterizer: Implemented stencil action 1 (GL_ZERO).Gravatar Subv2015-08-212-1/+4
| * | | SWRasterizer: Removed a todo. Verified with hwtests.Gravatar Subv2015-08-211-1/+0
| * | | SWRenderer: The stencil depth_pass action is executed even if depth testing i...Gravatar Subv2015-08-211-7/+5
| * | | Rasterizer: Abstract duplicated stencil code into a lambda.Gravatar Subv2015-08-211-6/+9
| * | | GLRasterizer: Implemented stencil testing in the hw renderer.Gravatar Subv2015-08-204-2/+44
| * | | GPU/Rasterizer: Corrected the stencil implementation.Gravatar Subv2015-08-202-18/+39
| |/ /
* | | Kernel: Fix wrong linear heap base on titles using newer kernelsGravatar Yuri Kunde Schlesner2015-08-271-1/+1
* | | Merge pull request #1075 from yuriks/ControlMem-fixesGravatar bunnei2015-08-274-4/+37
|\ \ \
| * | | Kernel: Fix assertion failure when ControlMemory is called with size=0Gravatar Yuri Kunde Schlesner2015-08-261-0/+8
| * | | Core: Improve APT Shared Font hackGravatar Yuri Kunde Schlesner2015-08-263-4/+29
* | | | Merge pull request #1065 from yuriks/shader-fpGravatar Yuri Kunde Schlesner2015-08-274-57/+100
|\ \ \ \
| * | | | fixup! Shaders: Fix multiplications between 0.0 and infGravatar Yuri Kunde Schlesner2015-08-241-4/+4
| * | | | Shader JIT: Tiny micro-optimization in DPHGravatar Yuri Kunde Schlesner2015-08-241-4/+4
| * | | | Shaders: Fix multiplications between 0.0 and infGravatar Yuri Kunde Schlesner2015-08-243-40/+58
| * | | | Shaders: Explicitly conform to PICA semantics in MAX/MINGravatar Yuri Kunde Schlesner2015-08-242-2/+10
| * | | | Shader JIT: Add name to second scratch register (XMM4)Gravatar Yuri Kunde Schlesner2015-08-241-3/+5
| * | | | Shader JIT: Fix CMP NaN behavior to match hardwareGravatar Yuri Kunde Schlesner2015-08-241-8/+23
* | | | | gl_rasterizer_cache: Detect and ignore unnecessary texture flushes.Gravatar bunnei2015-08-273-8/+18
* | | | | Shader JIT: Fix float to integer rounding in MOVAGravatar aroulin2015-08-271-2/+2
| |/ / / |/| | |
* | | | Merge pull request #1074 from lioncash/boolGravatar bunnei2015-08-261-57/+39
|\ \ \ \
| * | | | dyncom: Simplify some comparisons in CondPassedGravatar Lioncash2015-08-261-4/+4
| * | | | dyncom: Change return type of CondPassed to boolGravatar Lioncash2015-08-251-57/+39
* | | | | Shader JIT: ifdef out reference to ifdef'd out shader_mapGravatar archshift2015-08-261-0/+2
|/ / / /
* | | / citra-qt: Add a missing header guard to util.hGravatar Lioncash2015-08-251-0/+2
| |_|/ |/| |
* | | Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-2419-0/+347
* | | citra-qt: Add helper function to get a monospace QFontGravatar Yuri Kunde Schlesner2015-08-246-5/+32
* | | Merge pull request #1063 from Subv/hw_renderer_debug_fbGravatar bunnei2015-08-241-2/+6
|\ \ \
| * | | HWRenderer: Only reload the framebuffer from gpu memory if the hw renderer is...Gravatar Subv2015-08-231-2/+6
| | |/ | |/|
* | | shader_jit: Replace two MDisp usages with MatRGravatar Lioncash2015-08-241-2/+2
| |/ |/|
* | Merge pull request #1062 from aroulin/shader-rcp-rsqGravatar bunnei2015-08-234-10/+12
|\ \
| * | Shader: Use std::sqrt for float instead of sqrtGravatar aroulin2015-08-231-1/+1
| * | Shader: RCP and RSQ computes only the 1st componentGravatar aroulin2015-08-232-10/+10
| * | x64-emitter: add RCPSS SSE instructionGravatar aroulin2015-08-232-0/+2
* | | Merge pull request #1057 from aroulin/shader-dph-dphiGravatar bunnei2015-08-233-3/+44
|\ \ \ | |/ / |/| |
| * | Shader: implement DPH/DPHI in JITGravatar aroulin2015-08-222-2/+36
| * | Shader: implement DPH/DPHI in interpreterGravatar aroulin2015-08-221-1/+8
* | | Merge pull request #1058 from lioncash/ptrGravatar Lioncash2015-08-222-4/+27
|\ \ \
| * | | emitter: Remove pointer castsGravatar Lioncash2015-08-212-4/+27
| |/ /
* | | Fix broken boot introduced by last-minute change in #1025Gravatar Yuri Kunde Schlesner2015-08-221-1/+1
* | | Merge pull request #1025 from yuriks/heap-managementGravatar Yuri Kunde Schlesner2015-08-2229-316/+729
|\ \ \ | |/ / |/| |
| * | Kernel: Remove unused legacy heap MapBlock_* functionsGravatar Yuri Kunde Schlesner2015-08-163-78/+0
| * | APT: Adjust shared font hack so it works with the new linear heap codeGravatar Yuri Kunde Schlesner2015-08-161-10/+11