index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkDevice.cpp
Commit message (
Expand
)
Author
Age
*
removed unused code around scaled generators
Mike Reed
2017-02-15
*
work on raster device clipping
Mike Reed
2017-02-14
*
Add refcnt'ed immutable vertices class for SkCanvas::drawVertices.
Brian Salomon
2017-02-06
*
start removing uses of SkScalarMul
Mike Reed
2017-02-06
*
Reland "Refactor trimming logic for read/writePixels()"
Matt Sarett
2017-01-23
*
Revert "Refactor trimming logic for read/writePixels()"
Matt Sarett
2017-01-23
*
Refactor trimming logic for read/writePixels()
Matt Sarett
2017-01-23
*
remove unused device apis
Mike Reed
2017-01-20
*
remove metadata from device
Mike Reed
2017-01-19
*
Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers"
Mike Reed
2017-01-13
*
move SkDevice.h and SkBitmapDevice.h contents in to src headers
Mike Reed
2017-01-13
*
Plumb dst color space in many places, rather than "mode"
Brian Osman
2016-12-09
*
External image generator API: return an SkPixmap instead of SkImage
Florin Malita
2016-11-25
*
Support decoding images to multiple formats, depending on usage
Brian Osman
2016-11-21
*
External SkImageGenerator API
Florin Malita
2016-11-16
*
Revert "Support decoding images to multiple formats, depending on usage"
Brian Osman
2016-11-15
*
Support decoding images to multiple formats, depending on usage
Brian Osman
2016-11-15
*
remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
Mike Reed
2016-11-03
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Add a src rect to drawImageLattice() API
msarett
2016-09-30
*
Add drawRegion() API to SkCanvas
msarett
2016-08-25
*
Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for odd...
bsalomon
2016-08-25
*
Mark temp paths in SkBaseDevice::drawArc and ::drawDRRect as volatile
bsalomon
2016-08-22
*
store info in basedevice, change getter to non-virtual const&
reed
2016-08-20
*
Plumb drawArc to SkDevice.
bsalomon
2016-08-19
*
Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy
msarett
2016-08-16
*
Add drawImageLattice() and drawBitmapLattice() APIs
msarett
2016-08-02
*
remove fClipStack and attach/deattach-from-canvas
reed
2016-07-25
*
Deprecate SkDevice::accessBitmap method
robertphillips
2016-07-21
*
remove dead methods now that we use specials exclusively for imagefilters
reed
2016-07-20
*
pre-land special methods on device
reed
2016-07-19
*
Add makeSpecial calls to SkGpuDevice
robertphillips
2016-07-18
*
Remove GrLayerHoister
robertphillips
2016-07-13
*
drawTextRSXform
reed
2016-07-07
*
Image filters: de-nest SkImageFilter::Cache and Cache::Key.
senorblanco
2016-04-27
*
remove 'deprecated' region from SkDraw
reed
2016-04-27
*
Begin removing deprecated (and now, unused) ImageFilter code paths
robertphillips
2016-04-20
*
Remove deprecated paths from image filter infrastructure.
senorblanco
2016-04-18
*
Skia Filter Quality and Scaling Metrics
ericrk
2016-04-18
*
Revert of Remove deprecated paths from image filter infrastructure. (patchset...
robertphillips
2016-04-17
*
Remove deprecated paths from image filter infrastructure.
senorblanco
2016-04-17
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Switch new SkImageFilter internal methods over to sk_sp
robertphillips
2016-03-24
*
Switch SkBlurImageFilter over to new onFilterImage interface
robertphillips
2016-03-24
*
switch surface to sk_sp
reed
2016-03-23
*
Revert of Switch SkBlurImageFilter over to new onFilterImage interface (patch...
robertphillips
2016-03-23
*
Switch SkBlurImageFilter over to new onFilterImage interface
robertphillips
2016-03-23
*
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...
reed
2016-03-22
*
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...
reed
2016-03-22
[next]