aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLinearBitmapPipeline.cpp
Commit message (Expand)AuthorAge
* Add guards for edge cases.Gravatar herb2016-04-26
* Add F16 source to the linear pipelin.Gravatar herb2016-04-14
* Blitter for repeat RGBA8888->RGBA8888.Gravatar herb2016-04-12
* Add clone to Stage. Rename place to mix and PolymorphicUnion to Stage. Cleanup.Gravatar herb2016-04-08
* Add specialized rgba8888 unit sampler.Gravatar herb2016-04-08
* Use a faster repeat tiler when translate only matrix.Gravatar herb2016-04-07
* Revert of Add unit repeat tiler (patchset #4 id:60001 of https://codereview.c...Gravatar robertphillips2016-03-31
* Add unit repeat tiler.Gravatar herb2016-03-31
* Add repeatSpan and change interface name.Gravatar herb2016-03-29
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Add index-8 sampler to the pipeline.Gravatar herb2016-03-23
* WIP: experimental bilerp pipeline.Gravatar herb2016-03-23
* Rework files and add test cases.Gravatar herb2016-03-07
* break out the tile and matrix strategiesGravatar herb2016-03-04
* Introduce bilerp spansGravatar herb2016-03-01
* Handle spans in sampling.Gravatar herb2016-03-01
* Add swizzle for rgb8888.Gravatar herb2016-03-01
* Simplify the poly union.Gravatar herb2016-02-29
* Fix overlooked bilerp fallback.Gravatar herb2016-02-29
* Fix uninitialized variable warning.Gravatar herb2016-02-29
* tile spansGravatar herb2016-02-29
* remove unnecessary copiesGravatar mtklein2016-02-22
* Better encapsulation and vector calling convention.Gravatar herb2016-02-22
* Add spans for matrix ops.Gravatar herb2016-02-22
* Add point spans, but fall back for all cases.Gravatar herb2016-02-19
* Switch to pixmap in API.Gravatar herb2016-02-18
* make SkPM4f privateGravatar reed2016-02-18
* Add bilerp filtering.Gravatar herb2016-02-17
* Simplified linear pipeline.Gravatar herb2016-02-17