aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/SkDeferredCanvas.cpp
Commit message (Expand)AuthorAge
* drawPosTextOnPath is now deprecated, removing all overrides and implsGravatar reed@google.com2013-11-13
* Override drawRRect in fake SkBitmapDevices.Gravatar scroggo@google.com2013-11-12
* 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
* Start cleaning up 64bit Win warningsGravatar robertphillips@google.com2013-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
* This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...Gravatar commit-bot@chromium.org2013-08-16
* Removing deprecated constructors and setDevice from SkDeferredCanvasGravatar commit-bot@chromium.org2013-08-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-06
* Fixing SkDeferredCanvas::writePixels to trigger appropriate change notificati...Gravatar junov@chromium.org2013-08-02
* drawBitmap* cleanupGravatar robertphillips@google.com2013-07-25
* I don't want these changes as part of the "allow bleeding" CL.Gravatar commit-bot@chromium.org2013-07-23
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* Build fixGravatar junov@chromium.org2013-05-28
* Changing SkDeferredCanvas to use factories for creationGravatar junov@chromium.org2013-05-28
* Adding setSurface public API method to SkDeferredCanvasGravatar junov@chromium.org2013-05-24
* Fixing deferred canvases so that they do not return deferred devices on creat...Gravatar junov@chromium.org2013-05-21
* Adding optimization to avoid image copy in SkSurface copy on write when conte...Gravatar commit-bot@chromium.org2013-04-22
* Fix crash with SkDeferredCanvas+SkSurface integration with in order draw buffer.Gravatar junov@chromium.org2013-04-15
* Fixing viral copy/paste typo Shapshot -> SnapshotGravatar junov@chromium.org2013-04-12
* Adding SkSurface support to SkDeferredCanvasGravatar junov@chromium.org2013-04-12
* Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPrivGravatar junov@chromium.org2013-01-24
* Expose geometry and gamma on device.Gravatar bungeman@google.com2013-01-22
* fix warningsGravatar reed@google.com2013-01-07
* Fixing clip region test in deferred canvas, used to determine whether a draw ...Gravatar junov@chromium.org2012-12-13
* 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
* Simple change to remove unnecessary #define statement.Gravatar sugoi@google.com2012-11-21
* Deferred canvas can now be flushed if an image is beyond a certain size to av...Gravatar sugoi@google.com2012-11-21
* Eliminating implicit conversion from enum to bool. Fixes compiler warningGravatar junov@chromium.org2012-10-30
* Fixing SkDeferredCanvas to not consider paint as opaque when xfermode source ...Gravatar junov@chromium.org2012-10-11
* Reland r5861 but leave setMatrixClip virtual on SkDevice (IOW this is a parti...Gravatar bsalomon@google.com2012-10-10
* Reverting r5861 (remove gainfocus and setMatixClip) due to Chrome compilation...Gravatar robertphillips@google.com2012-10-09
* Remove gainFocus() and setMatrixClip() virtuals from SkDevice.Gravatar bsalomon@google.com2012-10-09
* Adding virtual method to SkDeferredCanvas::NotificationClient for signaling w...Gravatar junov@google.com2012-10-01
* Adding hasPendingCommands API method to SkDeferredCanvasGravatar junov@chromium.org2012-09-20
* Fixing how deferred canvas purges itself when a clear is recoreded.Gravatar junov@chromium.org2012-09-20
* Adding a silent playback option to SkGPipeReadGravatar junov@chromium.org2012-09-20
* Renaming a couple methods in SkDeferredCanvas.cpp to improve readabilityGravatar junov@chromium.org2012-09-19
* re-re-land 5578Gravatar reed@google.com2012-09-18
* revert 5580Gravatar reed@google.com2012-09-18
* re-land 5578 w/ pipe fixGravatar reed@google.com2012-09-18
* revert 5578 -- broke pipeGravatar reed@google.com2012-09-18
* Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. ThisGravatar reed@google.com2012-09-18