aboutsummaryrefslogtreecommitdiffstats
path: root/tools/flags
Commit message (Expand)AuthorAgeFilesLines
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-262-5/+5
* Remove include of stdlib.h from SkTypes.h.bungeman2015-08-261-0/+2
* Remove default for --images in common flagsbsalomon2015-06-301-1/+1
* remove SkInstCntmtklein2015-06-262-3/+0
* Label some unused static vars as SK_UNUSEDfmalita2015-06-101-28/+28
* Today's gm include many differences caused by platform font implementations.caryclark2015-06-101-2/+3
* ignore_result()mtklein2015-05-041-1/+4
* dm||nanobench --help looks nice when $COLUMNS == 80.halcanary2015-04-272-9/+10
* DM: failure to canary a sink is now fatal.mtklein2015-04-211-1/+1
* Make --undefok a little louder now that we're using it all the time.mtklein2015-04-081-2/+4
* adding preabandon flag to DMjoshualitt2015-02-252-0/+3
* Add HWUI Sink to DM on Android Framework buildstomhudson2015-02-231-1/+1
* Negative numbers are not flags.mtklein2015-02-141-1/+6
* Adding new benchmark to test image decoding performance.msarett2015-02-132-0/+3
* First cut at cleaning up Sergio's example code and moving some common code to...caryclark2015-01-301-0/+5
* More natural way to serialize GPU tasks and tests.mtklein2015-01-211-3/+1
* tool --help alphabetizes command line flagshalcanary2015-01-181-9/+25
* Sketch DM refactor.mtklein2015-01-151-2/+2
* Revert of Sketch DM refactor. (patchset #45 id:850001 of https://codereview.c...mtklein2015-01-151-2/+2
* Sketch DM refactor.mtklein2015-01-151-2/+2
* Get gpudft support working in dm, gm, nanobench and bench_picturesjvanverth2014-11-071-1/+1
* Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures ...jvanverth2014-11-061-1/+1
* Get gpudft support working in dm, gm, nanobench and bench_picturesjvanverth2014-11-061-1/+1
* Revert of Revert of Turn on NVPR 4x MSAA by default when supported in DM and ...mtklein2014-11-061-1/+1
* Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench....egdaniel2014-11-051-1/+1
* Turn on NVPR 4x MSAA by default when supported in DM and nanobench.mtklein2014-11-051-1/+1
* Restore a really single-threaded mode to DM.mtklein2014-10-061-2/+2
* Update DM JSON format.mtklein2014-09-092-0/+9
* "NULL !=" = NULLbsalomon2014-09-051-1/+1
* SkThreadPool ~~> SkTaskGroupmtklein2014-09-032-6/+2
* Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://coder...mtklein2014-09-032-2/+6
* SkThreadPool ~~> SkTaskGroupmtklein2014-09-032-6/+2
* Fix string assert and dead code which caused it.bungeman2014-08-111-4/+0
* Fix iOS build by centralizing --writePath.mtklein2014-08-072-0/+3
* Default --skps to ./skpsmtklein2014-08-071-1/+1
* Add angle config to nanobench and make angle a default config for dm and nano...bsalomon2014-08-061-1/+1
* SKPs-as-benches in nanobenchmtklein2014-08-012-0/+3
* Test abandoning GL context in dm/nanobench.bsalomon2014-07-282-1/+4
* share dm and command flagscaryclark2014-07-222-0/+78
* ios fixescaryclark2014-07-111-0/+4
* undefok -> boolmtklein2014-06-201-2/+2
* Add a minimal --undefok to SkCommandLineFlags.commit-bot@chromium.org2014-03-251-2/+10
* gm: add --ignoreTests flagepoger@google.com2013-09-191-0/+12
* Add ShouldSkip variant that can read a --match flag directly.commit-bot@chromium.org2013-08-302-10/+23
* My clang now doesn't complain about !"foo".mtklein@google.com2013-08-222-8/+8
* refactor duplication (shouldSkip and skip_name) into a utility functionsglez@google.com2013-07-242-1/+41
* Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441epoger@google.com2013-07-232-41/+1
* refactor duplication (shouldSkip and skip_name) into a utility functionsglez@google.com2013-07-232-1/+41
* Fix the build.scroggo@google.com2013-04-241-0/+3
* Treat default command line argument properly.scroggo@google.com2013-04-242-13/+79