aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/swrasterizer/lighting.cpp
AgeCommit message (Collapse)Author
2017-08-11SwRasterizer/Lighting: implement spot lightwwylele
2017-08-10SwRasterizer/Lighting: use make_tuple instead of constructorwwylele
implicit tuple constructor is a c++17 thing, which is not supported by some not-so-old libraries. Play safe for now
2017-08-03SwRasterizer/Lighting: shorten file namewwylele