C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / utils / SkDeferredCanvas.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-23 kkinnunenDo not playback pending commands for full deferred...
2015-03-14 reedRevert[6] of Change device creation to see the (optiona...
2015-03-14 reedRevert of Revert of Revert of Revert of Revert of Chang...
2015-03-14 reedRevert of Revert of Revert of Revert of Change device...
2015-03-13 reedRevert of Revert of Revert of Change device creation...
2015-03-13 reedRevert of Revert of Change device creation to see the...
2015-03-13 reedRevert of Change device creation to see the (optional...
2015-03-13 reedChange device creation to see the (optional) layer...
2015-02-27 robertphillipsAdd rewind capability to SkChunkAlloc
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-05 reedRevert of Revert of move remaining virtual draw methods...
2015-01-05 reedRevert of move remaining virtual draw methods to onDraw...
2015-01-05 reedmove remaining virtual draw methods to onDraw
2014-12-15 junovRemove SkCanvas::isDrawingToLayer
2014-12-10 Florin MalitaRemove SkCanvas::drawBitmapMatrix()
2014-12-04 reedChange clear() to respect the clip
2014-12-03 reedRevert "Change clear() to respect the clip"
2014-12-02 reedChange clear() to respect the clip
2014-11-13 reedrename filterTextFlags to disableLCD
2014-11-13 fmalitaRename onCreateDevice -> onCreateCompatibleDevice
2014-11-13 reedRevert of move to modify onCreateDevice virtual (patchs...
2014-11-12 reedstart to replace onCreateDevice with onCreateCompatible...
2014-11-04 piotaixrRevert of Override SkCanvas::drawImage() in SkDeferredC...
2014-10-22 piotaixrOverride SkCanvas::drawImage() in SkDeferredCanvas...
2014-10-17 rmistryRevert of Override SkCanvas::drawImage() in SkDeferredC...
2014-10-16 piotaixrOverride SkCanvas::drawImage() in SkDeferredCanvas...
2014-09-29 fmalitaRevert of Revert of Fix SkTextBlob offset semantics...
2014-09-29 robertphillipsRevert of Fix SkTextBlob offset semantics. (patchset...
2014-09-26 Florin MalitaFix SkTextBlob offset semantics.
2014-09-22 reedIntroduce Props to surface (patchset #27 id:520001...
2014-09-21 reedRevert of introduce Props to surface (patchset #27...
2014-09-21 reedintroduce Props to surface (work in progress)
2014-09-16 yunchao.hePicture Recording: fix the performance bottleneck in...
2014-09-15 mtkleinRevert of Picture Recording: fix the performance bottle...
2014-09-15 yunchao.hePicture Recording: fix the performance bottleneck in...
2014-09-05 bsalomon"NULL !=" = NULL
2014-08-26 fmalitaSkTextBlob plumbing
2014-08-12 dandovSkCanvas::drawPatch param SkPoint[12]
2014-08-09 reedadd drawPicture variant that takes a matrix and paint
2014-08-07 dandovStopped skipping tests in dm of SkPatch by implementing the
2014-08-04 dandovSkCanvas interface for drawing a patch.
2014-06-30 reedstop calling SkCanvas::getDevice
2014-06-30 Florin MalitaSaveFlags be-gone
2014-06-14 reedhide virtuals on device for width/height/isopaque
2014-06-11 reedremove SK_SUPPORT_LEGACY_DEVICE_CONFIG code
2014-06-04 robertphillipsAlter SkCanvas::drawPicture (devirtualize, take const...
2014-06-03 reedremove SkBounder -- unused and unloved
2014-06-02 reedhide SkDevice::config()
2014-04-23 reed@google.comMake drawText calls non-virtual, to ease SkFont and...
2014-04-22 commit-bot@chromiu... Revert of make drawText calls non-virtual, to ease...
2014-04-22 commit-bot@chromiu... make drawText calls non-virtual, to ease SkFont and...
2014-03-27 commit-bot@chromiu... Making SkDeferredCanvas::silentFlush trigger a skippedP...
2014-03-26 reed@google.comremove all references to legacy Config8888
2014-03-25 commit-bot@chromiu... Consolidate SkCanvas matrix virtuals.
2014-03-17 commit-bot@chromiu... add new readPixels with direct memory parameters
2014-03-17 commit-bot@chromiu... remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead...
2014-03-14 senorblanco@chromi... Implement support for a Context parameter in image...
2014-03-13 commit-bot@chromiu... De-virtualize SkCanvas matrix ops.
2014-03-13 commit-bot@chromiu... getDeviceCapabilities is no longer need, so remove it
2014-03-12 commit-bot@chromiu... De-virtualize SkCanvas save/restore.
2014-03-12 reed@google.comsupport direct writing to top layer, and hide getTopLayer()
2014-03-12 commit-bot@chromiu... Revert of Revert of Revert "De-virtualize SkCanvas...
2014-03-11 commit-bot@chromiu... Revert of Revert "De-virtualize SkCanvas save/restore...
2014-03-11 fmalita@google.comRevert "De-virtualize SkCanvas save/restore."
2014-03-11 fmalita@google.comDe-virtualize SkCanvas save/restore.
2014-03-08 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-03-07 commit-bot@chromiu... Add SkCanvas::writePixels that takes info+pixels directly
2014-02-28 robertphillips@goo... add new onClip* methods to SkCanvas
2014-02-28 robertphillips@goo... Revert of r13620 (add new onClip* methods to SkCanvas...
2014-02-28 robertphillips@goo... add new onClip* methods to SkCanvas
2014-02-21 commit-bot@chromiu... override new virtual onDrawDRRect in util canvas subclasses
2014-02-16 commit-bot@chromiu... Change device factories to take SkImageInfo instead...
2014-02-14 reed@google.comRevert "Revert of have DeferredDevice inherit from...
2014-02-14 commit-bot@chromiu... Revert of have DeferredDevice inherit from SkBaseDevice...
2014-02-14 reed@google.comhave DeferredDevice inherit from SkBaseDevice
2014-02-05 reed@google.comremove SkCanvas::createCompatibleDevice, and add SkCanv...
2014-02-04 reed@google.comremove (unused by chrome) SkDeferredCanvas(device)...
2013-11-13 reed@google.comdrawPosTextOnPath is now deprecated, removing all overr...
2013-11-12 scroggo@google.comOverride drawRRect in fake SkBitmapDevices.
2013-10-22 bsalomon@google.comRevert "If the path is a rect, call drawRect to raster...
2013-10-22 bsalomon@google.comIf the path is a rect, call drawRect to raster the...
2013-10-17 robertphillips@goo... Revert r11842 (call drawRect to try GrAARectRenderer...
2013-10-17 commit-bot@chromiu... If the path is a rect, call drawRect to raster the...
2013-10-14 robertphillips@goo... Start cleaning up 64bit Win warnings
2013-08-29 robertphillips@goo... Split SkDevice into SkBaseDevice and SkBitmapDevice
2013-08-20 robertphillips@goo... Revert r10830 (Split SkDevice out of SkRasterDevice...
2013-08-20 robertphillips@goo... Split SkDevice out of SkBitmapDevice
2013-08-16 commit-bot@chromiu... This CL plumbs in the drawBitmapRectToRect "bleed"...
2013-08-09 commit-bot@chromiu... Removing deprecated constructors and setDevice from...
2013-08-06 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-08-02 junov@chromium.orgFixing SkDeferredCanvas::writePixels to trigger appropr...
2013-07-25 robertphillips@goo... drawBitmap* cleanup
2013-07-23 commit-bot@chromiu... I don't want these changes as part of the "allow bleedi...
2013-06-26 commit-bot@chromiu... Change undefined SkGpuRenderTarget and SkGpuTexture...
2013-05-28 junov@chromium.orgBuild fix
2013-05-28 junov@chromium.orgChanging SkDeferredCanvas to use factories for creation
2013-05-24 junov@chromium.orgAdding setSurface public API method to SkDeferredCanvas
2013-05-21 junov@chromium.orgFixing deferred canvases so that they do not return...
2013-04-22 commit-bot@chromiu... Adding optimization to avoid image copy in SkSurface...
next