add helper makeShader for the common Clamp case
[platform/upstream/libSkiaSharp.git] / gm / SkLinearBitmapPipelineGM.cpp
2017-02-08 Herb DerbyRemove double free in GM and Bench.
2017-02-07 Herb DerbyReduce stack usage for tests.
2017-02-07 Herb DerbyUse SkArenaAlloc in the SkAutoBlitterChoose code.
2017-02-07 Robert PhillipsRevert "Use SkArenaAlloc instead of SkSmallAllocator...
2017-02-07 Herb DerbyUse SkArenaAlloc instead of SkSmallAllocator in the...
2017-01-13 Herb DerbyIntroduce SkArenaAlloc - should be fast for POD types...
2017-01-11 Herb DerbyRevert "Introduce SkArenaAlloc - should be fast for...
2017-01-11 Herb DerbyIntroduce SkArenaAlloc - should be fast for POD types...
2016-12-05 Brian OsmanAdd destination color space to shader ContextRec
2016-11-18 Herb DerbyUse SkFixedAllocator in SkLinearPipeline and remove...
2016-11-16 Mike Reedmake SkXfermode.h go away
2016-11-09 Mike Reedremove use of xfermode* in procs
2016-06-20 brianosmanMore removal of SkColorProfileType...
2016-06-17 egdanielRevert of More removal of SkColorProfileType... (patchs...
2016-06-17 brianosmanMore removal of SkColorProfileType...
2016-06-03 robertphillipsAdd SampleApp slide with animating lightmapped objects...
2016-05-13 herbThis has all the different source types in and working...
2016-04-08 herbFix context size for benchmakr.
2016-04-08 herbAdd clone to Stage. Rename place to mix and Polymorphic...
2016-03-23 herbWIP: experimental bilerp pipeline.
2016-03-17 reedupdate callsites for Make image factories
2016-03-09 reedSkImage now has makeShader to return sk_sp
2016-03-04 reedAdd support for new bitmapshader context (patchset...
2016-03-03 reedRevert of add support for new bitmapshader context...
2016-03-03 reedadd support for new bitmapshader context
2016-02-29 herbtile spans
2016-02-24 reedsimplify/unify xferproc api
2016-02-23 fmalitaAdd dest type hint to SkShader::ContextRec
2016-02-22 fmalitaAdd ContextRec param to SkShader::contextSize()
2016-02-18 herbSwitch to pixmap in API.
2016-02-18 herbAdd bilerp filtering.
2016-02-17 herbSimplified linear pipeline.