aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCanvas.cpp
Commit message (Expand)AuthorAge
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* lots of sRGB and F16 blitsGravatar reed2016-02-22
* Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...Gravatar reed2016-02-22
* Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...Gravatar reed2016-02-22
* revert fuzzer fixes for canvas, need to investigate moreGravatar reed2016-02-20
* fix misc asserts and checks found by fuzzerGravatar reed2016-02-20
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Fix for rounded-rect clips with filters.Gravatar senorblanco2016-02-02
* SaveFlags begone!Gravatar fmalita2016-01-28
* SK_SUPPORT_LEGACY_DRAWFLTER typoGravatar fmalita2016-01-25
* Hide SkCanvas::{set,get}DrawFilterGravatar fmalita2016-01-21
* Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused).Gravatar senorblanco2016-01-21
* remove imagefilter::sizeconstraintGravatar reed2016-01-11
* unify how canvas checks for null on skia objects (images, blobs, pictures)Gravatar reed2016-01-08
* Revert[2] of "add backdrop option to SaveLayerRec"Gravatar reed2016-01-07
* SkTreatAsSprite should take AA into accountGravatar fmalita2016-01-07
* Revert of SkTreatAsSprite should take AA into account (patchset #5 id:80001 o...Gravatar reed2016-01-07
* Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of http...Gravatar reed2016-01-07
* SkTreatAsSprite should take AA into accountGravatar fmalita2016-01-07
* add backdrop option to SaveLayerRecGravatar reed2016-01-07
* Add conversion from SaveLayerFlags to SaveFlagsGravatar scroggo2016-01-04
* remove unused SkAutoROCanvasPixelsGravatar reed2015-12-25
* remove dead flagsGravatar reed2015-12-23
* hide old SaveFlags, but keep them available (for now) for AndroidGravatar reed2015-12-21
* fix stroked text underline / strikethroughGravatar caryclark2015-12-21
* remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS codeGravatar reed2015-12-18
* change signature for virtual related to saveLayer, passing SaveLayerRecGravatar reed2015-12-18
* Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...Gravatar reed2015-12-16
* Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...Gravatar reed2015-12-16
* remove drawSprite from canvasGravatar reed2015-12-16
* Avoid pixel GPU readback in saveLayerWithPickupGravatar robertphillips2015-12-16
* try adding flag to allow lcd text even in a layerGravatar reed2015-12-10
* Fix filter primitive bounds computations.Gravatar senorblanco2015-12-09
* Minor code cleanups in SkCanvas.Gravatar senorblanco2015-12-07
* detect when we can filter bitmaps/images directly, w/o a tmp layerGravatar reed2015-12-05
* Add sniff for rect, oval & rrect to SkCanvas::clipPathGravatar robertphillips2015-11-24
* Avoid devolving to a path when conservative clipping with RRectsGravatar robertphillips2015-11-23
* Revert[2] of "quick-accept clipRect calls"Gravatar reed2015-11-21
* Revert of option to quick-accept clipRect calls (patchset #3 id:40001 of http...Gravatar bsalomon2015-11-20
* option to quick-accept clipRect callsGravatar reed2015-11-20
* enable conservative raster clippingGravatar reed2015-11-20
* Remove SK_SAVE_LAYER_BOUNDS_ARE_FILTERED #define.Gravatar senorblanco2015-10-29
* Protect apply_paint_to_bounds_sans_imagefilter() with an #ifdef.Gravatar senorblanco2015-10-28
* Change saveLayer() semantics to take unfiltered bounds.Gravatar senorblanco2015-10-28
* tunnel down texture-size-constraint to imagefiltersGravatar reed2015-10-22
* add applyFilter() to SkImageGravatar reed2015-10-12
* remove internalDrawBitmap, as it is no longer shared with any other caller, a...Gravatar reed2015-10-08
* Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of...Gravatar caryclark2015-09-09