summaryrefslogtreecommitdiffstats
path: root/src/video_core/swrasterizer/rasterizer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* SwRasterizer: Fixed a few conversion warnings and moved per-light values into the per-light loop.Subv2017-07-111-5/+6
* SwRasterizer: Run clang-formatSubv2017-07-111-45/+83
* SwRasterizer: Flip the vertex quaternions before clipping (if necessary).Subv2017-07-111-20/+4
* SwRasterizer: Corrected the light LUT lookups.Subv2017-07-111-6/+7
* SwRasterizer: Corrected the light LUT lookups.Subv2017-07-111-33/+43
* SwRasterizer: Fixed the lighting lut lookup function.Subv2017-07-111-2/+4
* SwRasterizer: Calculate fresnel for fragment lighting.Subv2017-07-111-1/+25
* SwRasterizer: Calculate specular_1 for fragment lighting.Subv2017-07-111-3/+59
* SwRasterizer: Calculate specular_0 for fragment lighting.Subv2017-07-111-13/+94
* SwRasterizer: Implement primary fragment color.Subv2017-07-111-4/+113
* gl_rasterizer: use texture buffer for fog LUTwwylele2017-06-221-2/+1
* Merge pull request #2743 from wwylele/wrap-fixYuri Kunde Schlesner2017-06-141-4/+16
|\
| * pica/rasterizer: implement/stub texture wrap mode 4-7wwylele2017-06-041-4/+16
* | swrasterizer: implement TextureCubewwylele2017-05-291-2/+51
|/
* pica/swrasterizer: implement procedural texturewwylele2017-05-201-1/+12
* pica: shader_dirty if texture2 coord changedwwylele2017-05-051-1/+2
* pica: use correct coordinates for texture 2wwylele2017-05-031-2/+3
* rasterizer: implement combiner operation 7 (Dot3_RGBA)wwylele2017-04-191-7/+16
* SWRasterizer: Move more framebuffer functions to fileYuri Kunde Schlesner2017-02-131-100/+0
* SWRasterizer: Move texturing functions to their own fileYuri Kunde Schlesner2017-02-131-210/+1
* SWRasterizer: Convert large no-capture lambdas to standalone functionsYuri Kunde Schlesner2017-02-131-315/+310
* SWRasterizer: Move framebuffer operation functions to their own fileYuri Kunde Schlesner2017-02-131-236/+1
* VideoCore: Move software rasterizer files to sub-directoryYuri Kunde Schlesner2017-02-131-0/+1299