summaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer.cpp
AgeCommit message (Expand)Author
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-26GPU: Implemented bits 3 and 1 from the display transfer flags.Subv
2015-02-24Rasterizer: Add support for RGBA4 framebuffer format.bunnei
2015-02-22Rasterize with the correct color component order.bunnei
2015-02-18Rasterizer: Fixed a warning in GetWrappedTexCoord.Subv
2015-02-18Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().Tony Wasserka
2015-02-18Pica/Rasterizer: Make some local lambdas static.Tony Wasserka
2015-02-18Pica/BlendUnit: Implement separate color/alpha blend equations.Tony Wasserka
2015-02-18Pica/TextureEnvironment: Add a note.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/OutputMerger: Fix flipped framebuffers.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/Rasterizer: Rasterize actual pixel centers instead of pixel corners.Tony Wasserka
2015-02-18Pica/Rasterizer: Fix garbage pixels at triangle borders.Tony Wasserka
2015-02-18Pica/Rasterizer: Clean up and fix backface culling.Tony Wasserka
2015-02-18Pica: Cleanup clipping code and change screenspace z to range from -1..0.Tony Wasserka
2015-02-11Fix Min and Max blend equationsDarius Goad
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
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
2014-12-31Pica/Rasterizer: Remove some redundant casts.Tony Wasserka
2014-12-31Pica/Rasterizer: Make orient2d a free function and rename it to SignedArea.Tony Wasserka
2014-12-31Pica/Rasterizer: Fix a bug related to multitexturing and texture wrapping.Tony Wasserka
2014-12-31Pica/Rasterizer: Clean up long code lines.Tony Wasserka
2014-12-31Pica/Rasterizer: Implement backface culling.Tony Wasserka
2014-12-31Pica/Rasterizer: Textures seem to be laid out flipped vertically.Tony Wasserka
2014-12-31Pica/Rasterizer: Implement alpha blending.Tony Wasserka
2014-12-31Pica/Rasterizer: Implement depth testing.Tony Wasserka
2014-12-31Pica/Rasterizer: Further enhance Tev support.Tony Wasserka
2014-12-29Rasterizer: Pre-divide vertex attributes by WYuri Kunde Schlesner
2014-12-29Rasterizer: Common sub-expression eliminationYuri Kunde Schlesner
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-20License changepurpasmart96
2014-12-20Pica/Rasterizer: Get rid of C-style casts.Tony Wasserka
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka
2014-12-20Pica: Further improve Tev emulation.Tony Wasserka
2014-12-20Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka
2014-12-20Pica: Implement texture wrapping.Tony Wasserka
2014-12-20Pica: Initial support for multitexturing.Tony Wasserka
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner