| Commit message (Expand) | Author | Age |
* | Clean up most clang warnings outside animator/ | tomhudson@google.com | 2012-08-14 |
* | Augmenting SkDeferredCanvas notification interface to signal flushes and memo... | junov@chromium.org | 2012-08-14 |
* | Add inst counting to bench and count SkPaths | bsalomon@google.com | 2012-08-14 |
* | Stop bench from leaking | bsalomon@google.com | 2012-08-13 |
* | Reduce path_copy iteration count, hopefully allows nexus s bot to complete wi... | bsalomon@google.com | 2012-08-13 |
* | Adds a bunch of benchmarks around creating, transforming, testing path equality, | bsalomon@google.com | 2012-08-13 |
* | Fixing NoGPU build of bench | junov@chromium.org | 2012-08-07 |
* | Add -logFile option to Bench | borenet@google.com | 2012-08-07 |
* | Create GPU-less build of Skia. | bsalomon@google.com | 2012-08-02 |
* | Avoid a loop in writeString and writePad by zeroing padding first. | scroggo@google.com | 2012-07-24 |
* | SkSfntUtils should use public types. | bungeman@google.com | 2012-07-24 |
* | land http://codereview.appspot.com/6353063/ by Lei | reed@google.com | 2012-07-24 |
* | Added picture recording benchmark options to bench. | keyar@chromium.org | 2012-07-20 |
* | Fixing type mask computation in SkMatrix to make it faster and make it so tha... | junov@chromium.org | 2012-07-12 |
* | Fix variants in bench graphs. | bungeman@google.com | 2012-07-10 |
* | change unique_paint_dictionary to change the paint randomly, instead of just | reed@google.com | 2012-07-10 |
* | Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like | senorblanco@chromium.org | 2012-07-09 |
* | restore 4478 w/ fixed assert (no long need 8-byte alignment) | reed@google.com | 2012-07-09 |
* | revert 4478 | reed@google.com | 2012-07-09 |
* | switch callers to SkChecksum::Compute (no 32/64 preference) | reed@google.com | 2012-07-09 |
* | add SkChecksum as a static class, for the replacement API | reed@google.com | 2012-07-03 |
* | add scaling factor for subclasses, to normalize running time a little better | reed@google.com | 2012-07-03 |
* | git-svn-id: http://skia.googlecode.com/svn/trunk@4436 2bbb7eff-a529-9590-31e7... | bensong@google.com | 2012-07-02 |
* | git-svn-id: http://skia.googlecode.com/svn/trunk@4433 2bbb7eff-a529-9590-31e7... | bensong@google.com | 2012-07-02 |
* | Adding checksum to SkFlatData to accelerate SkPicture recording. | junov@chromium.org | 2012-06-27 |
* | write my own os.path.abspath() to work around Win path-length limits | epoger@google.com | 2012-06-27 |
* | Reduce iteration count on picture_playback benchmarks to bring their cost | tomhudson@google.com | 2012-06-26 |
* | Add -o option to bench_graph_svg.py: write the output to a file rather than s... | epoger@google.com | 2012-06-25 |
* | Expanded distribution of instance counting | robertphillips@google.com | 2012-06-21 |
* | 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 |