aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
...
* 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
* Towards enabling -Werror in skia on LinuxGravatar bsalomon@google.com2012-01-06
* Add the ability to iterate through a path without modification. This change isGravatar schenney@chromium.org2012-01-04
* Fix ToUnicode generation bug.Gravatar vandebo@chromium.org2012-01-03
* add move-close-move and move-close-move-close to the "empty" paths to testGravatar reed@google.com2011-12-21
* add unittest for invariants for empty paths, still need to think aboutGravatar reed@google.com2011-12-21
* add SkUnichar_IsVariationSelector()Gravatar reed@google.com2011-12-21
* Fixing PathTest. It was always broken in the convexity test code dueGravatar schenney@chromium.org2011-12-20
* Fixing the build for FIXED tests. PathTest was incorrect using "1" instead of...Gravatar schenney@chromium.org2011-12-20
* Modifying SkPath to store all verbs provided by the user, and to giveGravatar schenney@chromium.org2011-12-20
* add canvas::isDrawingToLayer(), as a fast query for chrome; faster thanGravatar reed@google.com2011-12-14
* Adding isOpaque method to skia shader classesGravatar junov@chromium.org2011-12-09
* rename sk_float_isNaN to sk_float_isnan to match related functionsGravatar reed@google.com2011-12-06
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedGravatar reed@google.com2011-12-06
* add sk_float_isfinite to mask platform differencesGravatar reed@google.com2011-12-05
* add test for isFiniteGravatar reed@google.com2011-12-05
* Fix Paint == comparison on Android.Gravatar djsollen@google.com2011-12-01
* add unittest for save/restoreGravatar reed@google.com2011-11-28
* more rgn==aaclip testsGravatar reed@google.com2011-11-23
* Fix warningsGravatar bsalomon@google.com2011-11-23
* add test that aaclip.setRegion creates the same mask as the regionGravatar mike@reedtribe.org2011-11-23
* don't quickReject bitmaps if there is a looper or other possible bounds-modifierGravatar reed@google.com2011-11-21
* add test for IsModeGravatar mike@reedtribe.org2011-11-17
* fix signed/unsigned warning (use size_t in conjunction with SK_ARRAY_COUNT)Gravatar reed@google.com2011-11-16
* fix autobounds dude to call a custom version of rect.join that doesn't ignoreGravatar reed@google.com2011-11-14
* Remove GrGpuGLFixed subclass and ES1 supportGravatar bsalomon@google.com2011-11-14
* add test for bounds (disabled as it fails)Gravatar reed@google.com2011-11-14
* Do writepixels alpha-premul using gpuGravatar bsalomon@google.com2011-11-11
* [PDF] Optimize W-array generation with respect to subsetted fonts and add test.Gravatar vandebo@chromium.org2011-11-11