| Commit message (Expand) | Author | Age |
* | hide SkBlurMaskFilter and SkBlurQuality | Mike Reed | 2018-03-14 |
* | Remove use of deprecated MakeFromIRect | Brian Osman | 2018-03-13 |
* | Fix several bugs in SkDebugCanvas/SkDrawCommand | Brian Osman | 2018-03-13 |
* | remove kRW_LegacyBitmapMode | Cary Clark | 2018-02-08 |
* | move the guts of SkMaskFilter.h into SkMaskFilterBase.h | Mike Reed | 2018-01-23 |
* | make growToInclude private | Mike Reed | 2018-01-08 |
* | Implement a fast path for solid color lattice rectangle | Stan Iliev | 2017-12-11 |
* | upgrade SkReadBuffer to always validate | Mike Reed | 2017-12-06 |
* | change SkRect::growToInclude to take a point instead of x,y | Mike Reed | 2017-08-28 |
* | Convert NULL and 0 to nullptr. | Ben Wagner | 2017-08-28 |
* | Replace SkFAIL with SK_ABORT. | Ben Wagner | 2017-08-16 |
* | remove references to kIndex_8_SkColorType from our tools/tests | Mike Reed | 2017-07-12 |
* | Add rest of paint flags to debug canvas. | Ben Wagner | 2017-06-23 |
* | Show SkPaint/blendMode in debugger | Florin Malita | 2017-06-07 |
* | Remove translateZ and lights from SkCanvas | Jim Van Verth | 2017-05-02 |
* | Remove EXPERIMENTAL_SHADOWING, Part 1 | Jim Van Verth | 2017-05-02 |
* | Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" | Matt Sarett | 2017-04-28 |
* | Revert "Delete copyTo(Allocator), hide copyTo() behind flag" | Matt Sarett | 2017-04-27 |
* | Delete copyTo(Allocator), hide copyTo() behind flag | Matt Sarett | 2017-04-27 |
* | hide lockpixels api behind flag | Mike Reed | 2017-04-17 |
* | remove legacy virtual for vertices, only support object form | Mike Reed | 2017-03-17 |
* | hide trivial helpers on canvas | Mike Reed | 2017-02-22 |
* | Add support for drawImageLattice in SKIA debugger | Stan Iliev | 2017-01-12 |
* | SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h | Hal Canary | 2017-01-11 |
* | Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" | Kevin Lubick | 2017-01-11 |
* | SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h | Hal Canary | 2017-01-11 |
* | change SkClipOp to a class enum | Mike Reed | 2016-12-12 |
* | Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" | Mike Reed | 2016-12-09 |
* | Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" | Mike Reed | 2016-12-09 |
* | remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS | Mike Reed | 2016-12-08 |
* | tools: s/SkAutoTUnref/sk_sp/ | Hal Canary | 2016-11-03 |
* | Remove SkAutoTDelete. | Ben Wagner | 2016-11-03 |
* | hide setImageFilter(ptr) | Mike Reed | 2016-11-01 |
* | remove xfermode from public api | Mike Reed | 2016-10-28 |
* | skp_parser | halcanary | 2016-10-17 |
* | 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 |
* | 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 SkColor4f serialization | brianosman | 2016-09-25 |
* | abstract name of clipping ops, to transtion to a more restricted set | reed | 2016-09-20 |
* | Fix SkDrawTextBlobCommand null blob crash | fmalita | 2016-09-14 |
* | Use sk_sp text blob APIs | fmalita | 2016-09-13 |
* | change SkStreams to work with sk_sp<SkData> instead of SkData* | reed | 2016-09-12 |
* | Add width, height, unique ID, alpha to debugger DrawImageCommand | msarett | 2016-08-29 |