summaryrefslogtreecommitdiffstats
path: root/src/video_core/swrasterizer/clipper.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.Subv2017-09-271-1/+1
| | | | | 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
* SwRasterizer/Clipper: flip the sign convention to match PICA and OpenGLwwylele2017-08-251-9/+9
|
* SwRasterizer: implement custom clip planewwylele2017-08-241-2/+13
|
* swrasterizer/clipper: remove tested TODOwwylele2017-08-211-4/+0
| | | | hwtested. Current implementation is the correct behavior
* SwRasterizer: Flip the vertex quaternions before clipping (if necessary).Subv2017-07-111-0/+11
|
* swrasterizer: add missing tc0_w and fragment lighting attribute processingwwylele2017-05-211-3/+4
|
* VideoCore: Move software rasterizer files to sub-directoryYuri Kunde Schlesner2017-02-131-0/+178