aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/device
Commit message (Expand)AuthorAge
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Revert[6] of Change device creation to see the (optional) layer-paintGravatar reed2015-03-14
* Revert of Revert of Revert of Revert of Revert of Change device creation to s...Gravatar reed2015-03-13
* Revert of Revert of Revert of Revert of Change device creation to see the (op...Gravatar reed2015-03-13
* Revert of Revert of Revert of Change device creation to see the (optional) la...Gravatar reed2015-03-13
* Revert of Revert of Change device creation to see the (optional) layer-paint ...Gravatar reed2015-03-13
* Revert of Change device creation to see the (optional) layer-paint (patchset ...Gravatar reed2015-03-13
* Change device creation to see the (optional) layer-paintGravatar reed2015-03-13
* XPS, DM: add SkDocument::CreateXPSGravatar halcanary2015-03-03
* Revert of XPS, DM: add SkDocument::CreateXPS (patchset #8 id:310001 of https:...Gravatar halcanary2015-03-03
* XPS, DM: add SkDocument::CreateXPSGravatar halcanary2015-03-03
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* remove device::clear -- no longer calledGravatar reed2014-12-08
* Rename onCreateDevice -> onCreateCompatibleDeviceGravatar fmalita2014-11-13
* Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of htt...Gravatar fmalita2014-09-29
* Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://c...Gravatar robertphillips2014-09-29
* Fix SkTextBlob offset semantics.Gravatar Florin Malita2014-09-26
* Add testing flag for XPS for deterministic ids.Gravatar Ben Wagner2014-08-22
* remove all references to legacy Config8888Gravatar reed@google.com2014-03-26
* Windows build fixGravatar robertphillips@google.com2014-03-17
* getDeviceCapabilities is no longer need, so remove itGravatar commit-bot@chromium.org2014-03-13
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Fix SkXPSDeviceGravatar senorblanco@chromium.org2014-02-05
* Override drawRRect in fake SkBitmapDevices.Gravatar scroggo@google.com2013-11-12
* 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
* drawBitmap* cleanupGravatar robertphillips@google.com2013-07-25
* XPS ttc handling.Gravatar commit-bot@chromium.org2013-05-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 SK_OVERRIDE, move subclass impls of virtuals into .cppGravatar reed@google.com2011-12-07
* 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
* Add xps device to skia.Gravatar bungeman@google.com2011-10-10