| Commit message (Expand) | Author | Age |
* | Add GrMemoryPool as a helper to override operators new/delete | bsalomon@google.com | 2012-06-19 |
* | fix bogus assert | reed@google.com | 2012-06-13 |
* | Reverting r4239 & r4240 | robertphillips@google.com | 2012-06-12 |
* | pass -fArray[i] instead of fArray[i], to skip a compiler optimization where it | reed@google.com | 2012-06-12 |
* | add bench for SkScalarIsFinite | reed@google.com | 2012-06-12 |
* | Compiler complaints + some minor cleanup | robertphillips@google.com | 2012-06-12 |
* | Disable morphology benchmarks on fixed point builds. | tomhudson@google.com | 2012-06-11 |
* | Dilate & Erode benchmarks. Unlike the blur benchmarks (which test | tomhudson@google.com | 2012-06-11 |
* | add bench for conical Gradient | reed@google.com | 2012-06-07 |
* | fix warnings on Mac in bench | caryclark@google.com | 2012-06-06 |
* | We often rgn-diff an area >= the other rgn. now we detect that and return empty | reed@google.com | 2012-05-31 |
* | Add bench to test the performance of creating a picture. | djsollen@google.com | 2012-05-30 |
* | apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as well | reed@google.com | 2012-05-30 |
* | add bench for floor variants | reed@google.com | 2012-05-30 |
* | 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 |
* | change SkChunkAlloc to grow its allocations geometrically (not linearly) | reed@google.com | 2012-05-17 |
* | WeakRefCnt | bungeman@google.com | 2012-05-16 |
* | perform quickReject in drawPoints (which is called by drawLine) just like we | reed@google.com | 2012-05-16 |
* | Add (8) more benchmarks to capture performance of a pair of blit optimization | tomhudson@google.com | 2012-05-15 |
* | add clipped case for dashing to exercise quickReject | reed@google.com | 2012-05-15 |
* | add test for computing the bounds of an array of points (SkRect::set) | reed@google.com | 2012-05-15 |
* | Debug Windows compiler complaint fixes | robertphillips@google.com | 2012-05-14 |
* | Add bench and test for SkRefCnt. | bungeman@google.com | 2012-05-14 |
* | Discard absurd values (and log warnings) when graphing bench results. | epoger@google.com | 2012-05-11 |
* | add experimental variant of dashing, where we explicitly draw rects | reed@google.com | 2012-05-10 |
* | Dialed back complexity of nested clip bench to bring time down to a reasonabl... | robertphillips@google.com | 2012-05-09 |
* | Added new bench test for nested clips | robertphillips@google.com | 2012-05-09 |
* | First pass at accelerating gpu-based AA clipping | robertphillips@google.com | 2012-05-07 |
* | Move function decls and macros out of public headers that are meant for inter... | bsalomon@google.com | 2012-05-07 |
* | add bench for SkPath::Iter and SkPath::RawIter | reed@google.com | 2012-05-07 |
* | 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 |
* | always return a value | reed@google.com | 2012-05-02 |
* | distinguish intersects-rect from intersects-rgn | reed@google.com | 2012-05-02 |
* | renormalize some loop counts for faster tests in regions | reed@google.com | 2012-05-02 |
* | rename containsrgn to containsrect, since that is what it is testing | reed@google.com | 2012-05-02 |
* | make name lower-case, to match all other benches | reed@google.com | 2012-04-30 |
* | must return a value | reed@google.com | 2012-04-30 |
* | add contains xy test, adjust number of rects (using xor this time) | reed@google.com | 2012-04-30 |
* | add RegionBench, in preparation for speeding up intersects and contains for c... | reed@google.com | 2012-04-27 |
* | add defer canvas to bench | bsalomon@google.com | 2012-04-16 |
* | Allow specifying multiple configs for bench, e.g. -config 8888 -config GPU. | tomhudson@google.com | 2012-04-16 |
* | Addressed more Windows compiler complaint issues | robertphillips@google.com | 2012-04-16 |
* | add circle benchmark | bsalomon@google.com | 2012-04-11 |
* | Fixing Windows compiler complaints | robertphillips@google.com | 2012-04-06 |
* | Add usage message and -h|--help arguments to bench. | tomhudson@google.com | 2012-04-03 |
* | Reverting bench tests to pre-3546 (i.e., readding "Debug" option) with a SK_D... | robertphillips@google.com | 2012-03-30 |