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
*
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
*
Disable LCD text when rasterizing SkPictureShader tiles.
fmalita
2015-02-02
*
initial preroll api
reed
2015-01-25
*
remove (dead) SK_SUPPORT_LEGACY_DRAWDATA and SK_SUPPORT_LEGACY_CANVAS_VIRTUAL
reed
2015-01-09
*
Revert of Revert of move remaining virtual draw methods to onDraw (patchset #...
reed
2015-01-05
*
Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001...
reed
2015-01-05
*
move remaining virtual draw methods to onDraw
reed
2015-01-04
*
remove unused drawData
reed
2015-01-02
*
add private flag for sprite-as-bitmap
reed
2014-12-22
*
add testing flag to ignore saveLayer bounds
reed
2014-12-22
*
removed dead SK_SUPPORT_LEGACY_DRAWTEXT_VIRTUAL code
reed
2014-12-21
*
Remove SkCanvas::isDrawingToLayer
junov
2014-12-15
*
Cull pushCull and popCull from Skia.
mtklein
2014-12-12
*
Defer saves() until they're needed
reed
2014-12-11
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premul
reed
2014-12-10
*
Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...
reed
2014-12-09
*
remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...
reed
2014-12-09
*
clear() is now an alias for drawPaint, so remove its virtual
reed
2014-12-05
*
Change clear() to respect the clip
reed
2014-12-04
*
Revert "Change clear() to respect the clip"
reed
2014-12-02
*
Change clear() to respect the clip
reed
2014-12-02
*
Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()
fmalita
2014-11-20
*
Allow pictures to have a full bounds
reed
2014-11-19
*
Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...
reed
2014-11-19
[next]