aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
...
* 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
* Glyph advances from generateAdvance do not always match generateMetrics results.Gravatar bungeman@google.com2012-03-23
* fix clang compilation warningGravatar bsalomon@google.com2012-03-22
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* Compile with c++0x.Gravatar bungeman@google.com2012-03-19
* Close a couple of minor memory leaks, add a valgrind suppression file toGravatar tomhudson@google.com2012-03-15
* unittest for kUTF32_TextEncodingGravatar reed@google.com2012-03-14
* promote floats to scalars for the fixed-point buildGravatar reed@google.com2012-03-12
* add unittest for rev. 3366 -- clipping antihairlinesGravatar reed@google.com2012-03-12
* If we try to clip against a path and the path only contains a rect, treat it ...Gravatar tomhudson@google.com2012-03-09
* Fix copy paste error in test ref counting.Gravatar vandebo@chromium.org2012-03-05
* [PDF] Fix name objects containing characters > 0x80 and add a test.Gravatar vandebo@chromium.org2012-03-05
* remove fragile assertGravatar reed@google.com2012-02-29
* fix edgecase in chopcubic where we computed duplicate tvaluesGravatar reed@google.com2012-02-29
* fix bug and add test for aaclip when blitV is calledGravatar reed@google.com2012-02-29
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* reverting r3257 because of gm failure.Gravatar junov@chromium.org2012-02-24
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULLGravatar junov@chromium.org2012-02-23
* always allocate (only) the width of the clip for the AA row, since it willGravatar reed@google.com2012-02-23
* Fix memory leak in GetTableData() and add unittests for itGravatar reed@google.com2012-02-23