aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Fix copy paste error in test ref counting.Gravatar vandebo@chromium.org2012-03-05
* [PDF] Fix name objects containing characters > 0x80 and add a test.Gravatar vandebo@chromium.org2012-03-05
* remove fragile assertGravatar reed@google.com2012-02-29
* fix edgecase in chopcubic where we computed duplicate tvaluesGravatar reed@google.com2012-02-29
* fix bug and add test for aaclip when blitV is calledGravatar reed@google.com2012-02-29
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* reverting r3257 because of gm failure.Gravatar junov@chromium.org2012-02-24
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULLGravatar junov@chromium.org2012-02-23
* always allocate (only) the width of the clip for the AA row, since it willGravatar reed@google.com2012-02-23
* Fix memory leak in GetTableData() and add unittests for itGravatar reed@google.com2012-02-23
* don't require tableCount>0 since some platform fonts may not support thatGravatar reed@google.com2012-02-23
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* remove 'OS/2' table from known-sizes, since its size is not always the sameGravatar reed@google.com2012-02-23
* Fixing Canvas unit test to correctly verify object flattening in SkPictureGravatar junov@chromium.org2012-02-23
* Fix line endings.Gravatar bsalomon@google.com2012-02-23
* add unittest for FontHost (just tables at the moment)Gravatar reed@google.com2012-02-23
* Disabling failing unit test on linuxGravatar junov@chromium.org2012-02-22
* Adding more unit testing for SkCanvas and derived classes.Gravatar junov@chromium.org2012-02-22
* Change append to appendf for call sites with no format arguments.Gravatar vandebo@chromium.org2012-02-21
* Revert r3036. This change breaks loading images asGravatar caryclark@google.com2012-02-17
* Turn off test in fixed pt build.Gravatar bsalomon@google.com2012-02-17
* Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...Gravatar bsalomon@google.com2012-02-17
* aaclip needs to handle paths with holesGravatar reed@google.com2012-02-16
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Adding missing SkIntToScalar to resolve DeferredCanvas unit test failures wit...Gravatar junov@chromium.org2012-02-13
* Adding API and unit testing for deferred canvas clearing/purgingGravatar junov@chromium.org2012-02-13
* Add two files missed in r3165; most critically the gyp!Gravatar tomhudson@google.com2012-02-10
* Fix dumb error of starting loop with 0 instead of 1 that uses shift to increm...Gravatar bsalomon@google.com2012-02-10
* Add GrGLContextInfoGravatar bsalomon@google.com2012-02-10
* Turn on read pixels test for raster backendGravatar bsalomon@google.com2012-02-09
* Fixing backing store access in SkDeferredCanvas.Gravatar junov@chromium.org2012-02-07
* add additional tests for path direction with multiple pts on y-maxGravatar reed@google.com2012-01-31
* use contour with global ymax to determine directionGravatar reed@google.com2012-01-30
* inject a 32767 bounded cliprect before using SuperSampler blitter, to avoidGravatar reed@google.com2012-01-30
* Interpolate vertical linear gradients for improved quality.Gravatar tomhudson@google.com2012-01-18
* Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter.Gravatar schenney@chromium.org2012-01-18
* Modify SkBitmap::extractSubset() to respect volatilityGravatar skyostil@google.com2012-01-16
* Subpixel text 3/8 of a pixel too far to the right.Gravatar bungeman@google.com2012-01-13
* Modify SkBitmap::extractSubset() to respect opaquenessGravatar skyostil@google.com2012-01-13
* Adding new SkPathMeasure tests, defined out for now as they fail.Gravatar schenney@chromium.org2012-01-12
* automatically inject a moveTo if we see a close followed by a line/quad/cubicGravatar reed@google.com2012-01-12
* reenable direction test, fix handling of degenerate segments in the non-conve...Gravatar reed@google.com2012-01-11
* Fix SkScalar values in ClipperTest.cpp; these were breaking one Windows buildbotGravatar epoger@google.com2012-01-11
* disable test until I can fix itGravatar reed@google.com2012-01-11
* improve clamping logic when handling imprecise chopping of cubicsGravatar reed@google.com2012-01-11
* use SkIntToScalar(10) instead of 10 for parameters (for scalar==fixed)Gravatar reed@google.com2012-01-10
* add gm for reverseAddPathGravatar reed@google.com2012-01-10
* Exclude BGRA readPixel tests on Android until bug 438 is resolved.Gravatar djsollen@google.com2012-01-09
* add unittest for sk_memset16 and sk_memset32Gravatar mike@reedtribe.org2012-01-07