Fix UB in SkDivBits
[platform/upstream/libSkiaSharp.git] / tools / skpdiff /
2015-11-19 bsalomonMake block size a template parameter of SkTLList
2015-11-07 halcanaryComments Style: s/skbug.com/bug.skia.org/
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-26 bungemanRemove include of stdlib.h from SkTypes.h.
2015-07-07 mtkleinRemove SkThread.h, include SkMutex.h or SkAtomics.h...
2015-07-02 jvanverthRevert of Remove SkThread.h, include SkMutex.h or SkAto...
2015-07-01 mtkleinRemove SkThread.h, include SkMutex.h or SkAtomics.h...
2015-06-17 mtkleinAdd sk_parallel_for()
2015-04-02 borenetRemove all code related to NaCl
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-10-06 tfarinaFix usage of SK_BUILD_* defines.
2014-09-05 bsalomon"NULL !=" = NULL
2014-09-05 stephanaFor certain input skpdiff segfaulted. This prevents...
2014-09-03 mtkleinSkThreadPool ~~> SkTaskGroup
2014-09-03 mtkleinRevert of SkThreadPool ~~> SkTaskGroup (patchset #4...
2014-09-03 mtkleinSkThreadPool ~~> SkTaskGroup
2014-08-13 stephanaThis eliminates the need to copy the generated images...
2014-07-29 tfarinaCleanup: Rename SkOSPath functions.
2014-07-02 epogerrebaseline_server: use just skpdiff, not Python Image...
2014-06-20 mtkleinMove BenchTimer to tools as Timer
2014-06-20 mtkleinRevert of Move BenchTimer to tools as Timer (https...
2014-06-20 mtkleinMove BenchTimer to tools as Timer
2014-06-17 reedhide SkBitmap::Config entirely (behind a flag)
2014-06-14 reedstop using SkBitmap::Config
2014-06-10 reedhide SkBitmap::setConfig
2014-05-21 djsollen@google.comFix windows compiler failures by using SkIsFinite.
2014-05-21 commit-bot@chromiu... Fix skpdiff segfault caused by NaN computation.
2014-04-11 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-11 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-10 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-10 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-09 commit-bot@chromiu... Rename kPMColor_SkColorType to kN32_SkColorType.
2014-02-23 commit-bot@chromiu... add new copyTo version to SkBitmap, which takes SkColorType
2014-02-11 djsollen@google.combugfix for typo in skpdiff tool
2014-02-11 djsollen@google.comReturn -1 in error condition instead of removing diff...
2013-12-12 commit-bot@chromiu... The default size of mask canvas is not appropriate...
2013-11-21 commit-bot@chromiu... Remove mutex around image decoding in skpdiff.
2013-11-18 commit-bot@chromiu... Remove unused kMaxPOI.
2013-11-18 commit-bot@chromiu... Remove unnecessary includes.
2013-11-12 djsollen@google.comfix multithread related crashes in skpdiff
2013-11-12 scroggo@google.comChanges to make SkPDiff more robost.
2013-11-07 djsollen@google.comfix broken build on mac due to compiler warning
2013-11-07 djsollen@google.comupdate skpdiff visualization (image magnification with...
2013-10-16 djsollen@google.comadd initial support ofr multi-threaded execution
2013-10-16 djsollen@google.comUpdate skpdiff to include a name with each file.
2013-10-14 robertphillips@goo... Start cleaning up 64bit Win warnings
2013-08-14 commit-bot@chromiu... fix path issues on mac and win for skpdiff_server.py
2013-08-07 zachr@google.comadd ui for mutli-rebaselining
2013-08-07 zachr@google.comdownload and rebaseline images using server
2013-08-02 zachr@google.comfix skpdiff viewer bug when using relative paths
2013-07-26 zachr@google.comprocess gm expectation violations
2013-07-25 zachr@google.comadd basic HTTP server for viewing skpdiff results
2013-07-25 zachr@google.comfix trailing comma in outptu of SkDiffContext
2013-07-23 edisonn@google.comskpdiff: remove default value for output. Diifs can...
2013-07-23 zachr@google.comput max on outputted poi in skpdiff
2013-07-22 zachr@google.commove skpdiff into tools
2013-07-22 zachr@google.comRevert "migrate skpdiff to tools"
2013-07-22 zachr@google.commigrate skpdiff to tools