aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer.cpp
AgeCommit message (Expand)Author
2015-07-26VideoCore: #ifdef out some debugging routinesYuri Kunde Schlesner
2015-07-21GPU: Added registers for min and mag texture filters and implemented them in ...Subv
2015-07-14VideoCore: Implement the DOT3_RGB combinerLectem
2015-07-13Pica: Implement stencil testing.Tony Wasserka
2015-07-09Added GL_CLAMP_TO_BORDER supportLectem
2015-05-31Merge pull request #811 from archshift/commonifyarchshift
2015-05-31Pica: Use zero for the SecondaryFragmentColor source.bunnei
2015-05-31rasterizer: Remove unnecessary 'using' for BlendEquation.bunnei
2015-05-31Pica: Implement LogicOp function.bunnei
2015-05-31rasterizer: Implement AddSigned combiner function for alpha channel.bunnei
2015-05-30Move video_core/color.h to common/color.harchshift
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-22OpenGL renderertfarley
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-12GPU: Add more fine grained profiling for vertex shader and rasterizationYuri Kunde Schlesner
2015-05-09rasterizer: Implemented combiner output scaling.bunnei
2015-05-09rasterizer: Implemented AddSigned combiner op.bunnei
2015-05-09rasterizer: Fixed a depth testing bug.bunnei
2015-05-09rasterizer: Implement combiner buffer input.bunnei
2015-05-09rasterizer: Return zero'd vectors on error conditions.bunnei
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-09Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner
2015-04-09Silence some -Wsign-compare warnings.Rohit Nirmal
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