index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBlitter.cpp
Commit message (
Expand
)
Author
Age
*
Use non-linear blending flag in raster pipeline blitter
Matt Sarett
2017-02-15
*
Add a blend-wrong mode to SkRasterPipelineBlitter.
Mike Klein
2017-02-08
*
Use SkArenaAlloc in the SkAutoBlitterChoose code.
Herb Derby
2017-02-07
*
Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoo...
Robert Phillips
2017-02-07
*
Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code.
Herb Derby
2017-02-07
*
Remove SkBlitter:resetShaderContext()
Florin Malita
2017-01-27
*
Remove SkBlitter::getShaderContext()
Florin Malita
2017-01-26
*
Attempt 3: SkRasterPipelineBlitter: support A8
Mike Klein
2017-01-13
*
Revert "Retry "SkRasterPipelineBlitter: support A8"..."
Mike Klein
2017-01-07
*
Retry "SkRasterPipelineBlitter: support A8"...
Mike Klein
2017-01-06
*
Add destination color space to shader ContextRec
Brian Osman
2016-12-05
*
Revert "Revert "make it illegal to include SkXfermode.h""
Mike Reed
2016-11-23
*
Revert "make it illegal to include SkXfermode.h"
Greg Daniel
2016-11-23
*
make it illegal to include SkXfermode.h
Mike Reed
2016-11-23
*
Add missing virtual functions for SkRectClipCheckBlitter
Yuqian Li
2016-11-21
*
More shader preliminaries / refactoring
Mike Klein
2016-11-15
*
Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...
herb
2016-11-15
*
Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (p...
mtklein
2016-11-13
*
Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...
herb
2016-11-13
*
Skip left/right if alpha = 0 in SkRectClipCheckBlitter::blitAntiRect
Yuqian Li
2016-11-11
*
Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (p...
mtklein
2016-11-09
*
Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...
herb
2016-11-09
*
add debugging wrapper blitter to ensure unclipped scan-conversion is safe
Mike Reed
2016-11-09
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Resubmit issue 2221103002 to fix the iOS build by declaring the flag in
liyuqian
2016-10-04
*
Revert of Analytic AntiAlias for Convex Shapes (patchset #14 id:260001 of htt...
stephana
2016-10-04
*
Implement AnalyticAA for convex shapes.
liyuqian
2016-10-04
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
*
Add SkRasterPipeline blitter.
mtklein
2016-07-22
*
Revert of Add SkRasterPipeline blitter. (patchset #18 id:340001 of https://co...
mtklein
2016-07-22
*
Add SkRasterPipeline blitter.
mtklein
2016-07-22
*
Add documention on SkBlitter for runs, and small cleanups.
herb
2016-06-24
*
remove colorprofiletype from imageinfo
reed
2016-06-17
*
Make SkBlitter hierarchy explicit about what needs to be implemented.
herb
2016-06-10
*
remove U16 support, just support F16
reed
2016-04-14
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR
reed
2016-03-25
*
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...
reed
2016-03-22
*
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...
reed
2016-03-22
*
Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...
reed
2016-03-22
*
Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...
reed
2016-03-22
*
switch colorfilters to sk_sp
reed
2016-03-22
*
sk_sp versions of newWithColorFilter and newWithLocalMatrix
reed
2016-03-10
[next]