aboutsummaryrefslogtreecommitdiff
path: root/bench/DashBench.cpp
AgeCommit message (Expand)Author
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-06-04Add bench to measure drawing a dashed gridegdaniel
2014-05-01reduce total number of segments in giant-dashcommit-bot@chromium.org
2014-03-31Remove scaleToFit from DashPathEffectcommit-bot@chromium.org
2014-02-20Factory methods for heap-allocated SkPathEffect and SkXfermode objects.commit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-07-18Fix Android bench bots for Xoom due to OOM errors.djsollen@google.com
2013-04-22Fix gyp files to allow ninja to build 64 bit on Mac.commit-bot@chromium.org
2013-03-05Bench : Unused parameters cleanupsugoi@google.com
2013-01-25Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-01-24add optional cull-rect to patheffects, so they can do less work if their resultsreed@google.com
2013-01-24change giantdashline test to use 4 intervals, to explicitly avoid the asPointsreed@google.com
2013-01-24update to emphasis the culling aspect of the test (making the line much longer,reed@google.com
2013-01-24add bench for giant dashed lines, to test future optimizations for cullingreed@google.com
2013-01-24use DEF_BENCH for clarityreed@google.com
2012-12-12Minor cleanuprobertphillips@google.com
2012-12-06Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-12-05Add drawPoints dash benchrobertphillips@google.com
2012-09-05Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-09-04add more cases to dashline: circle-vs-square, 0,1,2 stroke_widthreed@google.com
2012-09-04add bench for drawline + dashingreed@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-05-25Change patheffect to take a (new) StrokeRec object, which encapsulates the fillreed@google.com
2012-05-24revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...reed@google.com
2012-05-24Change patheffect to take a (new) StrokeRec object, which encapsulates the fillreed@google.com
2012-05-18add makedash_ variants to measure applying the dash (not drawing it)reed@google.com
2012-05-16perform quickReject in drawPoints (which is called by drawLine) just like wereed@google.com
2012-05-15add clipped case for dashing to exercise quickRejectreed@google.com
2012-05-10add experimental variant of dashing, where we explicitly draw rectsreed@google.com
2012-05-05add different stroke-widths to dash benchmike@reedtribe.org
2012-05-04add initial bench for dashing (more work to do)reed@google.com