index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
tests_files.mk
Commit message (
Expand
)
Author
Age
*
add test for premultiplycolor
reed@google.com
2011-04-22
*
add fFx1 field, returning where to start the iterator for fCount1 range
reed@google.com
2011-04-18
*
add reflection asColorMode to SkColorFilter (for gpu)
reed@google.com
2011-04-14
*
add refcnt helper to metadata
reed@google.com
2011-03-30
*
abort drawing if srcRect is outside of the bitmap bounds
reed@google.com
2011-03-17
*
add simple test for SkBitmap::getColor()
reed@google.com
2011-02-25
*
add tests for SkClipStack
reed@google.com
2011-02-22
*
rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...
reed@google.com
2011-02-22
*
[PDF] Add support for xfermodes / blend modes.
vandebo@chromium.org
2011-02-08
*
Add unit test for SkRect::hasValidCoordinates().
wjmaclean@chromium.org
2011-02-07
*
add refdict class, for holding a dictionary of reference-counted objects
reed@google.com
2011-01-25
*
remove obsolete test
reed@google.com
2010-12-22
*
Correctly handle SkPath::kInverseWinding_FillType
agl@chromium.org
2010-12-06
*
Add flate compression test and fix bugs.
vandebo@chromium.org
2010-12-02
*
add SkRegion::setRects(), and its unit tests
reed@android.com
2010-07-13
*
update tests for blitrow
reed@android.com
2010-03-08
*
add tests for blitting all opaque or all transparent (test opts)
reed@android.com
2010-03-08
*
add unittest for IntersectLine, used by hairlines
reed@android.com
2009-11-30
*
move xfermode modes from porterduff into xfermode itself
reed@android.com
2009-06-22
*
add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")
reed@android.com
2009-06-05