| Commit message (Expand) | Author | Age |
* | Add SkCanvas::writePixels that takes info+pixels directly | commit-bot@chromium.org | 2014-03-07 |
* | Remove MCRec.fNext | commit-bot@chromium.org | 2014-03-06 |
* | Now that the matching changes have landed in Chromium we can clean up the API... | commit-bot@chromium.org | 2014-03-06 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-03-01 |
* | add new onClip* methods to SkCanvas | robertphillips@google.com | 2014-02-28 |
* | Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch... | robertphillips@google.com | 2014-02-28 |
* | add new onClip* methods to SkCanvas | robertphillips@google.com | 2014-02-28 |
* | add SkCanvas::NewRaster factory -- a very common use-case in chrome | commit-bot@chromium.org | 2014-02-27 |
* | Culling API | commit-bot@chromium.org | 2014-02-27 |
* | Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.c... | bsalomon@google.com | 2014-02-26 |
* | Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.... | commit-bot@chromium.org | 2014-02-26 |
* | Add getReducedClipStack to lua canvas | commit-bot@chromium.org | 2014-02-26 |
* | add isClipEmpty() -- encourage clients to call this rather than checking clip... | reed@google.com | 2014-02-24 |
* | Fix saveLayer() clipping w/filters, GPU path. | senorblanco@chromium.org | 2014-02-24 |
* | fix the visual difference of raster vs gpu -- inverse_paths | commit-bot@chromium.org | 2014-02-21 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-02-21 |
* | add SkCanvas::drawDRRect | commit-bot@chromium.org | 2014-02-21 |
* | use colortype instead of config | reed@google.com | 2014-02-20 |
* | still trying to kill setDevice: rename to setRootDevice (better name) and mak... | commit-bot@chromium.org | 2014-02-17 |
* | Make canvas pass rrects along to clip stack | commit-bot@chromium.org | 2014-02-16 |
* | fix calling undef inline func build error | commit-bot@chromium.org | 2014-02-16 |
* | Store SkRRects in SkClipStack | commit-bot@chromium.org | 2014-02-16 |
* | Change device factories to take SkImageInfo instead of SkBitmap::Config | commit-bot@chromium.org | 2014-02-16 |
* | add peekPixels to SkCanvas and SkSurface | commit-bot@chromium.org | 2014-02-13 |
* | Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi... | commit-bot@chromium.org | 2014-02-13 |
* | add peekPixels to SkCanvas and SkSurface | mike@reedtribe.org | 2014-02-13 |
* | SkPictureRecord: silently do nothing for non-drawable SkBitmaps. | commit-bot@chromium.org | 2014-02-10 |
* | remove unneeded SK_SUPPORT_LEGACY_CANVAS_CREATECOMPATIBLEDEVICE | reed@google.com | 2014-02-07 |
* | Implement correct clipping for image filters. | senorblanco@chromium.org | 2014-02-05 |
* | remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface | reed@google.com | 2014-02-05 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-02-01 |
* | add SkCanvas constructor that explicitly creates no_config with dimensions | commit-bot@chromium.org | 2014-01-31 |
* | Give correct bounds to SkCanvas's AutoDrawLooper use for filter draws. | senorblanco@chromium.org | 2014-01-28 |
* | fix (some) 64bit warnings -- size_t -> int | commit-bot@chromium.org | 2014-01-24 |
* | Make SkImageFilter crop rects relative to the primitive origin, instead of re... | senorblanco@chromium.org | 2014-01-03 |
* | Remove unused function. | commit-bot@chromium.org | 2014-01-02 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | remove SkScalarCompare type and header | reed@google.com | 2013-12-13 |
* | Fix compilation with SK_ENABLE_INST_COUNT=1 | commit-bot@chromium.org | 2013-12-05 |
* | Implement a benchmark for GrResourceCache | commit-bot@chromium.org | 2013-11-21 |
* | Guard against most unintentionally ephemeral SkAutoFoo instantiations. | commit-bot@chromium.org | 2013-11-18 |
* | drawPosTextOnPath is now deprecated, removing all overrides and impls | reed@google.com | 2013-11-13 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv... | bsalomon@google.com | 2013-10-22 |
* | If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw... | bsalomon@google.com | 2013-10-22 |
* | Fix cubic->quad RR corner regression | robertphillips@google.com | 2013-10-20 |
* | Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ... | robertphillips@google.com | 2013-10-17 |
* | If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw... | commit-bot@chromium.org | 2013-10-17 |