aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDevice.h
Commit message (Expand)AuthorAge
* 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
* Plumbing to propagate save & restore from SkCanvas down to GrContext & lowerGravatar robertphillips@google.com2012-05-23
* apply imagefilter to all draw callsGravatar reed@google.com2012-03-23
* Fixing backing store access in SkDeferredCanvas.Gravatar junov@chromium.org2012-02-07
* Formatting cleanup: remove extra whitespaceGravatar vandebo@chromium.org2012-01-28
* add allowImageFilter() so a device can allow/disallow filtersGravatar reed@google.com2012-01-06
* add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...Gravatar reed@google.com2012-01-05
* make getOrigin() public so callers can adjust layerGravatar caryclark@google.com2012-01-05
* Add default param to SkDevice::writePixels b/c WK is relying on old signature...Gravatar bsalomon@google.com2011-11-10
* Add config8888 support to writePixelsGravatar bsalomon@google.com2011-11-10
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* Override 32BPP format in SkCanvas::readPixelsGravatar bsalomon@google.com2011-11-03
* Make SkDevice::onReadPixels take a const& rather than const*Gravatar bsalomon@google.com2011-11-02
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit f...Gravatar vandebo@chromium.org2011-10-03
* Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy useGravatar tomhudson@google.com2011-09-13
* Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(),Gravatar tomhudson@google.com2011-09-12
* rename getBounds to getGlobalBounds, since it now takes the device's originGravatar reed@google.com2011-08-30
* Gpu can draw underlined text.Gravatar bungeman@google.com2011-08-22
* move setOrigin to protected, as a stop-gap fix for proxy devices. will revertGravatar reed@google.com2011-08-12
* Protect much of SkDevice and clarify usage of drawDevice.Gravatar bungeman@google.com2011-08-08
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* flip Y in uploads to bottom-up textures (and add gm test)Gravatar bsalomon@google.com2011-07-18
* remove SkDeviceFactory from the collective consciousness, now that devices knowGravatar reed@google.com2011-07-06
* update doxGravatar reed@google.com2011-06-21
* Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...Gravatar bsalomon@google.com2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* Removal of obsolete interface, SkMatrixClipObserver.Gravatar twiz@google.com2011-05-26
* git-svn-id: http://skia.googlecode.com/svn/trunk@1292 2bbb7eff-a529-9590-31e7...Gravatar twiz@google.com2011-05-10
* make SkDeviceFactory reference countedGravatar mike@reedtribe.org2011-04-26
* rename SkDevice::eraseColor to clear and make virtual.Gravatar bsalomon@google.com2011-04-14
* replace SkRefDict with SkMetaData (much more general)Gravatar reed@google.com2011-03-30
* add dox for drawPath, describing how to interpret the prePathMatrix.Gravatar reed@google.com2011-03-25
* Make SkDeviceFactory part of the API.Gravatar vandebo@chromium.org2011-03-19
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* add filterTextFlags() to SkDevice (virtual) to allow device subclasses toGravatar reed@google.com2011-03-15