summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Subv
2016-05-12Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Subv
2016-05-12Merge pull request #1783 from JayFoxRox/cleanup-shadersetupbunnei
2016-05-12OpenGL: Support blend equationJannik Vogel
2016-05-12Microprofile: DPI-aware drawingMerryMage
2016-05-12Move program_counter and call_stack from UnitState to interpreterJannik Vogel
2016-05-12Move default_attributes into Pica stateJannik Vogel
2016-05-11Merge pull request #1690 from JayFoxRox/tex-type-3bunnei
2016-05-11Merge pull request #1780 from JayFoxRox/shadersetup-classbunnei
2016-05-11Turn ShaderSetup into structJannik Vogel
2016-05-11OpenGL: Implement texture type 3Jannik Vogel
2016-05-11Rasterizer: Implement texture type 3Jannik Vogel
2016-05-11Pica: Add tc0.w to OutputVertexJannik Vogel
2016-05-11Pica: Add texture type to stateJannik Vogel
2016-05-10Merge pull request #1621 from JayFoxRox/w-bufferbunnei
2016-05-10Merge pull request #1774 from lioncash/warnbunnei
2016-05-10Merge pull request #1773 from lioncash/debug-buildMat M
2016-05-10gl_rasterizer: Fix compilation for debug buildsLioncash
2016-05-10gdbstub: Silence missing prototype warningsLioncash
2016-05-10OpenGL: Implement W-Buffers and fix depth-mappingJannik Vogel
2016-05-10Pica: Implement W-Buffer in SW rasterizerJannik Vogel
2016-05-10Merge pull request #1704 from JayFoxRox/pod-configlinkmauve
2016-05-09Merge pull request #1771 from lioncash/userbunnei
2016-05-09dyncom: Reset the context into user mode correctlyLioncash
2016-05-09Merge pull request #1770 from lioncash/formatbunnei
2016-05-09source: Fix missing logging argumentsLioncash
2016-05-09Merge pull request #1768 from lioncash/swapbunnei
2016-05-08swap: Get rid of pointer casting for swapping structsLioncash
2016-05-08swap: Get rid of undefined behavior in swapf and swapdLioncash
2016-05-08swap: Remove unused methodsLioncash
2016-05-08vertex_loader: Correct forward declaration of InputVertexLioncash
2016-05-08vertex_loader: Provide an assertion for ensuring the loader has been setupLioncash
2016-05-08vertex_loader: Add constructors to facilitate immediate and two-step initiali...Lioncash
2016-05-08vertex_loader: initialize_num_total_attributes.Lioncash
2016-05-08vertex_loader: Use std::array instead of raw C arraysLioncash
2016-05-08vertex_loader: Correct header orderingLioncash
2016-05-08Merge pull request #1766 from Subv/log_cpubunnei
2016-05-07Merge pull request #1718 from alex-laties/fixup-type-conversionsbunnei
2016-05-07Merge pull request #1761 from Subv/applets_fbbunnei
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv
2016-05-07Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Subv
2016-05-07Merge pull request #1736 from MerryMage/sdl2-sinkbunnei
2016-05-07HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...Subv
2016-05-07AudioCore: SDL2 SinkMerryMage
2016-05-07citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel
2016-05-07HLE: Fix recent DSP change for Visual Studio.bunnei
2016-05-07Merge pull request #1544 from linkmauve/move-glad-initbunnei
2016-05-06Merge pull request #1764 from wwylele/how-can-i-find-this-if-i-have-only-decr...bunnei
2016-05-06fix:return proper errorwwylele