index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkCanvas.h
Commit message (
Expand
)
Author
Age
*
remove SkDeferredCanvas
reed
2015-08-19
*
api helpers inspired by blink use-cases
reed
2015-08-09
*
remove unneeded _DRAWIMAGERECT flags
reed
2015-08-07
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-05
*
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...
reed
2015-08-04
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-04
*
remove all guards for changes to drawBitmapRect / drawImageRect
reed
2015-07-28
*
Revert[2] of guard to remove DrawBitmapRectFlags
reed
2015-07-17
*
Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...
scroggo
2015-07-17
*
have canvas send discard instead of retain if the draw would overwrite everyt...
reed
2015-07-16
*
guard to remove DrawBitmapRectFlags
reed
2015-07-16
*
add src-rect-constraint to drawImageRect
reed
2015-07-14
*
add matrix options to drawDrawable
reed
2015-07-07
*
remove SkInstCnt
mtklein
2015-06-26
*
add drawImageNine
reed
2015-06-25
*
add SkCanvas::drawAtlas
reed
2015-06-24
*
Clean up usage of SkSurfaceProps
robertphillips
2015-06-22
*
remove SkDeviceProperties
robertphillips
2015-06-19
*
Remove the SkCanvas comment API
fmalita
2015-06-15
*
Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi
reed
2015-06-09
*
change internals over to SkPixmap and stop using accessBitmap
reed
2015-05-26
*
Revert of Implement support for non-scale/translate CTM in image filters. (pa...
reed
2015-05-14
*
Implement support for non-scale/translate CTM in image filters.
reed
2015-05-14
*
Revert of Implement support for non-scale/translate CTM in image filters. (pa...
reed
2015-05-13
*
Implement support for non-scale/translate CTM in image filters.
reed
2015-05-13
*
clean up pre-storage in canvas
reed
2015-05-01
*
add heuristic to pour small pictures into recordings, rather than ref'ing
reed
2015-04-30
*
onCreateDevice -> NULL now means the caller should create its own (bitmap) de...
reed
2015-04-29
*
SkCanvas::resetForNextPicture()
mtklein
2015-04-08
*
Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://co...
mtklein
2015-04-07
*
SkCanvas::resetForNextPicture()
mtklein
2015-04-07
*
restore clipstack to heap-ptr, so clients can ref it
reed
2015-04-07
*
reduce alloc overhead for SkCanvas
reed
2015-04-07
*
Make SkCanvas::getBaseLayerSize() virtual
tomhudson
2015-03-23
*
Revert[6] of Change device creation to see the (optional) layer-paint
reed
2015-03-14
*
Revert of Revert of Revert of Revert of Revert of Change device creation to s...
reed
2015-03-13
*
Revert of Revert of Revert of Revert of Change device creation to see the (op...
reed
2015-03-13
*
Revert of Revert of Revert of Change device creation to see the (optional) la...
reed
2015-03-13
*
Revert of Revert of Change device creation to see the (optional) layer-paint ...
reed
2015-03-13
*
Revert of Change device creation to see the (optional) layer-paint (patchset ...
reed
2015-03-13
*
Change device creation to see the (optional) layer-paint
reed
2015-03-13
*
Revert of Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (pa...
reed
2015-02-27
*
Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 ...
scroggo
2015-02-27
*
replace kIgnore_SkAlphaType with kUnknown_SkAlphaType
reed
2015-02-27
*
Swap render target instead of creating a new gpu device for surface copy-on-w...
kkinnunen
2015-02-22
*
Rename SkCanvasDrawable to SkDrawable, and make public
reed
2015-02-06
*
Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2...
reed
2015-02-06
*
rename SkCanvasDrawable to SkDrawable, and make public
reed
2015-02-06
*
BUG=skia:
joshualitt
2015-02-05
[next]