aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkLinearBitmapPipeline.h
Commit message (Expand)AuthorAge
* Remove SkFallbackAlloc and SkFixedAlloc.Gravatar Herb Derby2017-01-16
* Introduce SkArenaAlloc - should be fast for POD types and RAII for types with...Gravatar Herb Derby2017-01-13
* Revert "Introduce SkArenaAlloc - should be fast for POD types and RAII for ty...Gravatar Herb Derby2017-01-11
* Introduce SkArenaAlloc - should be fast for POD types and RAII for types with...Gravatar Herb Derby2017-01-11
* Use SkFixedAllocator in SkLinearPipeline and remove the embedding ofGravatar Herb Derby2016-11-18
* Use SkSmallAllocator for Blender stage.Gravatar Herb Derby2016-11-17
* Use SkSmallAllocator for SamplerStage and Accessor.Gravatar Herb Derby2016-11-16
* Use SkSmallAllocator for tiling.Gravatar Herb Derby2016-11-16
* make SkXfermode.h go awayGravatar Mike Reed2016-11-16
* Move the matrix stage of SkLinearBitmapPipeline over to using SkSmallAllocator.Gravatar herb2016-11-15
* remove use of xfermode* in procsGravatar Mike Reed2016-11-09
* Change code to not store Sk4* in data structures.Gravatar herb2016-11-08
* Use alignas to force alignment.Gravatar herb2016-11-04
* Revert of Try to use only std::aligned_storage. (patchset #2 id:20001 of http...Gravatar benjaminwagner2016-11-03
* Try to use only std::aligned_storage. This does not change the API.Gravatar herb2016-11-03
* In the current code, tiling and bilerp sampling are strongly tied together. T...Gravatar herb2016-07-22
* Revert of Redo Tiling (patchset #14 id:260001 of https://codereview.chromium....Gravatar jcgregorio2016-07-22
* In the current code, tiling and bilerp sampling are strongly tied together. T...Gravatar herb2016-07-21
* Reduce size of LinearBitmapPipeline from 281K to 134K, but keep the same speed.Gravatar herb2016-07-11
* update callers to not use SkColorProfileTypeGravatar reed2016-06-21
* Make an embeddable container to hold linear pipelines.Gravatar herb2016-05-19
* This has all the different source types in and working. There are many SkDiff...Gravatar herb2016-05-13
* 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
* Add repeatSpan and change interface name.Gravatar herb2016-03-29
* Add index-8 sampler to the pipeline.Gravatar herb2016-03-23
* WIP: experimental bilerp pipeline.Gravatar herb2016-03-23
* Simplify the poly union.Gravatar herb2016-02-29
* Better encapsulation and vector calling convention.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
* Add bilerp filtering.Gravatar herb2016-02-17
* Simplified linear pipeline.Gravatar herb2016-02-17