1
0
Fork 0
yuzu-mirror/src/video_core/swrasterizer
Subv a321bce378 Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.
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-09-27 09:06:41 -05:00
..
clipper.cpp Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types. 2017-09-27 09:06:41 -05:00
clipper.h VideoCore: Move software rasterizer files to sub-directory 2017-02-12 18:08:11 -08:00
framebuffer.cpp Warnings: Fixed a few missing-return warnings in video_core. 2017-08-26 11:58:22 -05:00
framebuffer.h SWRasterizer: Move more framebuffer functions to file 2017-02-12 18:13:04 -08:00
lighting.cpp pica/lighting: only apply Fresnel factor for the last light 2017-09-03 08:22:03 +03:00
lighting.h SwRasterizer/Lighting: implement bump mapping 2017-08-22 09:34:44 +03:00
proctex.cpp pica/swrasterizer: implement procedural texture 2017-05-20 13:50:50 +03:00
proctex.h pica/swrasterizer: implement procedural texture 2017-05-20 13:50:50 +03:00
rasterizer.cpp SwRasterizer/Lighting: implement bump mapping 2017-08-22 09:34:44 +03:00
rasterizer.h swrasterizer: remove invalid TODO 2017-08-21 08:03:07 +03:00
swrasterizer.cpp VideoCore: Move software rasterizer files to sub-directory 2017-02-12 18:08:11 -08:00
swrasterizer.h VideoCore: Move software rasterizer files to sub-directory 2017-02-12 18:08:11 -08:00
texturing.cpp Warnings: Fixed a few missing-return warnings in video_core. 2017-08-26 11:58:22 -05:00
texturing.h SWRasterizer: Move texturing functions to their own file 2017-02-12 18:12:37 -08:00