aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Move PointTest.cpp out of tests/core into tests/ ; the other arrangement wasGravatar epoger@google.com2011-06-15
* Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance war...Gravatar epoger@google.com2011-06-15
* addGravatar reed@google.com2011-06-14
* delete all old (non-Gyp) buildfilesGravatar epoger@google.com2011-06-14
* add row/col major getters, plus unit-testsGravatar reed@google.com2011-06-13
* update SkMatrix44Gravatar reed@google.com2011-06-09
* fix windows compile errors in "tests"Gravatar epoger@google.com2011-06-08
* Duplicates code from GrPathUtils to verify that an approximation for the numberGravatar tomhudson@google.com2011-06-08
* pass correct size to read(buffer, ...) testsGravatar reed@google.com2011-05-23
* add cross-process option to gpipeGravatar reed@google.com2011-05-23
* tiny document-only changeGravatar epoger@google.com2011-05-20
* fix PathTest for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-18
* [PDF] Fix PDF primitives test for fixed scalars.Gravatar vandebo@chromium.org2011-05-18
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* Change getConvexity() to now compute it if the value is set to kUnkown.Gravatar reed@google.com2011-05-16
* detect more than one loop in computeconvexityGravatar reed@google.com2011-05-15
* migrate more tests from GrPath.cppGravatar reed@google.com2011-05-15
* add Convexity enum to SkPathGravatar reed@google.com2011-05-15
* make tests return nonzero if failingGravatar epoger@google.com2011-05-13
* Another tiny comment-only change to trigger buildbotGravatar epoger@google.com2011-05-13
* Tiny comment-only change to trigger buildbotGravatar epoger@google.com2011-05-13
* Fix intentional breakage in previous commitGravatar epoger@google.com2011-05-12
* Intentional breakage to test notifications, will fix quicklyGravatar epoger@google.com2011-05-12
* Tiny comment-only change to trigger updateGravatar epoger@google.com2011-05-12
* Fix my intentional break.Gravatar epoger@google.com2011-05-11
* Intentionally break tests, will fix quickly.Gravatar epoger@google.com2011-05-11
* Another comment-only change to test notificationsGravatar epoger@google.com2011-05-11
* Tiny comment-only change to test notificationsGravatar epoger@google.com2011-05-11
* updateGravatar reed@google.com2011-05-03
* Add comparison and assignment to SkClipStack (and fix an optimization bug).Gravatar vandebo@chromium.org2011-05-03
* Another tiny comment-only change to trigger svn updateGravatar epoger@google.com2011-04-26
* Tiny comment-only change to trigger SVN update in buildbotGravatar epoger@google.com2011-04-26
* add test for premultiplycolorGravatar reed@google.com2011-04-22
* tiny test commitGravatar epoger@google.com2011-04-20
* handle overflowGravatar reed@google.com2011-04-18
* add fFx1 field, returning where to start the iterator for fCount1 rangeGravatar reed@google.com2011-04-18
* [PDF] If the clip is empty, we shouldn't bother actually drawing anything.Gravatar vandebo@chromium.org2011-04-15
* add reflection asColorMode to SkColorFilter (for gpu)Gravatar reed@google.com2011-04-14
* fix asMode() to always succeed if the xfermode was built from a ModeGravatar reed@google.com2011-04-13
* add code to test different premul techniques (disabled right now)Gravatar reed@google.com2011-03-30
* add refcnt helper to metadataGravatar reed@google.com2011-03-30
* abort drawing if srcRect is outside of the bitmap boundsGravatar reed@google.com2011-03-17
* remove unused methods from SkRefPtr, as a check-point for better understandingGravatar reed@google.com2011-03-08
* [PDF] Restrict scalars to the range that PDF understands.Gravatar vandebo@chromium.org2011-03-04
* bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now thatGravatar reed@google.com2011-03-01
* use sprintf to generate float->string for SkString routines, removing theGravatar reed@google.com2011-02-28
* add simple test for SkBitmap::getColor()Gravatar reed@google.com2011-02-25
* http://codereview.appspot.com/4233041/Gravatar reed@google.com2011-02-25
* add tests for SkClipStackGravatar reed@google.com2011-02-22
* add tests for pushing on back as well as frontGravatar reed@google.com2011-02-22