summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2015-02-27Added RGBA5551 compatibility in the rasterizerarchshift
2015-02-26GPU: Implemented bits 3 and 1 from the display transfer flags.Subv
2015-02-25Video core: Fix A4 texture decodingYuri Kunde Schlesner
2015-02-25Video core: Fix pixelation/blockiness in textures.Yuri Kunde Schlesner
2015-02-24Rasterizer: Add support for RGBA4 framebuffer format.bunnei
2015-02-22Rasterize with the correct color component order.bunnei
2015-02-22Merge pull request #593 from Subv/search_problemTony Wasserka
2015-02-21Pica/VertexShader: Fixed LOOP with more than one iteration.Subv
2015-02-20Merge pull request #588 from archshift/somebranchbunnei
2015-02-19Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.harchshift
2015-02-18Rasterizer: Fixed a warning in GetWrappedTexCoord.Subv
2015-02-18Merge pull request #580 from lioncash/emplacebunnei
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-18Pica/VertexShader: Implement the LOOP instruction.Tony Wasserka
2015-02-18Pica/CommandProcessor: Properly implement shader load destination offset regi...Tony Wasserka
2015-02-18Pica/CommandProcessor: Work around initialized vertex attributes some more.Tony Wasserka
2015-02-17core/video_core: Use in-place construction where possibleLioncash
2015-02-16VideoCore: Fix a typo in Vec4 MakeVec(T, Vec3<T>), where the second argument ...Emmanuel Gil Peyrot
2015-02-15video_core: Implement the remaining framebuffer formats in the OpenGL renderer.Emmanuel Gil Peyrot
2015-02-14Merge pull request #529 from Subv/masterbunnei
2015-02-12Build: Fixed some warningsSubv
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-02-04VideoCore: Added same-component swizzlers to math utility functions.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-14GSP: Update framebuffer info on all interruptsYuri Kunde Schlesner
2015-01-13Merge pull request #473 from archshift/pp3portsbunnei
2015-01-13Pica/Rasterizer: Add ETC1 texture decompression support.Tony Wasserka
2015-01-12Merge pull request #478 from archshift/pp3ports4bunnei
2015-01-12Pica/VertexShader: Implement JMPC/JMPU/CALLC/CALLU.Tony Wasserka
2015-01-12Pica/VertexShader: Implement the MAD instruction.Tony Wasserka
2015-01-07GSP: Toggle active framebuffer each framebunnei