| Commit message (Expand) | Author | Age |
* | Remove const from `const int loops`. | mtklein | 2015-10-01 |
* | Forward declare SkStrokeRec in SkPathEffect | halcanary | 2015-09-15 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Use static_assert instead of SK_COMPILE_ASSERT. | bungeman | 2015-08-20 |
* | Add matrix constructing helpers to SkMatrix | robertphillips | 2015-03-26 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Remove Sk prefix from some bench classes. | tfarina | 2014-06-19 |
* | Add bench to measure drawing a dashed grid | egdaniel | 2014-06-04 |
* | reduce total number of segments in giant-dash | commit-bot@chromium.org | 2014-05-01 |
* | Remove scaleToFit from DashPathEffect | commit-bot@chromium.org | 2014-03-31 |
* | Factory methods for heap-allocated SkPathEffect and SkXfermode objects. | commit-bot@chromium.org | 2014-02-20 |
* | Simplify benchmark internal API. | commit-bot@chromium.org | 2013-12-03 |
* | Refactoring: get rid of the SkBenchmark void* parameter. | mtklein@google.com | 2013-09-13 |
* | Major bench refactoring. | mtklein@google.com | 2013-09-10 |
* | Fix Android bench bots for Xoom due to OOM errors. | djsollen@google.com | 2013-07-18 |
* | Fix gyp files to allow ninja to build 64 bit on Mac. | commit-bot@chromium.org | 2013-04-22 |
* | Bench : Unused parameters cleanup | sugoi@google.com | 2013-03-05 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-25 |
* | add optional cull-rect to patheffects, so they can do less work if their results | reed@google.com | 2013-01-24 |
* | change giantdashline test to use 4 intervals, to explicitly avoid the asPoints | reed@google.com | 2013-01-24 |
* | update to emphasis the culling aspect of the test (making the line much longer, | reed@google.com | 2013-01-24 |
* | add bench for giant dashed lines, to test future optimizations for culling | reed@google.com | 2013-01-24 |
* | use DEF_BENCH for clarity | reed@google.com | 2013-01-24 |
* | Minor cleanup | robertphillips@google.com | 2012-12-12 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-06 |
* | Add drawPoints dash bench | robertphillips@google.com | 2012-12-05 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-09-05 |
* | add more cases to dashline: circle-vs-square, 0,1,2 stroke_width | reed@google.com | 2012-09-04 |
* | add bench for drawline + dashing | reed@google.com | 2012-09-04 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-25 |
* | revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some... | reed@google.com | 2012-05-24 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-24 |
* | add makedash_ variants to measure applying the dash (not drawing it) | reed@google.com | 2012-05-18 |
* | perform quickReject in drawPoints (which is called by drawLine) just like we | reed@google.com | 2012-05-16 |
* | add clipped case for dashing to exercise quickReject | reed@google.com | 2012-05-15 |
* | add experimental variant of dashing, where we explicitly draw rects | reed@google.com | 2012-05-10 |
* | add different stroke-widths to dash bench | mike@reedtribe.org | 2012-05-05 |
* | add initial bench for dashing (more work to do) | reed@google.com | 2012-05-04 |