summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-14OpenGL: Only update depth uniforms if the depth changedJannik Vogel
2016-05-14OpenGL: value-initialize variables which cause uninitialised access otherwiseJannik Vogel
2016-05-13Merge pull request #1689 from Subv/shmembunnei
2016-05-13Merge pull request #1788 from MerryMage/ext-soundtouchTony Wasserka
2016-05-13gitmodules: citra-emu/soundtouch → citra-emu/ext-soundtouchMerryMage
2016-05-13Use new shader-jit signature for interpreterJannik Vogel
2016-05-13Refactor access to state in shader-jitJannik Vogel
2016-05-12Merge pull request #1695 from Subv/tls_allocbunnei
2016-05-12HLE/Applets: Give each applet its own block of heap memory, and use that when...Subv
2016-05-12Kernel: Account for automatically-allocated shared memories in the amount of ...Subv
2016-05-12APT: Move the shared font loading and relocation functions to their own subdi...Subv
2016-05-12Kernel/SharedMemory: Log an error when Map fails.Subv
2016-05-12Kernel: Implemented shared memory permissions.Subv
2016-05-12APT: Implement relocating the shared font to its true address.Subv
2016-05-12Kernel/Memory: Remove the Shared Memory region from the legacy memory map.Subv
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