aboutsummaryrefslogtreecommitdiff
path: root/tests/skia_test.cpp
AgeCommit message (Expand)Author
2017-02-06Make iOS main() functions normal.Mike Klein
2017-01-23Revert "offset angle check edge in common"Cary Clark
2017-01-20offset angle check edge in commonCary Clark
2016-11-15fuzz hang fix and pathops client debuggingCary Clark
2016-10-25fix fuzzcaryclark
2016-10-24formalize host debuggingcaryclark
2016-10-06fix mac all buildcaryclark
2016-10-04fix initialization orderCary Clark
2016-10-04coin debugging runs all tests in extendedCary Clark
2016-03-30Move SkGLContext and some GrGLInterface implementations to skgputest modulebsalomon
2016-03-30Revert of Move SkGLContext and some GrGLInterface implementations to skgputes...robertphillips
2016-03-30Move SkGLContext and some GrGLInterface implementations to skgputest modulebsalomon
2016-03-25Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not over...benjaminwagner
2016-02-16clean up more dead codemtklein
2015-10-16Enabling clip stack flattening exercises path ops.caryclark
2015-09-29Move Mutexy things to private.herb
2015-09-28Move SkAtomics.h to private.herb
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-07-27Remove skia_arch_width, fold into skia_arch_type.Brian Salomon
2015-07-07Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.mtklein
2015-07-02Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....jvanverth
2015-07-01Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.mtklein
2015-06-26remove SkInstCntmtklein
2015-04-02Remove all code related to NaClborenet
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-02-19Avoid wrong memory access due to double substitution and %%kkinnunen
2015-01-20Simplify skiatest framework.halcanary
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2014-11-07Cleanup: Use SkAutoGraphics in gm and tests.tfarina
2014-11-07When running DM, write test failures to json.scroggo
2014-10-29MultiPictureDraw is taskgroup aware.reed
2014-09-03SkThreadPool ~~> SkTaskGroupmtklein
2014-09-03Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://coder...mtklein
2014-09-03SkThreadPool ~~> SkTaskGroupmtklein
2014-07-22share dm and command flagscaryclark
2014-06-18Refactor how we handle resources path in Tests.tfarina
2014-06-18Add basic stacktrace handler using libunwind.mtklein
2014-04-14Mike R: please sanity check SkPostConfig.hcommit-bot@chromium.org
2014-02-26Let DM run unit tests.commit-bot@chromium.org
2014-02-25Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/)commit-bot@chromium.org
2014-02-25Let DM run unit tests.commit-bot@chromium.org
2014-01-30Reland "Add --skip_cpu and --skip_gpu options to tests"commit-bot@chromium.org
2014-01-28tests: add --veryVerbose / -Vcommit-bot@chromium.org
2014-01-28Revert of Add --skip_cpu and --skip_gpu options to tests (https://codereview....commit-bot@chromium.org
2014-01-28Add --skip_cpu and --skip_gpu options to testscommit-bot@chromium.org
2014-01-24Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org
2014-01-23add leaks flag to show unref'd instscommit-bot@chromium.org
2014-01-02Make tests output spin on the same line by default.commit-bot@chromium.org
2013-12-17remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com