summaryrefslogtreecommitdiffstats
path: root/src/video_core/swrasterizer/lighting.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SwRasterizer/Lighting: implement spot lightwwylele2017-08-111-3/+19
|
* SwRasterizer/Lighting: use make_tuple instead of constructorwwylele2017-08-101-1/+1
| | | | implicit tuple constructor is a c++17 thing, which is not supported by some not-so-old libraries. Play safe for now
* SwRasterizer/Lighting: shorten file namewwylele2017-08-031-0/+250