aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* git-svn-id: http://skia.googlecode.com/svn/trunk@4436 2bbb7eff-a529-9590-31e7...Gravatar bensong@google.com2012-07-02
* git-svn-id: http://skia.googlecode.com/svn/trunk@4433 2bbb7eff-a529-9590-31e7...Gravatar bensong@google.com2012-07-02
* Adding checksum to SkFlatData to accelerate SkPicture recording.Gravatar junov@chromium.org2012-06-27
* write my own os.path.abspath() to work around Win path-length limitsGravatar epoger@google.com2012-06-27
* Reduce iteration count on picture_playback benchmarks to bring their costGravatar tomhudson@google.com2012-06-26
* Add -o option to bench_graph_svg.py: write the output to a file rather than s...Gravatar epoger@google.com2012-06-25
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Add GrMemoryPool as a helper to override operators new/deleteGravatar bsalomon@google.com2012-06-19
* fix bogus assertGravatar reed@google.com2012-06-13
* Reverting r4239 & r4240Gravatar robertphillips@google.com2012-06-12
* pass -fArray[i] instead of fArray[i], to skip a compiler optimization where itGravatar reed@google.com2012-06-12
* add bench for SkScalarIsFiniteGravatar reed@google.com2012-06-12
* Compiler complaints + some minor cleanupGravatar robertphillips@google.com2012-06-12
* Disable morphology benchmarks on fixed point builds.Gravatar tomhudson@google.com2012-06-11
* Dilate & Erode benchmarks. Unlike the blur benchmarks (which testGravatar tomhudson@google.com2012-06-11
* add bench for conical GradientGravatar reed@google.com2012-06-07
* fix warnings on Mac in benchGravatar caryclark@google.com2012-06-06
* We often rgn-diff an area >= the other rgn. now we detect that and return emptyGravatar reed@google.com2012-05-31
* Add bench to test the performance of creating a picture.Gravatar djsollen@google.com2012-05-30
* apply 10.p+32 -> (float)(1 << 23) fix from MathTest here as wellGravatar reed@google.com2012-05-30
* add bench for floor variantsGravatar reed@google.com2012-05-30
* 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
* change SkChunkAlloc to grow its allocations geometrically (not linearly)Gravatar reed@google.com2012-05-17
* WeakRefCntGravatar bungeman@google.com2012-05-16
* perform quickReject in drawPoints (which is called by drawLine) just like weGravatar reed@google.com2012-05-16
* Add (8) more benchmarks to capture performance of a pair of blit optimizationGravatar tomhudson@google.com2012-05-15
* add clipped case for dashing to exercise quickRejectGravatar reed@google.com2012-05-15
* add test for computing the bounds of an array of points (SkRect::set)Gravatar reed@google.com2012-05-15
* Debug Windows compiler complaint fixesGravatar robertphillips@google.com2012-05-14
* Add bench and test for SkRefCnt.Gravatar bungeman@google.com2012-05-14
* Discard absurd values (and log warnings) when graphing bench results.Gravatar epoger@google.com2012-05-11
* add experimental variant of dashing, where we explicitly draw rectsGravatar reed@google.com2012-05-10
* Dialed back complexity of nested clip bench to bring time down to a reasonabl...Gravatar robertphillips@google.com2012-05-09
* Added new bench test for nested clipsGravatar robertphillips@google.com2012-05-09
* First pass at accelerating gpu-based AA clippingGravatar robertphillips@google.com2012-05-07
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* add bench for SkPath::Iter and SkPath::RawIterGravatar reed@google.com2012-05-07
* 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
* 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