aboutsummaryrefslogtreecommitdiff
path: root/tests/PathOpsExtendedTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix pathops_unittest test stringsCary Clark2017-04-141-6/+20
* Fix SkFILEStream.Ben Wagner2017-03-101-1/+1
* Revert "Revert "IWYU""Mike Reed2017-02-131-0/+1
* Revert "IWYU"Robert Phillips2017-02-111-1/+0
* IWYUMike Reed2017-02-101-0/+1
* Revert "offset angle check edge in common"Cary Clark2017-01-231-30/+22
* offset angle check edge in commonCary Clark2017-01-201-22/+30
* Rename function in PathOpsExtendedTest which takes strings.Ben Wagner2017-01-091-36/+36
* remove SkMemoryWStream -- unused externallyMike Reed2017-01-081-26/+17
* SkEncodeImage: no more link-time registrationHal Canary2016-11-301-4/+0
* formalize host debuggingcaryclark2016-10-241-3/+0
* pathops coincident workcaryclark2016-08-311-23/+5
* add flaky test optioncaryclark2016-08-091-20/+28
* SkRTConf: eliminatehalcanary2016-08-041-5/+0
* Revert of SkRTConf: reduce functionality to what we use, increase simplicity ...mtklein2016-08-031-0/+5
* SkRTConf: reduce functionality to what we use, increase simplicityhalcanary2016-08-031-5/+0
* pathops coincidence and security rewritecaryclark2016-07-181-25/+72
* fix fuzz bugscaryclark2016-06-281-5/+12
* fix pathops fuzz bugscaryclark2016-06-081-6/+13
* fix security bugcaryclark2016-05-261-14/+2
* Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of http...reed2016-05-041-3/+3
* SK_DECLARE_STATIC_MUTEX -> static SkMutexmtklein2016-05-041-3/+3
* Enabling clip stack flattening exercises path ops.caryclark2015-10-161-1/+10
* Style Change: NULL->nullptrhalcanary2015-08-271-7/+7
* Remove include of stdlib.h from SkTypes.h.bungeman2015-08-261-0/+2
* fix path ops fuzz bustercaryclark2015-07-231-2/+3
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.mtklein2015-07-071-1/+1
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....jvanverth2015-07-021-1/+1
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.mtklein2015-07-011-1/+1
* Add sk_parallel_for()mtklein2015-06-171-1/+0
* clean up testscaryclark2015-05-131-27/+10
* deal more consistently with unsortable edgescaryclark2015-05-131-2/+2
* Path ops formerly found the topmost unprocessed edge and determined its angle...caryclark2015-05-111-8/+19
* minor fixes to cubics code and overall alignment of how bounds and tops are c...caryclark2015-04-291-6/+4
* fix multiple intersection logiccaryclark2015-04-241-1/+1
* working on initial winding for cubicscaryclark2015-04-231-4/+25
* Now, path ops natively intersect conics, quads, and cubics in any combination...caryclark2015-04-201-9/+17
* cumulative pathops patchcaryclark2015-03-261-42/+58
* Revert of pathops version two (patchset #16 id:150001 of https://codereview.c...reed2015-03-241-49/+33
* pathops version twocaryclark2015-03-241-33/+49
* Avoid wrong memory access due to double substitution and %%kkinnunen2015-02-191-1/+1
* These tests stress pathops by describing the union of circle-like paths that ...caryclark2014-11-131-7/+19
* Revert of harden pathops for pathological test (patchset #19 id:410001 of htt...hcm2014-10-281-19/+7
* These tests stress pathops by describing the union of circle-like paths that ...caryclark2014-10-281-7/+19
* fix battlefield website by disallowing very small coordinatescaryclark2014-09-181-0/+2
* SkThreadPool ~~> SkTaskGroupmtklein2014-09-031-3/+2
* Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://coder...mtklein2014-09-031-2/+3
* SkThreadPool ~~> SkTaskGroupmtklein2014-09-031-3/+2
* Fix thread unsafe mutex initialization.bungeman2014-07-251-3/+3
* update pathops core and testscaryclark2014-07-181-136/+7