index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
Revert r3705 for fixed pt failures.
bsalomon@google.com
2012-04-17
*
track oval in SkPath
bsalomon@google.com
2012-04-17
*
fix clamping when we chop a cubic
reed@google.com
2012-04-16
*
Addressed more Windows compiler complaint issues
robertphillips@google.com
2012-04-16
*
Revert r3681 due to fixed point failures in tests.
bsalomon@google.com
2012-04-16
*
add isSimilarityTransform() and some tests
bsalomon@google.com
2012-04-16
*
dd DrawPathTest to gyp
mike@reedtribe.org
2012-04-14
*
replace getTotalClipStack() with replayClips()+ClipVisitor
reed@google.com
2012-04-13
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero
epoger@google.com
2012-04-11
*
Fix miscellaneous compiler warnings from Visual Studio 2010.
tomhudson@google.com
2012-04-10
*
misc fixes
bsalomon@google.com
2012-04-10
*
Fixing Windows compiler complaints
robertphillips@google.com
2012-04-06
*
Fixed issue with Fixed Point scalars in ReadWriteAlphaTest.cpp
robertphillips@google.com
2012-04-06
*
Initial version of R8 support
robertphillips@google.com
2012-04-06
*
regression unittest for the fix in rev. 3558 (handling nan in antihairpaths)
reed@google.com
2012-03-30
*
Code changes for ANGLE GL interface. .gyp file changes will be delivered later.
robertphillips@google.com
2012-03-28
*
Create macro for registering classes for deserialization
djsollen@google.com
2012-03-26
*
restore line accidentally deleted in MatrixTest.cpp in r3491
bsalomon@google.com
2012-03-26
*
Another fix for fixed point (nan == nan in fixed pt)
bsalomon@google.com
2012-03-26
*
Fix test to use the flattenable writer class instead of
djsollen@google.com
2012-03-26
*
Add SkMatrix::cheapEqualTo, use in Gr code
bsalomon@google.com
2012-03-26
*
Glyph advances from generateAdvance do not always match generateMetrics results.
bungeman@google.com
2012-03-23
*
fix clang compilation warning
bsalomon@google.com
2012-03-22
*
Upstream changes from Android repository.
djsollen@google.com
2012-03-21
*
Compile with c++0x.
bungeman@google.com
2012-03-19
*
Close a couple of minor memory leaks, add a valgrind suppression file to
tomhudson@google.com
2012-03-15
*
unittest for kUTF32_TextEncoding
reed@google.com
2012-03-14
*
promote floats to scalars for the fixed-point build
reed@google.com
2012-03-12
*
add unittest for rev. 3366 -- clipping antihairlines
reed@google.com
2012-03-12
*
If we try to clip against a path and the path only contains a rect, treat it ...
tomhudson@google.com
2012-03-09
*
Fix copy paste error in test ref counting.
vandebo@chromium.org
2012-03-05
*
[PDF] Fix name objects containing characters > 0x80 and add a test.
vandebo@chromium.org
2012-03-05
*
remove fragile assert
reed@google.com
2012-02-29
*
fix edgecase in chopcubic where we computed duplicate tvalues
reed@google.com
2012-02-29
*
fix bug and add test for aaclip when blitV is called
reed@google.com
2012-02-29
*
Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...
junov@chromium.org
2012-02-24
*
reverting r3257 because of gm failure.
junov@chromium.org
2012-02-24
*
Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...
junov@chromium.org
2012-02-24
*
Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL
junov@chromium.org
2012-02-23
*
always allocate (only) the width of the clip for the AA row, since it will
reed@google.com
2012-02-23
*
Fix memory leak in GetTableData() and add unittests for it
reed@google.com
2012-02-23
*
don't require tableCount>0 since some platform fonts may not support that
reed@google.com
2012-02-23
*
GPU device preserves pixel values across read/write/read of unpremul pixel va...
bsalomon@google.com
2012-02-23
*
remove 'OS/2' table from known-sizes, since its size is not always the same
reed@google.com
2012-02-23
*
Fixing Canvas unit test to correctly verify object flattening in SkPicture
junov@chromium.org
2012-02-23
*
Fix line endings.
bsalomon@google.com
2012-02-23
*
add unittest for FontHost (just tables at the moment)
reed@google.com
2012-02-23
*
Disabling failing unit test on linux
junov@chromium.org
2012-02-22
*
Adding more unit testing for SkCanvas and derived classes.
junov@chromium.org
2012-02-22
[next]