summaryrefslogtreecommitdiff
path: root/src/video_core/pica.h
AgeCommit message (Expand)Author
2015-05-09Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner
2015-05-09Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner
2015-05-07Merge pull request #721 from yuriks/more-cleanupsYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-06GPU: Implemented default vertex shader attributes.Subv
2015-03-09GPU: Added the stencil test structure to the Pica Regs struct.Subv
2015-03-09GPU: Implemented more depth buffer formats.Subv
2015-03-03GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei
2015-02-27Added RGBA5551 compatibility in the rasterizerarchshift
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.harchshift
2015-02-18Pica/BlendUnit: Implement separate color/alpha blend equations.Tony Wasserka
2015-02-18Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor.Tony Wasserka
2015-02-18Pica/TextureEnvironment: Add support for the MAD-like texture combiners and c...Tony Wasserka
2015-02-18Pica/TextureUnit: Implement mirrored repeating texture wrapping.Tony Wasserka
2015-02-18Pica: Fix a bug in the register definitions, relating to texture wrapping.Tony Wasserka
2015-02-18Pica/OutputMerger: Implement color format checking.Tony Wasserka
2015-02-18Pica/CommandProcessor: Properly implement shader load destination offset regi...Tony Wasserka
2015-02-09Add more blend equations from 3dbrewDarius Goad
2015-02-04Rasterizer: Implement the other color and alpha modifiers.bunnei
2015-01-31Pica: Implement blend factors.bunnei
2015-01-27Pica: Implement color/alpha channel enable.bunnei
2015-01-27Rasterizer: Implemented alpha testing.bunnei
2015-01-25GPU: Implement the remaining depth testing functions.bunnei
2015-01-13Pica/Rasterizer: Add ETC1 texture decompression support.Tony Wasserka
2014-12-31Pica/Rasterizer: Implement backface culling.Tony Wasserka
2014-12-31Pica/Rasterizer: Implement depth testing.Tony Wasserka
2014-12-31Pica: Add output merger definitions.Tony Wasserka
2014-12-31Pica/CommandProcessor: Add support for integer uniforms.Tony Wasserka
2014-12-29Rasterizer: Pre-divide vertex attributes by WYuri Kunde Schlesner
2014-12-22Merge pull request #322 from chinhodado/masterbunnei
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-21More warning cleanupsChin
2014-12-20License changepurpasmart96
2014-12-20Pica: Add support for boolean uniforms.Tony Wasserka
2014-12-20Pica/VertexShader: Add support for MOVA, CMP and IFC.Tony Wasserka
2014-12-20Add support for a ridiculous number of texture formats.Tony Wasserka
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka
2014-12-20Pica: Further improve Tev emulation.Tony Wasserka
2014-12-20Pica: Implement texture wrapping.Tony Wasserka
2014-12-20Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.Tony Wasserka
2014-12-20Pica: Initial support for multitexturing.Tony Wasserka
2014-12-12MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.bunnei
2014-12-09GSP: Trigger GPU interrupts at more accurate locations.bunnei
2014-12-09Pica: Re-enable command names on MSVC.Tony Wasserka
2014-12-09More coding style fixes.Tony Wasserka
2014-12-09citra_qt: Add enhanced texture debugging widgets.Tony Wasserka
2014-12-09Build fix for something which shouldn't have compiled successfully to begin w...Tony Wasserka
2014-10-07Fix warnings in video_coreLioncash
2014-09-13Core: Fix warnings in gpu.cppLioncash
2014-08-25Pica/Rasterizer: Add texturing support.Tony Wasserka