aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkCanvas.h
Commit message (Expand)AuthorAge
* Revert of Implement support for non-scale/translate CTM in image filters. (pa...Gravatar reed2015-05-13
* Implement support for non-scale/translate CTM in image filters.Gravatar reed2015-05-13
* clean up pre-storage in canvasGravatar reed2015-05-01
* add heuristic to pour small pictures into recordings, rather than ref'ingGravatar reed2015-04-30
* onCreateDevice -> NULL now means the caller should create its own (bitmap) de...Gravatar reed2015-04-29
* SkCanvas::resetForNextPicture()Gravatar mtklein2015-04-08
* Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://co...Gravatar mtklein2015-04-07
* SkCanvas::resetForNextPicture()Gravatar mtklein2015-04-07
* restore clipstack to heap-ptr, so clients can ref itGravatar reed2015-04-07
* reduce alloc overhead for SkCanvasGravatar reed2015-04-07
* Make SkCanvas::getBaseLayerSize() virtualGravatar tomhudson2015-03-23
* Revert[6] of Change device creation to see the (optional) layer-paintGravatar reed2015-03-14
* Revert of Revert of Revert of Revert of Revert of Change device creation to s...Gravatar reed2015-03-13
* Revert of Revert of Revert of Revert of Change device creation to see the (op...Gravatar reed2015-03-13
* Revert of Revert of Revert of Change device creation to see the (optional) la...Gravatar reed2015-03-13
* Revert of Revert of Change device creation to see the (optional) layer-paint ...Gravatar reed2015-03-13
* Revert of Change device creation to see the (optional) layer-paint (patchset ...Gravatar reed2015-03-13
* Change device creation to see the (optional) layer-paintGravatar reed2015-03-13
* Revert of Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (pa...Gravatar reed2015-02-27
* Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 ...Gravatar scroggo2015-02-27
* replace kIgnore_SkAlphaType with kUnknown_SkAlphaTypeGravatar reed2015-02-27
* Swap render target instead of creating a new gpu device for surface copy-on-w...Gravatar kkinnunen2015-02-22
* Rename SkCanvasDrawable to SkDrawable, and make publicGravatar reed2015-02-06
* Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2...Gravatar reed2015-02-06
* rename SkCanvasDrawable to SkDrawable, and make publicGravatar reed2015-02-06
* BUG=skia:Gravatar joshualitt2015-02-05
* Disable LCD text when rasterizing SkPictureShader tiles.Gravatar fmalita2015-02-02
* initial preroll apiGravatar reed2015-01-25
* remove (dead) SK_SUPPORT_LEGACY_DRAWDATA and SK_SUPPORT_LEGACY_CANVAS_VIRTUALGravatar reed2015-01-09
* Revert of Revert of move remaining virtual draw methods to onDraw (patchset #...Gravatar reed2015-01-05
* Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001...Gravatar reed2015-01-05
* move remaining virtual draw methods to onDrawGravatar reed2015-01-04
* remove unused drawDataGravatar reed2015-01-02
* add private flag for sprite-as-bitmapGravatar reed2014-12-22
* add testing flag to ignore saveLayer boundsGravatar reed2014-12-22
* removed dead SK_SUPPORT_LEGACY_DRAWTEXT_VIRTUAL codeGravatar reed2014-12-21
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* Defer saves() until they're neededGravatar reed2014-12-11
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32PremulGravatar reed2014-12-10
* Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...Gravatar reed2014-12-09
* remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...Gravatar reed2014-12-09
* clear() is now an alias for drawPaint, so remove its virtualGravatar reed2014-12-05
* Change clear() to respect the clipGravatar reed2014-12-04
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()Gravatar fmalita2014-11-20
* Allow pictures to have a full boundsGravatar reed2014-11-19
* Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...Gravatar reed2014-11-19