aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/DashBench.cpp
Commit message (Expand)AuthorAge
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...Gravatar reed2016-03-18
* Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...Gravatar reed2016-03-18
* switch patheffects over to sk_spGravatar reed2016-03-18
* allow one zero length dashGravatar caryclark2016-03-18
* Remove const from `const int loops`.Gravatar mtklein2015-10-01
* Forward declare SkStrokeRec in SkPathEffectGravatar halcanary2015-09-15
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Add matrix constructing helpers to SkMatrixGravatar robertphillips2015-03-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove Sk prefix from some bench classes.Gravatar tfarina2014-06-19
* Add bench to measure drawing a dashed gridGravatar egdaniel2014-06-04
* reduce total number of segments in giant-dashGravatar commit-bot@chromium.org2014-05-01
* Remove scaleToFit from DashPathEffectGravatar commit-bot@chromium.org2014-03-31
* Factory methods for heap-allocated SkPathEffect and SkXfermode objects.Gravatar commit-bot@chromium.org2014-02-20
* Simplify benchmark internal API.Gravatar commit-bot@chromium.org2013-12-03
* Refactoring: get rid of the SkBenchmark void* parameter.Gravatar mtklein@google.com2013-09-13
* Major bench refactoring.Gravatar mtklein@google.com2013-09-10
* Fix Android bench bots for Xoom due to OOM errors.Gravatar djsollen@google.com2013-07-18
* Fix gyp files to allow ninja to build 64 bit on Mac.Gravatar commit-bot@chromium.org2013-04-22
* Bench : Unused parameters cleanupGravatar sugoi@google.com2013-03-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-25
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* change giantdashline test to use 4 intervals, to explicitly avoid the asPointsGravatar reed@google.com2013-01-24
* update to emphasis the culling aspect of the test (making the line much longer,Gravatar reed@google.com2013-01-24
* add bench for giant dashed lines, to test future optimizations for cullingGravatar reed@google.com2013-01-24
* use DEF_BENCH for clarityGravatar reed@google.com2013-01-24
* Minor cleanupGravatar robertphillips@google.com2012-12-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-06
* Add drawPoints dash benchGravatar robertphillips@google.com2012-12-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-05
* add more cases to dashline: circle-vs-square, 0,1,2 stroke_widthGravatar reed@google.com2012-09-04
* add bench for drawline + dashingGravatar reed@google.com2012-09-04
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* add makedash_ variants to measure applying the dash (not drawing it)Gravatar reed@google.com2012-05-18
* perform quickReject in drawPoints (which is called by drawLine) just like weGravatar reed@google.com2012-05-16
* add clipped case for dashing to exercise quickRejectGravatar reed@google.com2012-05-15
* add experimental variant of dashing, where we explicitly draw rectsGravatar reed@google.com2012-05-10
* add different stroke-widths to dash benchGravatar mike@reedtribe.org2012-05-05
* add initial bench for dashing (more work to do)Gravatar reed@google.com2012-05-04