aboutsummaryrefslogtreecommitdiff
path: root/tests/PathOpsSimplifyQuadThreadedTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove SkMemoryWStream -- unused externallyMike Reed2017-01-081-2/+2
* remove sprintfcaryclark2016-10-061-25/+22
* fix security bugcaryclark2016-05-261-1/+0
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-2/+2
* When three or more edges are coincident, the logic needscaryclark2015-07-061-1/+1
* Now, path ops natively intersect conics, quads, and cubics in any combination...caryclark2015-04-201-2/+7
* SkThreadPool ~~> SkTaskGroupmtklein2014-09-031-2/+2
* Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://coder...mtklein2014-09-031-2/+2
* SkThreadPool ~~> SkTaskGroupmtklein2014-09-031-2/+2
* Mike R: please sanity check SkPostConfig.hcommit-bot@chromium.org2014-04-141-0/+1
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Get rid of DEFINE_TESTCLASS_SHORT() macro.tfarina@chromium.org2014-01-021-5/+2
* harden and speed up path op unit testscaryclark@google.com2013-07-161-13/+20
* allow tests to optionally use multiple threadscaryclark@google.com2013-04-181-1/+1
* path ops work in progresscaryclark@google.com2013-04-151-3/+2
* Make parallel unit testing work on windowscaryclark@google.com2013-04-101-70/+57
* Add implementation of path opscaryclark@google.com2013-04-081-0/+104