aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkDevice.cpp
Commit message (Expand)AuthorAge
* apply imagefilter to all draw callsGravatar reed@google.com2012-03-23
* Use nested template expansions to implement Config8888 conversions.Gravatar bsalomon@google.com2012-02-22
* 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
* initial impl of SkImageFilters : virtual signature will change!Gravatar reed@google.com2011-12-20
* enable shadermask optimization all the timeGravatar reed@google.com2011-11-30
* add SkXfermode::IsMode() and use that in SkDeviceGravatar mike@reedtribe.org2011-11-17
* disable reduced checks if we're not enabling fast shadermaskGravatar reed@google.com2011-11-15
* support blitMask+shader natively (1.75x faster for AA, and now we can supportGravatar reed@google.com2011-11-15
* 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
* don't autoset forceaa (yet), but require the caller to do that. In the futureGravatar reed@google.com2011-09-30
* disable auto-detection of non-opaque devices for LCD for nowGravatar reed@google.com2011-09-30
* Detect that we're drawing to a device that has per-pixel alpha, and if so,Gravatar reed@google.com2011-09-30
* 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
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Allow texture-backed bitmaps to perform a read-back when lockPixels is called.Gravatar reed@google.com2011-07-07
* remove SkDeviceFactory from the collective consciousness, now that devices knowGravatar reed@google.com2011-07-06
* 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 filterTextFlags() to SkDevice (virtual) to allow device subclasses toGravatar reed@google.com2011-03-15
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* add origin to deviceGravatar reed@google.com2011-03-04
* change virtual setMatrixClip() to take a SkClipStack parameter.Gravatar reed@google.com2011-02-22
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Remove include of SkGLDevice.h from SkGLCanvas.hGravatar vandebo@chromium.org2010-11-11
* Refactor SkCanvas so that backends don't need to override it.Gravatar vandebo@chromium.org2010-10-13
* grab from latest androidGravatar reed@android.com2008-12-17