summaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
2014-04-30Rename SK_DEBUGBREAK to SK_ALWAYSBREAKcommit-bot@chromium.org
2014-04-30Revert of Rename SK_DEBUGBREAK to SK_ALWAYSBREAK (https://codereview.chromium...commit-bot@chromium.org
2014-04-30Rename SK_DEBUGBREAK to SK_ALWAYSBREAKcommit-bot@chromium.org
2014-03-26remove all references to legacy Config8888reed@google.com
2014-03-18Remove SkCanvas matrix ops return value.commit-bot@chromium.org
2014-03-17Update SkXPSDevice.cpp toorobertphillips@google.com
2014-03-13getDeviceCapabilities is no longer need, so remove itcommit-bot@chromium.org
2014-02-20use colortype instead of configreed@google.com
2014-02-16Change device factories to take SkImageInfo instead of SkBitmap::Configcommit-bot@chromium.org
2014-02-05Fix SkXPSDevicesenorblanco@chromium.org
2013-12-19Move distance field font code into GrDistanceFieldTextContext.commit-bot@chromium.org
2013-11-18Fix Windows build after the SkAutoFoo guard CL.mtklein@google.com
2013-11-12Override drawRRect in fake SkBitmapDevices.scroggo@google.com
2013-11-11Hook in rough distance field support for fontsjvanverth@google.com
2013-10-01Minor changes to XPS device.bungeman@google.com
2013-08-29Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com
2013-08-22My clang now doesn't complain about !"foo".mtklein@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-07-22Clean up a few warnings on Windows x64.bungeman@google.com
2013-07-03Add canFilterMaskGPU & filterMaskGPU to SkMaskFilterrobertphillips@google.com
2013-05-07XPS ttc handling.commit-bot@chromium.org
2013-03-21switch to typeface api for tablesreed@google.com
2013-03-21Enable init'ed but unused var warning on windows for closer parity with mac/l...bsalomon@google.com
2013-02-25Always round text position correctly.bungeman@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-22Fix VC++ warning and Android only code for 7317.bungeman@google.com
2012-10-31Make SkShader store localM directly rather than as a separate alloc.bsalomon@google.com
2012-10-11SkTCopyOnFirstWritebsalomon@google.com
2012-10-08Remove external matrix feature.bsalomon@google.com
2012-07-25Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...rileya@google.com
2012-06-07extend asAGradient for Conical type (to be implemented by PDF and XPS)reed@google.com
2012-04-05XPS filter and rasterize hairlines.bungeman@google.com
2012-04-04Fixing blurred shadows on hairline paths when rendering to XPS devicejunov@chromium.org
2012-04-04Fixing the drawing of blurred shodows for hairline paths with software renderingjunov@chromium.org
2012-01-28Formatting cleanup: remove extra whitespacevandebo@chromium.org
2012-01-13Subpixel text 3/8 of a pixel too far to the right.bungeman@google.com
2012-01-06add allowImageFilter() so a device can allow/disallow filtersreed@google.com
2012-01-03Formatting only, multi-line call actually fits on one line.bungeman@google.com
2011-12-12check for empty glyph run and exit early if so.reed@google.com
2011-12-07add SK_OVERRIDE, move subclass impls of virtuals into .cppreed@google.com
2011-10-10Add xps device to skia.bungeman@google.com