aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/swrasterizer/clipper.cpp
AgeCommit message (Collapse)Author
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2017-09-27Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.Subv
It is unlikely we will ever use this without first doing a Cast to a signed type. Fixes 9 "unary minus operator applied to unsigned type, result still unsigned" warnings on MSVC2017.3
2017-08-25SwRasterizer/Clipper: flip the sign convention to match PICA and OpenGLwwylele
2017-08-24SwRasterizer: implement custom clip planewwylele
2017-08-21swrasterizer/clipper: remove tested TODOwwylele
hwtested. Current implementation is the correct behavior
2017-07-11SwRasterizer: Flip the vertex quaternions before clipping (if necessary).Subv
2017-05-21swrasterizer: add missing tc0_w and fragment lighting attribute processingwwylele
2017-02-12VideoCore: Move software rasterizer files to sub-directoryYuri Kunde Schlesner