aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/swrasterizer/rasterizer.cpp
AgeCommit message (Expand)Author
2018-01-12Remove references to PICA and rasterizers in video_coreJames Rowe
2017-08-22SwRasterizer/Lighting: implement bump mappingwwylele
2017-08-03SwRasterizer/Lighting: shorten file namewwylele
2017-08-02SwRasterizer/Lighting: move to its own filewwylele
2017-08-02SwRasterizer/Lighting: reduce confusionwwylele
2017-08-02SwRasterizer/Lighting: move quaternion normalization to the callerwwylele
2017-07-11SwRasterizer/Lighting: dist atten lut input need to be clampwwylele
2017-07-11SwRasterizer/Lighting: unify float suffixwwylele
2017-07-11SwRasterizer/Lighting: get rid of nested returnwwylele
2017-07-11SwRasterizer/Lighting: refactor GetLutValue into a function.wwylele
2017-07-11SwRasterizer: only interpolate quat and view when lighting is enabledwwylele
2017-07-11SwRasterizer/Lighting: pass lighting state as parameterwwylele
2017-07-11SwRasterizer/Lighting: Move the clamp highlight calculation to the end of the...Subv
2017-07-11SwRasterizer/Lighting: Move the lighting enable check outside the ComputeFrag...Subv
2017-07-11SwRasterizer/Lighting: Do not use global registers state in ComputeFragmentsC...Subv
2017-07-11SwRasterizer/Lighting: Do not use global state in LookupLightingLut.Subv
2017-07-11SwRasterizer/Lighting: Fixed a bug where the distance attenuation bias was be...Subv
2017-07-11SwRasterizer: Fixed a few conversion warnings and moved per-light values into...Subv
2017-07-11SwRasterizer: Run clang-formatSubv
2017-07-11SwRasterizer: Flip the vertex quaternions before clipping (if necessary).Subv
2017-07-11SwRasterizer: Corrected the light LUT lookups.Subv
2017-07-11SwRasterizer: Corrected the light LUT lookups.Subv
2017-07-11SwRasterizer: Fixed the lighting lut lookup function.Subv
2017-07-11SwRasterizer: Calculate fresnel for fragment lighting.Subv
2017-07-11SwRasterizer: Calculate specular_1 for fragment lighting.Subv
2017-07-11SwRasterizer: Calculate specular_0 for fragment lighting.Subv
2017-07-11SwRasterizer: Implement primary fragment color.Subv
2017-06-22gl_rasterizer: use texture buffer for fog LUTwwylele
2017-06-13Merge pull request #2743 from wwylele/wrap-fixYuri Kunde Schlesner
2017-06-04pica/rasterizer: implement/stub texture wrap mode 4-7wwylele
2017-05-29swrasterizer: implement TextureCubewwylele
2017-05-20pica/swrasterizer: implement procedural texturewwylele
2017-05-05pica: shader_dirty if texture2 coord changedwwylele
2017-05-03pica: use correct coordinates for texture 2wwylele
2017-04-19rasterizer: implement combiner operation 7 (Dot3_RGBA)wwylele
2017-02-12SWRasterizer: Move more framebuffer functions to fileYuri Kunde Schlesner
2017-02-12SWRasterizer: Move texturing functions to their own fileYuri Kunde Schlesner
2017-02-12SWRasterizer: Convert large no-capture lambdas to standalone functionsYuri Kunde Schlesner
2017-02-12SWRasterizer: Move framebuffer operation functions to their own fileYuri Kunde Schlesner
2017-02-12VideoCore: Move software rasterizer files to sub-directoryYuri Kunde Schlesner