aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
...
* update the nearly_integral calculation to be (a) faster, and (b) to correctlyGravatar reed@google.com2012-05-11
* fix for r3903 compilation issueGravatar robertphillips@google.com2012-05-11
* Made clip mask cache reuse depend on mask size/bounds (instead of render targ...Gravatar robertphillips@google.com2012-05-11
* Fix for Android ClipCache unit test crashGravatar robertphillips@google.com2012-05-10
* Reverting r3898 due to Android failuresGravatar robertphillips@google.com2012-05-10
* Re-enabling ClipCache unit test which now runs on Xoom w/ new tool chainGravatar robertphillips@google.com2012-05-10
* add SkPath::isLine(), similar to isRect()Gravatar reed@google.com2012-05-10
* Disabled new ClipCache unit test pending investigation of Android failuresGravatar robertphillips@google.com2012-05-09
* Added stack to AA clip mask cacheGravatar robertphillips@google.com2012-05-09
* Fixed some fixed point build Windows compiler complaintsGravatar robertphillips@google.com2012-05-08
* Just use std qsortGravatar reed@google.com2012-05-07
* fix fixed-point buildGravatar reed@google.com2012-05-03
* We were numerically overflowing our 16bit coordinates that we communicateGravatar reed@google.com2012-05-03
* add more tests for rgn::intersects(rect)Gravatar reed@google.com2012-05-02
* add more tests around contains for rects and regionsGravatar reed@google.com2012-05-02
* Add device to top level N-way canvas.Gravatar djsollen@google.com2012-05-01
* fix bug (and add test) for drawing an inverse-path whose bounds do intersectGravatar reed@google.com2012-05-01
* add tests for how empty regions should behave in intersects() and contains()Gravatar reed@google.com2012-04-30
* add test for contains and intersects, in advance of optimization workGravatar mike@reedtribe.org2012-04-28
* Apply fix from #3739 to quads and cubics as wellGravatar reed@google.com2012-04-27
* Add SkString.contains()Gravatar epoger@google.com2012-04-27
* add isSimilarityTransform() and some testsGravatar bsalomon@google.com2012-04-25
* check for numerical imprecision on phaseGravatar reed@google.com2012-04-24
* add optional storage parameter to SkWriter32Gravatar reed@google.com2012-04-24
* only add pathmeasure segment if the accumulated length was actually changed,Gravatar reed@google.com2012-04-20
* fix unused-return-result-warning for invert/getPosTanGravatar reed@google.com2012-04-19
* retarget fonttable tests to use SkTypeface api, rather than (should-be-privat...Gravatar reed@google.com2012-04-19
* Track oval in SkPathGravatar bsalomon@google.com2012-04-18
* Revert r3705 for fixed pt failures. Gravatar bsalomon@google.com2012-04-17
* track oval in SkPathGravatar bsalomon@google.com2012-04-17
* fix clamping when we chop a cubicGravatar reed@google.com2012-04-16
* Addressed more Windows compiler complaint issuesGravatar robertphillips@google.com2012-04-16
* Revert r3681 due to fixed point failures in tests.Gravatar bsalomon@google.com2012-04-16
* add isSimilarityTransform() and some testsGravatar bsalomon@google.com2012-04-16
* dd DrawPathTest to gypGravatar mike@reedtribe.org2012-04-14
* replace getTotalClipStack() with replayClips()+ClipVisitorGravatar reed@google.com2012-04-13
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZeroGravatar epoger@google.com2012-04-11
* Fix miscellaneous compiler warnings from Visual Studio 2010.Gravatar tomhudson@google.com2012-04-10
* misc fixesGravatar bsalomon@google.com2012-04-10
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* Fixed issue with Fixed Point scalars in ReadWriteAlphaTest.cppGravatar robertphillips@google.com2012-04-06
* Initial version of R8 supportGravatar robertphillips@google.com2012-04-06
* regression unittest for the fix in rev. 3558 (handling nan in antihairpaths)Gravatar reed@google.com2012-03-30
* Code changes for ANGLE GL interface. .gyp file changes will be delivered later.Gravatar robertphillips@google.com2012-03-28
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* restore line accidentally deleted in MatrixTest.cpp in r3491Gravatar bsalomon@google.com2012-03-26
* Another fix for fixed point (nan == nan in fixed pt)Gravatar bsalomon@google.com2012-03-26
* Fix test to use the flattenable writer class instead ofGravatar djsollen@google.com2012-03-26
* Add SkMatrix::cheapEqualTo, use in Gr codeGravatar bsalomon@google.com2012-03-26