C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / gm / dashing.cpp
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