aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/DashBench.cpp
Commit message (Expand)AuthorAge
* 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