summaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer.cpp
AgeCommit message (Expand)Author
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
2014-10-07Fix warnings in video_coreLioncash
2014-08-26VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.bunnei
2014-08-25Pica/Rasterizer: Clarify a TODO.Tony Wasserka
2014-08-25Pica/Rasterizer: Add texturing support.Tony Wasserka
2014-08-25Pica/Rasterizer: Add initial implementation of texture combiners.Tony Wasserka
2014-08-25Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified r...Tony Wasserka
2014-08-12Pica: Add basic rasterizer.Tony Wasserka