| Commit message (Expand) | Author | Age |
* | 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 |
* | Culling API | commit-bot@chromium.org | 2014-02-27 |
* | add SkCanvas::drawDRRect | commit-bot@chromium.org | 2014-02-21 |
* | change PictureRecord (and its private subclasses) to take size instead of device | commit-bot@chromium.org | 2014-02-17 |
* | still trying to kill setDevice: rename to setRootDevice (better name) and mak... | commit-bot@chromium.org | 2014-02-17 |
* | 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 |
* | Collapse matrix & clip stack in PictureRecord | robertphillips@google.com | 2014-02-11 |
* | 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-05 |
* | Update SkPictureRecord to allow some ops to be written separately | robertphillips@google.com | 2014-02-04 |
* | No deduping dictionaries for matrices and regions. | commit-bot@chromium.org | 2014-01-23 |
* | 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 |
* | 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 |
* | Second wave of Win64 warning cleanup | robertphillips@google.com | 2013-10-15 |
* | Split SkDevice into SkBaseDevice and SkBitmapDevice | robertphillips@google.com | 2013-08-29 |
* | Remove the call to getFontMetrics from SkBBoxRecord | commit-bot@chromium.org | 2013-08-22 |
* | Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu... | robertphillips@google.com | 2013-08-20 |
* | Split SkDevice out of SkBitmapDevice | robertphillips@google.com | 2013-08-20 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-08-17 |
* | This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ... | commit-bot@chromium.org | 2013-08-16 |
* | Moving updateClipConservativelyUsingBounds into SkCanvas | junov@chromium.org | 2013-05-29 |
* | First pass at Comment API | robertphillips@google.com | 2013-05-29 |
* | Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inve... | junov@chromium.org | 2013-05-08 |
* | Fixing SkPicture command pattern optimizations to make them work correctly wi... | commit-bot@chromium.org | 2013-03-15 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-02-16 |
* | Now store chunk size in skp file format | robertphillips@google.com | 2013-02-15 |
* | Simple Build fix. Unreviewed. | junov@chromium.org | 2013-01-22 |
* | Fixing invalid text clipping on SkPicture playback | junov@chromium.org | 2013-01-22 |
* | revert 6766, thereby re-landing 6762-6763 now that the bots are ready | reed@google.com | 2012-12-12 |
* | revert 6762-6763, since those require new skps to be generated, and we can't | reed@google.com | 2012-12-12 |
* | make RRect and Oval first-class drawing primitives in SkCanvas. | reed@google.com | 2012-12-12 |
* | cache fontmetrics in picture-record | reed@google.com | 2012-12-07 |
* | Added ability to extract SkBitmaps to filter tool | robertphillips@google.com | 2012-10-19 |
* | remove call to setBitmapDevice (deprecated). | reed@google.com | 2012-09-27 |
* | re-re-land 5578 | reed@google.com | 2012-09-18 |
* | revert 5580 | reed@google.com | 2012-09-18 |
* | re-land 5578 w/ pipe fix | reed@google.com | 2012-09-18 |
* | revert 5578 -- broke pipe | reed@google.com | 2012-09-18 |
* | Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This | reed@google.com | 2012-09-18 |
* | Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree. | rileya@google.com | 2012-09-11 |
* | peephole optimize save/restore brackets that contain no draw calls. | reed@google.com | 2012-08-30 |