aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* 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
* don't require tableCount>0 since some platform fonts may not support thatGravatar reed@google.com2012-02-23
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* remove 'OS/2' table from known-sizes, since its size is not always the sameGravatar reed@google.com2012-02-23
* Fixing Canvas unit test to correctly verify object flattening in SkPictureGravatar junov@chromium.org2012-02-23
* Fix line endings.Gravatar bsalomon@google.com2012-02-23
* add unittest for FontHost (just tables at the moment)Gravatar reed@google.com2012-02-23
* Disabling failing unit test on linuxGravatar junov@chromium.org2012-02-22
* Adding more unit testing for SkCanvas and derived classes.Gravatar junov@chromium.org2012-02-22
* Change append to appendf for call sites with no format arguments.Gravatar vandebo@chromium.org2012-02-21
* Revert r3036. This change breaks loading images asGravatar caryclark@google.com2012-02-17
* Turn off test in fixed pt build.Gravatar bsalomon@google.com2012-02-17
* Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...Gravatar bsalomon@google.com2012-02-17
* aaclip needs to handle paths with holesGravatar reed@google.com2012-02-16
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures wit...Gravatar junov@chromium.org2012-02-13
* Adding API and unit testing for deferred canvas clearing/purgingGravatar junov@chromium.org2012-02-13
* Add two files missed in r3165; most critically the gyp!Gravatar tomhudson@google.com2012-02-10