aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* 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
* rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...Gravatar reed@google.com2011-02-22
* update to work correctly for scalar == fixed or floatGravatar reed@android.com2011-02-09
* add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...Gravatar reed@google.com2011-02-08
* [PDF] Add support for xfermodes / blend modes.Gravatar vandebo@chromium.org2011-02-08
* clear the convex-hint in reset() and rewind(), to match its state in a newlyGravatar reed@google.com2011-02-07
* hide divide-by-zero from the compiler, to avoid the warningGravatar reed@google.com2011-02-07
* Add unit test for SkRect::hasValidCoordinates().Gravatar wjmaclean@chromium.org2011-02-07
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* embed a refdict inside SkDeviceGravatar reed@google.com2011-01-25
* add refdict class, for holding a dictionary of reference-counted objectsGravatar reed@google.com2011-01-25
* Add Truetype and Type 1 font embedding supportGravatar vandebo@chromium.org2011-01-25
* init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0)Gravatar reed@google.com2011-01-10
* add template macro to "safely" perform casts w/o breaking strict-aliasingGravatar reed@google.com2011-01-05