| Commit message (Expand) | Author | Age |
* | Enabling clip stack flattening exercises path ops. | caryclark | 2015-10-16 |
* | Move Mutexy things to private. | herb | 2015-09-29 |
* | Move SkAtomics.h to private. | herb | 2015-09-28 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | Remove skia_arch_width, fold into skia_arch_type. | Brian Salomon | 2015-07-27 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-07 |
* | Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.... | jvanverth | 2015-07-02 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-01 |
* | remove SkInstCnt | mtklein | 2015-06-26 |
* | Remove all code related to NaCl | borenet | 2015-04-02 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Avoid wrong memory access due to double substitution and %% | kkinnunen | 2015-02-19 |
* | Simplify skiatest framework. | halcanary | 2015-01-20 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Cleanup: Use SkAutoGraphics in gm and tests. | tfarina | 2014-11-07 |
* | When running DM, write test failures to json. | scroggo | 2014-11-07 |
* | MultiPictureDraw is taskgroup aware. | reed | 2014-10-29 |
* | SkThreadPool ~~> SkTaskGroup | mtklein | 2014-09-03 |
* | Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://coder... | mtklein | 2014-09-03 |
* | SkThreadPool ~~> SkTaskGroup | mtklein | 2014-09-03 |
* | share dm and command flags | caryclark | 2014-07-22 |
* | Refactor how we handle resources path in Tests. | tfarina | 2014-06-18 |
* | Add basic stacktrace handler using libunwind. | mtklein | 2014-06-18 |
* | Mike R: please sanity check SkPostConfig.h | commit-bot@chromium.org | 2014-04-14 |
* | Let DM run unit tests. | commit-bot@chromium.org | 2014-02-26 |
* | Revert of Let DM run unit tests. (https://codereview.chromium.org/178273002/) | commit-bot@chromium.org | 2014-02-25 |
* | Let DM run unit tests. | commit-bot@chromium.org | 2014-02-25 |
* | Reland "Add --skip_cpu and --skip_gpu options to tests" | commit-bot@chromium.org | 2014-01-30 |
* | tests: add --veryVerbose / -V | commit-bot@chromium.org | 2014-01-28 |
* | Revert of Add --skip_cpu and --skip_gpu options to tests (https://codereview.... | commit-bot@chromium.org | 2014-01-28 |
* | Add --skip_cpu and --skip_gpu options to tests | commit-bot@chromium.org | 2014-01-28 |
* | Cleanup: Sanitize the order of includes under tests/ | tfarina@chromium.org | 2014-01-24 |
* | add leaks flag to show unref'd insts | commit-bot@chromium.org | 2014-01-23 |
* | Make tests output spin on the same line by default. | commit-bot@chromium.org | 2014-01-02 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | GpuTest::GetContext() doesn't exist. | commit-bot@chromium.org | 2013-11-20 |
* | tests: Provide a default resources path. | commit-bot@chromium.org | 2013-10-29 |
* | SkThreadPool: tweak two little things that have been annoying me | commit-bot@chromium.org | 2013-10-10 |
* | In skia_test.cc, atomics -> mutex. | commit-bot@chromium.org | 2013-10-01 |
* | Add skia_tsan_build to match skia_asan_build and fix one example race. | bungeman@google.com | 2013-09-25 |
* | Add ShouldSkip variant that can read a --match flag directly. | commit-bot@chromium.org | 2013-08-30 |
* | dump out sizeof(void*) in header | reed@google.com | 2013-08-29 |
* | refactor duplication (shouldSkip and skip_name) into a utility function | sglez@google.com | 2013-07-24 |
* | Revert r10280, which caused https://code.google.com/p/skia/issues/detail?id=1441 | epoger@google.com | 2013-07-23 |
* | refactor duplication (shouldSkip and skip_name) into a utility function | sglez@google.com | 2013-07-23 |
* | harden and speed up path op unit tests | caryclark@google.com | 2013-07-16 |
* | path ops work in progress | caryclark@google.com | 2013-07-08 |
* | Refactor: clean up some unused or mostly-unused API I saw here. | commit-bot@chromium.org | 2013-06-18 |
* | Fix bug in setting directories for tests. | scroggo@google.com | 2013-06-06 |