aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBlitter.cpp
Commit message (Expand)AuthorAge
...
* SkShaderBaseGravatar Florin Malita2017-05-24
* Remove unused SkZeroShaderContextGravatar Florin Malita2017-05-18
* Always use raster pipeline for SkSweepGradientGravatar Florin Malita2017-05-16
* Add a way to force raster pipeline blitter.Gravatar Mike Klein2017-05-11
* Make SkCreateRasterPipelineBlitter() not fail.Gravatar Mike Klein2017-05-10
* "can we?" -> "do we want to?" for SkRasterPipelineBlitterGravatar Mike Klein2017-05-08
* Mark overridden destructors with 'override' and remove 'virtual'Gravatar Brian Salomon2017-03-22
* Use non-linear blending flag in raster pipeline blitterGravatar Matt Sarett2017-02-15
* Add a blend-wrong mode to SkRasterPipelineBlitter.Gravatar Mike Klein2017-02-08
* Use SkArenaAlloc in the SkAutoBlitterChoose code.Gravatar Herb Derby2017-02-07
* Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoo...Gravatar Robert Phillips2017-02-07
* Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code.Gravatar Herb Derby2017-02-07
* Remove SkBlitter:resetShaderContext()Gravatar Florin Malita2017-01-27
* Remove SkBlitter::getShaderContext()Gravatar Florin Malita2017-01-26
* Attempt 3: SkRasterPipelineBlitter: support A8Gravatar Mike Klein2017-01-13
* Revert "Retry "SkRasterPipelineBlitter: support A8"..."Gravatar Mike Klein2017-01-07
* Retry "SkRasterPipelineBlitter: support A8"...Gravatar Mike Klein2017-01-06
* Add destination color space to shader ContextRecGravatar Brian Osman2016-12-05
* Revert "Revert "make it illegal to include SkXfermode.h""Gravatar Mike Reed2016-11-23
* Revert "make it illegal to include SkXfermode.h"Gravatar Greg Daniel2016-11-23
* make it illegal to include SkXfermode.hGravatar Mike Reed2016-11-23
* Add missing virtual functions for SkRectClipCheckBlitterGravatar Yuqian Li2016-11-21
* More shader preliminaries / refactoringGravatar Mike Klein2016-11-15
* Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...Gravatar herb2016-11-15
* Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (p...Gravatar mtklein2016-11-13
* Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...Gravatar herb2016-11-13
* Skip left/right if alpha = 0 in SkRectClipCheckBlitter::blitAntiRectGravatar Yuqian Li2016-11-11
* Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (p...Gravatar mtklein2016-11-09
* Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...Gravatar herb2016-11-09
* add debugging wrapper blitter to ensure unclipped scan-conversion is safeGravatar Mike Reed2016-11-09
* Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar reed2016-10-05
* Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-05
* Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-05
* Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-04
* Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-04
* Resubmit issue 2221103002 to fix the iOS build by declaring the flag inGravatar liyuqian2016-10-04
* Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of htt...Gravatar stephana2016-10-04
* Implement AnalyticAA for convex shapes.Gravatar liyuqian2016-10-04
* Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...Gravatar Mike Reed2016-10-03
* Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""Gravatar Mike Reed2016-10-03
* Revert "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-03
* replace SkXfermode obj with SkBlendMode enum in paintsGravatar Mike Reed2016-10-03
* Add SkRasterPipeline blitter.Gravatar mtklein2016-07-22
* Revert of Add SkRasterPipeline blitter. (patchset #18 id:340001 of https://co...Gravatar mtklein2016-07-22
* Add SkRasterPipeline blitter.Gravatar mtklein2016-07-22
* Add documention on SkBlitter for runs, and small cleanups.Gravatar herb2016-06-24
* remove colorprofiletype from imageinfoGravatar reed2016-06-17
* Make SkBlitter hierarchy explicit about what needs to be implemented.Gravatar herb2016-06-10
* remove U16 support, just support F16Gravatar reed2016-04-14
* change flattenable factory to return sk_spGravatar reed2016-04-03