aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDevice.h
Commit message (Expand)AuthorAge
* support direct writing to top layer, and hide getTopLayer()Gravatar reed@google.com2014-03-12
* make onReadPixels protected and have default impl (so we can remove chrome ov...Gravatar commit-bot@chromium.org2014-03-12
* Add SkCanvas::writePixels that takes info+pixels directlyGravatar commit-bot@chromium.org2014-03-07
* add SkCanvas::drawDRRectGravatar commit-bot@chromium.org2014-02-21
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Remove deprecation of SkBaseDevice::config() so compile can proceed.Gravatar jvanverth@google.com2014-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
* 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
* Make SkImageFilter methods const.Gravatar commit-bot@chromium.org2014-02-05
* remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurfaceGravatar reed@google.com2014-02-05
* remove kGL_Capability (unused)Gravatar reed@google.com2014-02-04
* Deprecate two more functions using SK_ATTR_DEPRECATED macro.Gravatar tfarina@chromium.org2014-01-15
* Remove drawPosTextOnPath() from SkDevice API.Gravatar tfarina@chromium.org2014-01-13
* Move distance field font code into GrDistanceFieldTextContext.Gravatar commit-bot@chromium.org2013-12-19
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-11-14
* Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitma...Gravatar reed@google.com2013-11-13
* drawPosTextOnPath is now deprecated, removing all overrides and implsGravatar reed@google.com2013-11-13
* Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"Gravatar reed@google.com2013-11-12
* switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDeviceGravatar reed@google.com2013-11-12
* 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
* Baby step in making SkGpuDevice no longer derive from SkBitmapDeviceGravatar robertphillips@google.com2013-09-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-30
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* Chromium staging for SkDevice refactoringGravatar robertphillips@google.com2013-08-21
* 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
* drawBitmap* cleanupGravatar robertphillips@google.com2013-07-25
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* Add GPU support for roundrectsGravatar commit-bot@chromium.org2013-04-25
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* Expose geometry and gamma on device.Gravatar bungeman@google.com2013-01-22
* Add GPU support for axis-aligned ovals:Gravatar jvanverth@google.com2013-01-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-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
* Fix recursive GPU processing for SkImageFilter. Plumb through theGravatar senorblanco@chromium.org2012-09-27
* Reimplement drawBitmapRectToRect to correctly handle fraction srcRect.Gravatar reed@google.com2012-09-25
* In which a series of things around attachToCanvas and writePixels are fixedGravatar bsalomon@google.com2012-08-29
* Add caching of the snapshot image form a surfaceGravatar reed@google.com2012-08-28
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Added SkDevice onAttachToCanvas & onDetachFromCanvas methodsGravatar robertphillips@google.com2012-07-13
* Rolling back r4034 (Proposed plumbing to propagate save & restore)Gravatar robertphillips@google.com2012-07-03
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.Gravatar tomhudson@google.com2012-06-01