aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RegionBench.cpp
Commit message (Expand)AuthorAge
* Let SkBenchmark classes specify that they do no rendering.Gravatar tomhudson@google.com2012-09-13
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* always return a valueGravatar reed@google.com2012-05-02
* distinguish intersects-rect from intersects-rgnGravatar reed@google.com2012-05-02
* renormalize some loop counts for faster tests in regionsGravatar reed@google.com2012-05-02
* rename containsrgn to containsrect, since that is what it is testingGravatar reed@google.com2012-05-02
* make name lower-case, to match all other benchesGravatar reed@google.com2012-04-30
* must return a valueGravatar reed@google.com2012-04-30
* add contains xy test, adjust number of rects (using xor this time)Gravatar reed@google.com2012-04-30
* add RegionBench, in preparation for speeding up intersects and contains for c...Gravatar reed@google.com2012-04-27