summaryrefslogtreecommitdiff
path: root/pathops_unittest.gypi
AgeCommit message (Collapse)Author
2013-10-02path ops work in progresscaryclark@google.com
make more skps work remove edit files BUG= Review URL: https://codereview.chromium.org/23542056 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@11570 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-05-07path ops -- fix skp bugscaryclark@google.com
This fixes a series of bugs discovered by running the small set of Skia skp files through pathops to flatten the clips. Review URL: https://codereview.chromium.org/14798004 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@9042 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-04-26path ops -- handle non-finite numberscaryclark@google.com
Op() and Simplify() do nothing if the input is non-finite. Add code and tests. Review URL: https://codereview.chromium.org/14407006 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@8882 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-04-22path ops : add support for inverse fillcaryclark@google.com
add inverse fill, reverse diff, and gm tests cleaned up some interfaces Review URL: https://codereview.chromium.org/14371011 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@8798 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-04-15path ops work in progresscaryclark@google.com
standardize tests use SK_ARRAY_COUNT everywhere debug why x87 differs from SIMD 64 various platform specific fixes git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@8689 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-04-12turn on pathops unit testcaryclark@google.com
This temporarily disables SK_ENABLE_INST_COUNT ( skbug.com/1219 ) This fixes a linktime error on VS2012 in PathTest.cpp; -SK_ScalarInfinity should be SK_ScalarNegativeInfinity instead. This adds pathops and pathops unit tests to the main unit tests. Should this change destabilize anything, it should be sufficient to comment out the pathops gypi includes. at test.gyp:18,21. Review URL: https://codereview.chromium.org/14137010 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@8644 2bbb7eff-a529-9590-31e7-b0007b416f81