aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
Commit message (Expand)AuthorAge
* revert r5100 experimentGravatar bsalomon@google.com2012-08-14
* Temporary change to bench on android to run limited set of test in order to s...Gravatar bsalomon@google.com2012-08-14
* Reduce number of paths created by benchsGravatar bsalomon@google.com2012-08-14
* Reduce allocations in RandomPathBenchGravatar bsalomon@google.com2012-08-14
* Clean up most clang warnings outside animator/Gravatar tomhudson@google.com2012-08-14
* Augmenting SkDeferredCanvas notification interface to signal flushes and memo...Gravatar junov@chromium.org2012-08-14
* Add inst counting to bench and count SkPathsGravatar bsalomon@google.com2012-08-14
* Stop bench from leakingGravatar bsalomon@google.com2012-08-13
* Reduce path_copy iteration count, hopefully allows nexus s bot to complete wi...Gravatar bsalomon@google.com2012-08-13
* Adds a bunch of benchmarks around creating, transforming, testing path equality,Gravatar bsalomon@google.com2012-08-13
* Fixing NoGPU build of benchGravatar junov@chromium.org2012-08-07
* Add -logFile option to BenchGravatar borenet@google.com2012-08-07
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Avoid a loop in writeString and writePad by zeroing padding first.Gravatar scroggo@google.com2012-07-24
* SkSfntUtils should use public types.Gravatar bungeman@google.com2012-07-24
* land http://codereview.appspot.com/6353063/ by LeiGravatar reed@google.com2012-07-24
* Added picture recording benchmark options to bench.Gravatar keyar@chromium.org2012-07-20
* Fixing type mask computation in SkMatrix to make it faster and make it so tha...Gravatar junov@chromium.org2012-07-12
* Fix variants in bench graphs.Gravatar bungeman@google.com2012-07-10
* change unique_paint_dictionary to change the paint randomly, instead of justGravatar reed@google.com2012-07-10
* Add an SK_PRINTF_LIKE macro, which declares a function to have printf-likeGravatar senorblanco@chromium.org2012-07-09
* restore 4478 w/ fixed assert (no long need 8-byte alignment)Gravatar reed@google.com2012-07-09
* revert 4478Gravatar reed@google.com2012-07-09
* switch callers to SkChecksum::Compute (no 32/64 preference)Gravatar reed@google.com2012-07-09
* add SkChecksum as a static class, for the replacement APIGravatar reed@google.com2012-07-03
* add scaling factor for subclasses, to normalize running time a little betterGravatar reed@google.com2012-07-03
* 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