summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-17Merge pull request #1038 from LittleWhite-tb/contributing-includebunnei
2015-08-16Merge pull request #1034 from yuriks/rg8-texturesbunnei
2015-08-16Merge pull request #1043 from yuriks/boost-v1_59Yuri Kunde Schlesner
2015-08-16Update boost external to v1.59.0Yuri Kunde Schlesner
2015-08-16Add coding style about includesLittleWhite
2015-08-16Merge pull request #1036 from LittleWhite-tb/fix-compilation-memsetYuri Kunde Schlesner
2015-08-16Fix Linux GCC 4.9 build (complaining about undeclared memset)LittleWhite
2015-08-16Build fix for Debug configurations.Tony Wasserka
2015-08-16Merge pull request #997 from Lectem/cmdlist_full_debugTony Wasserka
2015-08-16Merge pull request #933 from neobrain/shader_debuggerTony Wasserka
2015-08-16citra-qt/VertexShader: Minor UI improvements.Tony Wasserka
2015-08-16citra-qt: Fix comment style.Tony Wasserka
2015-08-16Introduce a shader tracer to allow inspection of input/output values for each...Tony Wasserka
2015-08-16Pica/DebugUtils: Include uniform information into shader dumps.Tony Wasserka
2015-08-16citra-qt: Improve shader debugger.Tony Wasserka
2015-08-16citra-qt: Print the correct swizzle mask for SRC2 in the shader disassembler.Tony Wasserka
2015-08-15Merge pull request #1033 from bbarenblat/masterYuri Kunde Schlesner
2015-08-16citra-qt: Give RG8 format a proper name in the texture viewerYuri Kunde Schlesner
2015-08-16videocore: Added RG8 texture supportPatrick Martin
2015-08-16Merge pull request #1017 from LittleWhite-tb/qt-recent-filesbunnei
2015-08-16Merge pull request #1032 from lioncash/swapbunnei
2015-08-15vfp: use std::swap where applicableLioncash
2015-08-15Merge pull request #1031 from bbarenblat/masterYuri Kunde Schlesner
2015-08-15Merge pull request #1002 from bunnei/shader-jitbunnei
2015-08-15Shader: Use a POD struct for registers.bunnei
2015-08-15Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei
2015-08-15Common: Cleanup CPU capability detection code.bunnei
2015-08-15Common: Move cpu_detect to x64 directory.bunnei
2015-08-15x64: Refactor to remove fake interfaces and general cleanups.bunnei
2015-08-15JIT: Support negative address offsets.bunnei
2015-08-15Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei
2015-08-15Common: Added MurmurHash3 hash function for general-purpose use.bunnei
2015-08-15Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.bunnei
2015-08-15Common: Ported over Dolphin's code for x86 CPU capability detection.bunnei
2015-08-15Shader: Define a common interface for running vertex shader programs.bunnei
2015-08-15Shader: Move shader code to its own subdirectory, "shader".bunnei
2015-08-15GPU: Refactor "VertexShader" namespace to "Shader".bunnei
2015-08-15Properly indicate that CIA support is not implemented yetBenjamin Barenblat
2015-08-15Give CIA file type a nameBenjamin Barenblat
2015-08-15Handle invalid `Log::Class`Benjamin Barenblat
2015-08-13Merge pull request #1027 from lioncash/debuggerbunnei
2015-08-12Merge pull request #1030 from archshift/force-inlinebunnei