index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkCanvas.cpp
Commit message (
Expand
)
Author
Age
*
add device-clipping to gpudevice
Mike Reed
2017-02-16
*
remove code for TextDecorations
Mike Reed
2017-02-16
*
work on raster device clipping
Mike Reed
2017-02-14
*
Only use DeviceCM->fNext if the layer doesn't affect the clip
Mike Reed
2017-02-12
*
Remove use of SkSmallAllocator from all Loopers.
Herb Derby
2017-02-08
*
add virtuals in prep for device-clipping
Mike Reed
2017-02-08
*
Add refcnt'ed immutable vertices class for SkCanvas::drawVertices.
Brian Salomon
2017-02-06
*
start removing uses of SkScalarMul
Mike Reed
2017-02-06
*
rename virtuals for clipbounds, and deprecate older bool/var-arg pattern
Mike Reed
2017-01-23
*
Reland "Refactor trimming logic for read/writePixels()"
Matt Sarett
2017-01-23
*
change clip-bounds getters to always return the rect
Mike Reed
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
*
Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky...
Joe Gregorio
2017-01-20
*
explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and un...
Mike Reed
2017-01-19
*
new hacky api to get cliprgn for android
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
*
Revert "Revert "Hide SkCanvas getDevice() & getTopDevice()}""
Florin Malita
2017-01-13
*
Revert "Hide SkCanvas getDevice() & getTopDevice()}"
Florin Malita
2017-01-13
*
Hide SkCanvas getDevice() & getTopDevice()}
Florin Malita
2017-01-13
*
fix clipping in rasterhandleallocator
Mike Reed
2017-01-12
*
refFoo variant for getters that naturally have a sk_sp
Mike Reed
2017-01-12
*
support external raster handles
Mike Reed
2017-01-10
*
Add a method in SkCanvas to set "hard" clip bounds.
Stan Iliev
2016-12-12
*
SkBitmap::setPixelRef(): less reference churn
Hal Canary
2016-12-12
*
change SkClipOp to a class enum
Mike Reed
2016-12-12
*
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
Mike Reed
2016-12-08
*
Rebase non-drawing SkCanvas subclasses to SkNoDrawCanvas
Florin Malita
2016-12-02
*
SkNoDrawCanvas - a public non-drawing canvas base class
Florin Malita
2016-12-01
*
Add handling for instantiate failure up the call stack
Robert Phillips
2016-11-18
*
Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...
herb
2016-11-15
*
Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"
Mike Reed
2016-11-13
*
Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (p...
mtklein
2016-11-13
*
Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...
herb
2016-11-13
*
Revert "Change SkCanvas to *not* inherit from SkRefCnt"
Heather Miller
2016-11-10
*
Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (p...
mtklein
2016-11-09
*
Make SkSmallAllocator obey the RAII invariants and move to heap structures wh...
herb
2016-11-09
*
Change SkCanvas to *not* inherit from SkRefCnt
Mike Reed
2016-11-09
*
src/core: s/SkAutoTUnref/sk_sp/g
Hal Canary
2016-11-07
*
SkXPS: handle case where snapSpecial() returns null
Hal Canary
2016-11-07
*
remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
Mike Reed
2016-11-03
*
hide setImageFilter(ptr)
Mike Reed
2016-11-01
*
remove lots of legacy flags
Mike Reed
2016-10-31
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Rename GrDrawContext to GrRenderTargetContext
Brian Osman
2016-10-27
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Allow F16 color type on direct raster canvases
junov
2016-10-13
[next]