summaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
2014-03-26remove all references to legacy Config8888reed@google.com
2014-03-17Windows build fixrobertphillips@google.com
2014-03-13getDeviceCapabilities is no longer need, so remove itcommit-bot@chromium.org
2014-02-16Change device factories to take SkImageInfo instead of SkBitmap::Configcommit-bot@chromium.org
2014-02-05Fix SkXPSDevicesenorblanco@chromium.org
2013-11-12Override drawRRect in fake SkBitmapDevices.scroggo@google.com
2013-08-29Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com
2013-08-20Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com
2013-08-20Split SkDevice out of SkBitmapDevicerobertphillips@google.com
2013-07-25drawBitmap* cleanuprobertphillips@google.com
2013-05-07XPS ttc handling.commit-bot@chromium.org
2012-01-28Formatting cleanup: remove extra whitespacevandebo@chromium.org
2012-01-06add allowImageFilter() so a device can allow/disallow filtersreed@google.com
2011-12-07add SK_OVERRIDE, move subclass impls of virtuals into .cppreed@google.com
2011-11-03Override 32BPP format in SkCanvas::readPixelsbsalomon@google.com
2011-11-02Make SkDevice::onReadPixels take a const& rather than const*bsalomon@google.com
2011-11-02Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...bsalomon@google.com
2011-11-02Revert r2584 (new test fails in fixed pt builds)bsalomon@google.com
2011-11-02Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...bsalomon@google.com
2011-10-10Add xps device to skia.bungeman@google.com