aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCanvas.cpp
Commit message (Expand)AuthorAge
...
* Revert of Make the canvas draw looper setup update the canvas save count (pat...Gravatar reed2015-03-26
* Make the canvas draw looper setup update the canvas save countGravatar reed2015-03-26
* disable LCD for layers w/ filtersGravatar reed2015-03-20
* 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
* Simplify clip inside a layer -- will be applied in restoreGravatar reed2015-03-11
* optimization/fix: dirty the clip-bounds when we mod the clip in savelayerGravatar reed2015-03-11
* Revert of simplify clip inside a layer -- will be applied in restore (patchse...Gravatar reed2015-03-11
* simplify clip inside a layer -- will be applied in restoreGravatar reed2015-03-10
* remove unused params to DeviceCM constructorGravatar reed2015-03-10
* Revert of use colorfilter instead of imagefilter when possible (patchset #6 i...Gravatar reed2015-03-08
* use colorfilter instead of imagefilter when possibleGravatar reed2015-03-08
* Revert of Add image as a draw type that can be filtered (patchset #4 id:60001...Gravatar kkinnunen2015-03-05
* Add image as a draw type that can be filteredGravatar kkinnunen2015-03-05
* Pass blob bounds to the looper, if availableGravatar fmalita2015-03-04
* Text blob run paints should be filtered.Gravatar fmalita2015-03-03
* adding preabandon flag to DMGravatar joshualitt2015-02-25
* Swap render target instead of creating a new gpu device for surface copy-on-w...Gravatar kkinnunen2015-02-22
* check for inverted rects before we quick-rejectGravatar reed2015-02-10
* 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
* [SkSVGDevice] Initial clipping supportGravatar fmalita2015-02-04
* initial preroll apiGravatar reed2015-01-25
* 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
* add private flag for sprite-as-bitmapGravatar reed2014-12-22
* add testing flag to ignore saveLayer boundsGravatar reed2014-12-22
* 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
* dd readPixels to SkImageGravatar reed2014-12-10
* 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
* 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
* Make skia trace category disabled by default.Gravatar danakj2014-11-26
* add basic tests for save/restore countingGravatar reed2014-11-26
* Revert of SkCanvas::clear() should call down to devices even when the clip is...Gravatar fmalita2014-11-20
* Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()Gravatar fmalita2014-11-20