summaryrefslogtreecommitdiffstats
path: root/src/video_core/swrasterizer/lighting.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pica/lighting: only apply Fresnel factor for the last lightwwylele2017-09-031-3/+4
|
* SwRasterizer/Lighting: implement LUT input CPwwylele2017-08-221-0/+11
|
* SwRasterizer/Lighting: implement bump mappingwwylele2017-08-221-5/+23
|
* Merge pull request #2872 from wwylele/sw-geo-factorYuri Kunde Schlesner2017-08-211-4/+16
|\ | | | | SwRasterizer/Lighting: implement geometric factor
| * SwRasterizer/Lighting: implement geometric factorwwylele2017-08-111-4/+16
| |
* | 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