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
*
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
*
Change append to appendf for call sites with no format arguments.
vandebo@chromium.org
2012-02-21
*
Revert r3036. This change breaks loading images as
caryclark@google.com
2012-02-17
*
Turn off test in fixed pt build.
bsalomon@google.com
2012-02-17
*
Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...
bsalomon@google.com
2012-02-17
*
aaclip needs to handle paths with holes
reed@google.com
2012-02-16
*
Move GL-specific include files to their own subdirectory, to better
tomhudson@google.com
2012-02-14
*
Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures wit...
junov@chromium.org
2012-02-13
*
Adding API and unit testing for deferred canvas clearing/purging
junov@chromium.org
2012-02-13
*
Add two files missed in r3165; most critically the gyp!
tomhudson@google.com
2012-02-10
*
Fix dumb error of starting loop with 0 instead of 1 that uses shift to increm...
bsalomon@google.com
2012-02-10
*
Add GrGLContextInfo
bsalomon@google.com
2012-02-10
*
Turn on read pixels test for raster backend
bsalomon@google.com
2012-02-09
*
Fixing backing store access in SkDeferredCanvas.
junov@chromium.org
2012-02-07
*
add additional tests for path direction with multiple pts on y-max
reed@google.com
2012-01-31
*
use contour with global ymax to determine direction
reed@google.com
2012-01-30
[next]