aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SkLinearBitmapPipelineBench.cpp
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
* Add destination color space to shader ContextRecGravatar Brian Osman2016-12-05
* Use SkFixedAllocator in SkLinearPipeline and remove the embedding ofGravatar Herb Derby2016-11-18
* Rename all color space factories from New* to Make*Gravatar Brian Osman2016-10-24
* update callers to not use SkColorProfileTypeGravatar reed2016-06-21
* This has all the different source types in and working. There are many SkDiff...Gravatar herb2016-05-13
* Fix context size for benchmakr.Gravatar herb2016-04-08
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* WIP: experimental bilerp pipeline.Gravatar herb2016-03-23
* update callsites for Make image factoriesGravatar reed2016-03-17
* SkImage now has makeShader to return sk_spGravatar reed2016-03-09
* Add support for new bitmapshader context (patchset #5 id:80001 of https://cod...Gravatar reed2016-03-04
* Add dest type hint to SkShader::ContextRecGravatar fmalita2016-02-22
* Add ContextRec param to SkShader::contextSize()Gravatar fmalita2016-02-22
* Switch to pixmap in API.Gravatar herb2016-02-18
* make SkPM4f privateGravatar reed2016-02-18
* Add bilerp filtering.Gravatar herb2016-02-17
* Don't you just feel bad every time you type 'delete'?Gravatar mtklein2016-02-17
* Fix name creation scope.Gravatar herb2016-02-17
* Simplified linear pipeline.Gravatar herb2016-02-17