aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCanvas.cpp
Commit message (Expand)AuthorAge
...
* fix calling undef inline func build errorGravatar commit-bot@chromium.org2014-02-16
* 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
* add peekPixels to SkCanvas and SkSurfaceGravatar 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
* SkPictureRecord: silently do nothing for non-drawable SkBitmaps.Gravatar commit-bot@chromium.org2014-02-10
* 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
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-01
* add SkCanvas constructor that explicitly creates no_config with dimensionsGravatar commit-bot@chromium.org2014-01-31
* Give correct bounds to SkCanvas's AutoDrawLooper use for filter draws.Gravatar senorblanco@chromium.org2014-01-28
* fix (some) 64bit warnings -- size_t -> intGravatar commit-bot@chromium.org2014-01-24
* Make SkImageFilter crop rects relative to the primitive origin, instead of re...Gravatar senorblanco@chromium.org2014-01-03
* Remove unused function.Gravatar commit-bot@chromium.org2014-01-02
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* remove SkScalarCompare type and headerGravatar reed@google.com2013-12-13
* Fix compilation with SK_ENABLE_INST_COUNT=1Gravatar 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
* Fix cubic->quad RR corner regressionGravatar robertphillips@google.com2013-10-20
* 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
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* In image filters, apply the CTM and offset to the crop rect. This is necessar...Gravatar senorblanco@chromium.org2013-08-27
* 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
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Patch for r10762Gravatar robertphillips@google.com2013-08-16
* This CL addresses "SkCanvas::save flags are not respected by GPU backend" (ht...Gravatar commit-bot@chromium.org2013-08-16
* Revert "Add SkCanvas::drawPosTextBounded."Gravatar reed@google.com2013-08-12
* Add SkCanvas::drawPosTextBounded.Gravatar commit-bot@chromium.org2013-08-07
* drawBitmap* cleanupGravatar robertphillips@google.com2013-07-25
* remove dead defines from SkUserConfig.hGravatar reed@google.com2013-07-23
* Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool).Gravatar commit-bot@chromium.org2013-07-10
* remove dead AutoValidatorGravatar reed@google.com2013-06-21
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* 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 combined clips soft if one is softGravatar caryclark@google.com2013-05-07
* Add GPU support for roundrectsGravatar commit-bot@chromium.org2013-04-25