aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* 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
* add defer canvas to benchGravatar bsalomon@google.com2012-04-16
* Allow specifying multiple configs for bench, e.g. -config 8888 -config GPU.Gravatar tomhudson@google.com2012-04-16
* Addressed more Windows compiler complaint issuesGravatar robertphillips@google.com2012-04-16
* add circle benchmarkGravatar bsalomon@google.com2012-04-11
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* Add usage message and -h|--help arguments to bench.Gravatar tomhudson@google.com2012-04-03
* Reverting bench tests to pre-3546 (i.e., readding "Debug" option) with a SK_D...Gravatar robertphillips@google.com2012-03-30
* Removing "Debug" option from bench tests to evaluate possible regressionGravatar robertphillips@google.com2012-03-29
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* Added debug GL Interface. This interface tracks various GL objects in order t...Gravatar robertphillips@google.com2012-03-19
* Disable overly heavy benchmark - 15x slower than any other benchmarkGravatar tomhudson@google.com2012-03-14
* add bench for various interp techniques used in bitmapshader_matrixGravatar reed@google.com2012-03-07
* fix reorder initialization warningGravatar djsollen@google.com2012-02-27
* Add a bench for picture playback.Gravatar djsollen@google.com2012-02-23
* Change append to appendf for call sites with no format arguments.Gravatar vandebo@chromium.org2012-02-21
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14