aboutsummaryrefslogtreecommitdiff
path: root/tests/PathOpsExtendedTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Enabling the canvas bit to turn the clip stack into a flat replace exposed ar...caryclark2014-06-171-1/+10
* fix cubic/line intersection; add skp testscommit-bot@chromium.org2014-04-301-1/+2
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2014-04-261-1/+1
* fix minor skp-found bugscommit-bot@chromium.org2014-04-251-5/+5
* Mike R: please sanity check SkPostConfig.hcommit-bot@chromium.org2014-04-141-65/+94
* replace setConfig+allocPixels with single callmike@reedtribe.org2014-02-131-4/+2
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...reed@google.com2013-12-171-2/+2
* pathops work in progresscaryclark@google.com2013-11-011-0/+5
* Sadly TSAN still reports this as a race, even when we're obviously writing thecommit-bot@chromium.org2013-10-021-5/+3
* path ops work in progresscaryclark@google.com2013-10-021-16/+25
* Writing to testName and reading its size isn't thread safe, TSAN reminds us.commit-bot@chromium.org2013-10-011-0/+2
* path ops work in progresscaryclark@google.com2013-09-161-8/+9
* harden and speed up path op unit testscaryclark@google.com2013-07-161-4/+16
* path ops near exactcaryclark@google.com2013-07-151-6/+53
* path ops work in progresscaryclark@google.com2013-07-081-42/+64
* path ops -- rewrite angle sortcaryclark@google.com2013-06-041-23/+25
* path ops -- fix skp bugscaryclark@google.com2013-05-071-5/+6
* path ops -- handle non-finite numberscaryclark@google.com2013-04-261-3/+15
* path ops : fix empty-diff bug, op-in-placecaryclark@google.com2013-04-251-3/+20
* Add thread-per-core setting to SkThreadPool.commit-bot@chromium.org2013-04-221-16/+1
* allow tests to optionally use multiple threadscaryclark@google.com2013-04-181-8/+2
* path ops work in progresscaryclark@google.com2013-04-181-1/+33
* path ops work in progresscaryclark@google.com2013-04-151-2/+2
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-04-111-2/+2
* fix a few pathops test bugs exposed on Mac and Linuxcaryclark@google.com2013-04-101-2/+0
* Make parallel unit testing work on windowscaryclark@google.com2013-04-101-327/+89
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-04-091-2/+2
* Add implementation of path opscaryclark@google.com2013-04-081-0/+822