index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
/
SkPictureUtils.cpp
Commit message (
Expand
)
Author
Age
*
Split SkPicturePlayback out of SkPictureData
robertphillips
2014-07-07
*
hide virtuals on device for width/height/isopaque
reed
2014-06-14
*
remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code
reed
2014-06-11
*
Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)
robertphillips
2014-06-04
*
use colortype instead of config
reed
2014-06-02
*
hide SkDevice::config()
reed
2014-06-02
*
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...
commit-bot@chromium.org
2014-05-30
*
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
commit-bot@chromium.org
2014-05-29
*
setConfig -> setInfo
commit-bot@chromium.org
2014-05-29
*
add new readPixels with direct memory parameters
commit-bot@chromium.org
2014-03-17
*
remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code
commit-bot@chromium.org
2014-03-17
*
Implement support for a Context parameter in image filters
senorblanco@chromium.org
2014-03-14
*
getDeviceCapabilities is no longer need, so remove it
commit-bot@chromium.org
2014-03-13
*
Add SkCanvas::writePixels that takes info+pixels directly
commit-bot@chromium.org
2014-03-07
*
use colortype instead of config
reed@google.com
2014-02-20
*
Change device factories to take SkImageInfo instead of SkBitmap::Config
commit-bot@chromium.org
2014-02-16
*
Make SkImageFilter methods const.
commit-bot@chromium.org
2014-02-05
*
Pull in Chromium's version of GatherPixelRefs
robertphillips@google.com
2014-01-13
*
Expand GatherPixelRefs unit test
robertphillips@google.com
2014-01-09
*
NoSaveLayerCanvas now its own file
robertphillips@google.com
2014-01-07
*
Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitma...
reed@google.com
2013-11-13
*
Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"
reed@google.com
2013-11-12
*
switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice
reed@google.com
2013-11-12
*
Override drawRRect in fake SkBitmapDevices.
scroggo@google.com
2013-11-12
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-17
*
This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...
commit-bot@chromium.org
2013-08-16
*
drawBitmap* cleanup
robertphillips@google.com
2013-07-25
*
Moving updateClipConservativelyUsingBounds into SkCanvas
junov@chromium.org
2013-05-29
*
Accelerate handling of clipRRect in calls to SkPictureUtils::GatherPixelRefs
junov@chromium.org
2013-02-01
*
Prevent SkPictureUtils::GatherPixelRefs from generating bitmaps from gradient
junov@google.com
2013-02-01
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
doh. drawRRect is not on SkDevice.... yet
reed@google.com
2013-01-24
*
override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those,
reed@google.com
2013-01-24
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-30
*
add SkPictureUtils::GatherPixelRefs()
reed@google.com
2012-11-29