Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / dashing.cpp
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-03-22 Mike KleinGM: some header cleanup
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-04-11 reedadjust gm bounds for better content fit
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-18 reedReland of "switch patheffects over to sk_sp (patchset...
2016-03-18 reedRevert of switch patheffects over to sk_sp (patchset...
2016-03-18 reedswitch patheffects over to sk_sp
2016-03-18 caryclarkallow one zero length dash
2016-03-18 bungemanRevert of allow one zero length dash (patchset #8 id...
2016-03-18 caryclarkallow one zero length dash
2016-03-17 caryclarkmake sausages rounder and portable
2016-03-16 caryclarkpass cap to dash text
2016-01-30 caryclarkadd new tests
2015-12-18 caryclarkfix large dashed paths
2015-10-05 egdanielFix gpu dashing for case where all intervals are 0.
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-23 mtkleinremove unused GM flags
2015-01-23 mtkleinSpin off GM::runAsBench() from flags.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-11-05 egdanielBug fix for cull_line in SkDashPathEffect.
2014-11-04 robertphillipsCrop the fast path dashed lines to the cull rect
2014-06-12 egdanielUse vertex attributes for dash effect in gpu
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-05-19 commit-bot@chromiu... Real fix for Widnows build errors for GrDashingEffect
2014-05-19 commit-bot@chromiu... Add Dashing gpu effect for simple dashed lines
2014-04-30 commit-bot@chromiu... Turn on quilt mode in DM.
2014-03-31 commit-bot@chromiu... Remove scaleToFit from DashPathEffect
2014-02-20 commit-bot@chromiu... Factory methods for heap-allocated SkPathEffect and...
2013-11-25 commit-bot@chromiu... remove SkFloatToScalar macro
2013-03-27 robertphillips@goo... Fix minor memory leaks
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-01-15 robertphillips@goo... dashing asPoints could draw excessively long first...
2013-01-07 reed@google.comfix warnings
2012-12-05 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-04 robertphillips@goo... Expand dashing3 GM to include additional dashing cases
2012-11-28 robertphillips@goo... Added dashing fast path
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-05-21 reed@google.comremove bogus nearlyzero checks
2012-05-18 reed@google.comadd dashing2 gm to exercise dashing on curves and polygons
2012-05-04 reed@google.comadd gm for dashing variations