aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkCanvas.h
Commit message (Expand)AuthorAge
...
* Store SkRRects in SkClipStackGravatar commit-bot@chromium.org2014-02-16
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-15
* When the CTM has perspective the back-project method in quickRejectY goes hay...Gravatar commit-bot@chromium.org2014-02-14
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-14
* add peekPixels to SkCanvas and SkSurfaceGravatar commit-bot@chromium.org2014-02-13
* Add unit test for unbalanced save and restores in pictures.Gravatar commit-bot@chromium.org2014-02-13
* Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...Gravatar commit-bot@chromium.org2014-02-13
* add peekPixels to SkCanvas and SkSurfaceGravatar mike@reedtribe.org2014-02-13
* remove unneeded SK_SUPPORT_LEGACY_CANVAS_CREATECOMPATIBLEDEVICEGravatar reed@google.com2014-02-07
* Implement correct clipping for image filters.Gravatar senorblanco@chromium.org2014-02-05
* remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurfaceGravatar reed@google.com2014-02-05
* add SkCanvas constructor that explicitly creates no_config with dimensionsGravatar commit-bot@chromium.org2014-01-31
* remove SkScalarCompare type and headerGravatar reed@google.com2013-12-13
* Update documentation around drawBitmap and shadersGravatar commit-bot@chromium.org2013-12-05
* Implement a benchmark for GrResourceCacheGravatar commit-bot@chromium.org2013-11-21
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* drawPosTextOnPath is now deprecated, removing all overrides and implsGravatar reed@google.com2013-11-13
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv...Gravatar bsalomon@google.com2013-10-22
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar bsalomon@google.com2013-10-22
* Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ...Gravatar robertphillips@google.com2013-10-17
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar commit-bot@chromium.org2013-10-17
* save/restore the canvas around every bench draw callGravatar commit-bot@chromium.org2013-10-14
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* Fix name of "bleed" flagGravatar robertphillips@google.com2013-08-20
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-17
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Prevent picture recording from over optimizing the culling of clips.Gravatar djsollen@google.com2013-08-13
* Revert "Add SkCanvas::drawPosTextBounded."Gravatar reed@google.com2013-08-12
* Add SkCanvas::drawPosTextBounded.Gravatar commit-bot@chromium.org2013-08-07
* added drawVertices path to GameBenchGravatar robertphillips@google.com2013-07-31
* drawBitmap* cleanupGravatar robertphillips@google.com2013-07-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-30
* Moving updateClipConservativelyUsingBounds into SkCanvasGravatar junov@chromium.org2013-05-29
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* path ops : make it realGravatar caryclark@google.com2013-04-25
* Fixed bug in SkSurface_Gpu to make the surface receive the new copy when copyGravatar junov@chromium.org2013-04-11
* clone of https://codereview.appspot.com/7208043/Gravatar reed@google.com2013-01-30
* Update documentation around picture playback.Gravatar djsollen@google.com2013-01-02
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* add restore() to SkAutoCanvasRestoreGravatar reed@google.com2012-11-20
* move setDevice() to protected: in preparation for its eventual demiseGravatar reed@google.com2012-11-14
* mark SkCanvas::setDevice as DEPRECATED -- need to remove all callers in chromeGravatar reed@google.com2012-11-14