aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCanvas.cpp
Commit message (Expand)AuthorAge
* 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
* path ops : make it realGravatar caryclark@google.com2013-04-25
* Adding optimization to avoid image copy in SkSurface copy on write when conte...Gravatar commit-bot@chromium.org2013-04-22
* Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friendsGravatar junov@chromium.org2013-04-16
* Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanv...Gravatar junov@chromium.org2013-03-28
* add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check forGravatar reed@google.com2013-01-30
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Add GPU support for axis-aligned ovals:Gravatar jvanverth@google.com2013-01-22
* The motivation for this changeset is to fix the following build failure in go...Gravatar rmistry@google.com2013-01-02
* add per-draw checks for lockcountsGravatar reed@google.com2012-12-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-13
* 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
* Make SkClipStack::Iter use SkClipStack::Element.Gravatar bsalomon@google.com2012-12-04
* change SkDrawFilter::filter to return a bool, where false means don't-drawGravatar reed@google.com2012-11-26