Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / dftext.cpp
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-03-22 Mike KleinGM: some header cleanup
2017-01-12 Mike ReedrefFoo variant for getters that naturally have a sk_sp
2016-07-26 brianosmanRemove SkSurfaceProps gamma-correctness flag entirely.
2016-07-12 bungemanFactor code to rotate a canvas about a point.
2016-06-20 brianosmanMore removal of SkColorProfileType...
2016-06-17 egdanielRevert of More removal of SkColorProfileType... (patchs...
2016-06-17 brianosmanMore removal of SkColorProfileType...
2016-05-31 mbocSkTypeface::MakeFromName to take SkFontStyle.
2016-05-12 bungemanMove SkTypeface to sk_sp.
2016-05-12 scroggoRevert of Move SkTypeface to sk_sp. (patchset #5 id...
2016-05-11 bungemanMove SkTypeface to sk_sp.
2016-04-13 brianosmanRename lots of things from 'sRGB' to 'GammaCorrect...
2016-04-06 brianosmanSkSurfaceProps now has a gamma-correct ("AllowSRGBInput...
2016-03-24 reedswitch surface to sk_sp
2016-03-17 reedupdate callsites for Make image factories
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2016-02-25 bsalomonRevert of Move Budgeted enum out of SkSurface, use...
2016-02-25 bsalomonMove Budgeted enum out of SkSurface, use in GrTexturePr...
2015-08-31 bsalomonRename flag from "distance field" to "device independent."
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-07-24 caryclarkrename portable_typeface_always to portable_typeface
2015-07-23 caryclarkmake dftext gm not overlap itself
2015-07-23 caryclarkmake dftext the same on Linux and Android
2015-07-23 caryclarkfix typeface leak
2015-07-21 caryclarkmake color emoji gm portable
2015-06-22 jvanverthRemove distance field flag from SkPaint
2015-04-30 bungemanMove resource fonts to common location.
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-16 jvanverthFix up some issues introduced by https://codereview...
2015-03-16 jvanverthFix SDF gradient calculation for non-uniform xforms
2015-02-02 rmistryAdd missing SK_OVERRIDE
2015-01-23 mtkleinremove unused GM flags
2015-01-21 scroggoMake SkStream *not* ref counted.
2015-01-16 bsalomonRequire budget decision when creating a RenderTarget...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-13 bsalomonDM warning-free on win64
2014-10-20 jvanverthAdd color emoji fallback for distance field text.
2014-10-08 djsollenfix android framework build errors
2014-10-07 jvanverthFix perspective version of dftext GM
2014-10-06 jvanverthReduce sizes in dftext GM on Android to match desktop...
2014-09-24 piotaixrSkCanvas::drawImage is the new way for drawing a SkImag...
2014-09-24 borenetRevert of SkCanvas::drawImage is the new way for drawin...
2014-09-23 piotaixrSkCanvas::drawImage is the new way for drawing a SkImag...
2014-09-22 jvanverthFix SDF font positions when using global scale.
2014-09-22 reedIntroduce Props to surface (patchset #27 id:520001...
2014-09-21 reedRevert of introduce Props to surface (patchset #27...
2014-09-21 reedintroduce Props to surface (work in progress)
2014-09-16 jvanverthFix scaling issue with distance field text.