aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathOpsExtendedTest.cpp
Commit message (Expand)AuthorAge
* Enabling clip stack flattening exercises path ops.Gravatar caryclark2015-10-16
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* fix path ops fuzz busterGravatar caryclark2015-07-23
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* Add sk_parallel_for()Gravatar mtklein2015-06-17
* clean up testsGravatar caryclark2015-05-13
* deal more consistently with unsortable edgesGravatar caryclark2015-05-13
* Path ops formerly found the topmost unprocessed edge and determined its angle...Gravatar caryclark2015-05-11
* minor fixes to cubics code and overall alignment of how bounds and tops are c...Gravatar caryclark2015-04-29
* fix multiple intersection logicGravatar caryclark2015-04-24
* working on initial winding for cubicsGravatar caryclark2015-04-23
* Now, path ops natively intersect conics, quads, and cubics in any combination...Gravatar caryclark2015-04-20
* cumulative pathops patchGravatar caryclark2015-03-26
* Revert of pathops version two (patchset #16 id:150001 of https://codereview.c...Gravatar reed2015-03-24
* pathops version twoGravatar caryclark2015-03-24
* Avoid wrong memory access due to double substitution and %%Gravatar kkinnunen2015-02-19
* These tests stress pathops by describing the union of circle-like paths that ...Gravatar caryclark2014-11-13
* Revert of harden pathops for pathological test (patchset #19 id:410001 of htt...Gravatar hcm2014-10-28
* These tests stress pathops by describing the union of circle-like paths that ...Gravatar caryclark2014-10-28
* fix battlefield website by disallowing very small coordinatesGravatar caryclark2014-09-18
* SkThreadPool ~~> SkTaskGroupGravatar mtklein2014-09-03
* Revert of SkThreadPool ~~> SkTaskGroup (patchset #4 id:60001 of https://coder...Gravatar mtklein2014-09-03
* SkThreadPool ~~> SkTaskGroupGravatar mtklein2014-09-03
* Fix thread unsafe mutex initialization.Gravatar bungeman2014-07-25
* update pathops core and testsGravatar caryclark2014-07-18
* Enabling the canvas bit to turn the clip stack into a flat replace exposed ar...Gravatar caryclark2014-06-17
* fix cubic/line intersection; add skp testsGravatar commit-bot@chromium.org2014-04-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-26
* fix minor skp-found bugsGravatar commit-bot@chromium.org2014-04-25
* Mike R: please sanity check SkPostConfig.hGravatar commit-bot@chromium.org2014-04-14
* replace setConfig+allocPixels with single callGravatar mike@reedtribe.org2014-02-13
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* pathops work in progressGravatar caryclark@google.com2013-11-01
* Sadly TSAN still reports this as a race, even when we're obviously writing theGravatar commit-bot@chromium.org2013-10-02
* path ops work in progressGravatar caryclark@google.com2013-10-02
* Writing to testName and reading its size isn't thread safe, TSAN reminds us.Gravatar commit-bot@chromium.org2013-10-01
* path ops work in progressGravatar caryclark@google.com2013-09-16
* harden and speed up path op unit testsGravatar caryclark@google.com2013-07-16
* path ops near exactGravatar caryclark@google.com2013-07-15
* path ops work in progressGravatar caryclark@google.com2013-07-08
* path ops -- rewrite angle sortGravatar caryclark@google.com2013-06-04
* path ops -- fix skp bugsGravatar caryclark@google.com2013-05-07
* path ops -- handle non-finite numbersGravatar caryclark@google.com2013-04-26
* path ops : fix empty-diff bug, op-in-placeGravatar caryclark@google.com2013-04-25
* Add thread-per-core setting to SkThreadPool.Gravatar commit-bot@chromium.org2013-04-22
* allow tests to optionally use multiple threadsGravatar caryclark@google.com2013-04-18
* path ops work in progressGravatar caryclark@google.com2013-04-18