aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* 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
* remove obsolete testGravatar reed@google.com2010-12-22
* Upstream mulDiv255Ceil() from WebKit to the skia repository.Gravatar senorblanco@chromium.org2010-12-07
* Correctly handle SkPath::kInverseWinding_FillTypeGravatar agl@chromium.org2010-12-06
* Add flate compression test and fix bugs.Gravatar vandebo@chromium.org2010-12-02
* Add safe size/copy functions to Skia.Gravatar wjmaclean@chromium.org2010-11-16
* First pieces of SkPDFDevice. Supports:Gravatar vandebo@chromium.org2010-10-20
* High level pdf classes and pdf specific interface.Gravatar vandebo@chromium.org2010-10-12
* Address senorblanco's comments on r600.Gravatar vandebo@chromium.org2010-10-01
* Initial PDF backend commit: directories, build rules, primitivesGravatar vandebo@chromium.org2010-09-24
* add SkRegion::setRects(), and its unit testsGravatar reed@android.com2010-07-13
* rename round, ceil, etc. to avoid some platform macrosGravatar reed@android.com2010-06-15
* add SkRefPtr class (for testing at the moment)Gravatar reed@android.com2010-04-16
* fix build for SK_SCALAR_IS_FIXEDGravatar reed@android.com2010-04-13
* update blitrow test to exercise different widths for blitrowGravatar reed@android.com2010-03-15
* disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noopGravatar reed@android.com2010-03-09