aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations/gm
Commit message (Collapse)AuthorAge
* Mark Xoom scaled_tilemodes_npot GPU images as ignoreGravatar bsalomon@google.com2013-11-07
| | | | | | | | BUG=skia:1814 Review URL: https://codereview.chromium.org/61763011 git-svn-id: http://skia.googlecode.com/svn/trunk@12169 2bbb7eff-a529-9590-31e7-b0007b416f81
* Perlin issue fixedGravatar commit-bot@chromium.org2013-11-06
| | | | | | | | | | | BUG=skia:1799 R=sugoi@chromium.org, sugoi@google.com, senorblanco@chromium.org Author: bsalomon@google.com Review URL: https://codereview.chromium.org/59173005 git-svn-id: http://skia.googlecode.com/svn/trunk@12150 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark blurs-gpu test as known-to-fail on Nexus4Gravatar epoger@google.com2013-11-05
| | | | | | | | | | | BUG=skia:1791 (SkipBuildbotRuns) R=bsalomon@google.com Review URL: https://codereview.chromium.org/59943004 git-svn-id: http://skia.googlecode.com/svn/trunk@12142 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline scaled_tilemode_npot gpu images on RHB and rebaseline SGX ↵Gravatar bsalomon@google.com2013-11-04
| | | | | | | | | | tilemode gpu BUG=skia:1789 Review URL: https://codereview.chromium.org/47263003 git-svn-id: http://skia.googlecode.com/svn/trunk@12121 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline blurs_gpuGravatar epoger@google.com2013-11-04
| | | | | | | | | BUG=skia:1791 TBR=robertphillips Review URL: https://codereview.chromium.org/57433005 git-svn-id: http://skia.googlecode.com/svn/trunk@12116 2bbb7eff-a529-9590-31e7-b0007b416f81
* Change SkBlurImageFilter to use fixed-point division. Yields ~1.8X speedup onGravatar senorblanco@chromium.org2013-11-04
| | | | | | | | | | | | | MacBookPro. Note: this will require defining SK_DISABLE_BLUR_DIVISION_OPTIMIZATION in Chrome, a la https://codereview.chromium.org/49973005. R=mtklein@google.com Review URL: https://codereview.chromium.org/57513002 git-svn-id: http://skia.googlecode.com/svn/trunk@12113 2bbb7eff-a529-9590-31e7-b0007b416f81
* fix baselines for arcofzorro hairlines shadertext shadertext2Gravatar caryclark@google.com2013-11-04
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12109 2bbb7eff-a529-9590-31e7-b0007b416f81
* fix more expectations for shadertext shadertext2 hairlinesGravatar caryclark@google.com2013-11-01
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12099 2bbb7eff-a529-9590-31e7-b0007b416f81
* Update missed expectations for xfermodesGravatar vandebo@chromium.org2013-11-01
| | | | | | | | ref: r12034, r12053 Review URL: https://codereview.chromium.org/56473003 git-svn-id: http://skia.googlecode.com/svn/trunk@12098 2bbb7eff-a529-9590-31e7-b0007b416f81
* update ignored tests with rebaselinesGravatar caryclark@google.com2013-11-01
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12097 2bbb7eff-a529-9590-31e7-b0007b416f81
* fix shadertext2 expectationsGravatar caryclark@google.com2013-11-01
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12096 2bbb7eff-a529-9590-31e7-b0007b416f81
* fix shadedtext expectationsGravatar caryclark@google.com2013-11-01
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12095 2bbb7eff-a529-9590-31e7-b0007b416f81
* fix hairline expectationsGravatar caryclark@google.com2013-11-01
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12094 2bbb7eff-a529-9590-31e7-b0007b416f81
* fix expectations for arcofzorroGravatar caryclark@google.com2013-11-01
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12093 2bbb7eff-a529-9590-31e7-b0007b416f81
* ignore gm roundrect errors including arcofzorroGravatar caryclark@google.com2013-11-01
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12092 2bbb7eff-a529-9590-31e7-b0007b416f81
* ignore gm roundrect errorsGravatar caryclark@google.com2013-11-01
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12090 2bbb7eff-a529-9590-31e7-b0007b416f81
* Construct round rects with perpendicular tangents.Gravatar commit-bot@chromium.org2013-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The round rects are constructed as before out of quadratics, but without fudging the control points. Instead, the mid on- curve point is nudged slightly outward to prevent the convexity test from failing. The convexity test now includes an error term for sign inequality after computing the cross product of the control lines. When the control points are represented as vectors, the number of bits of precision may be greatly reduced. Account for this by passing the number of bits available from the original control point values into the equality check. Making round rect construction lines perpendicular improves the chances of success when path ops encounters clips. No new tests are needed -- this change is exercised by the convex Path unit tests and the gm tests arcofzorro and hairlines. R=robertphillips@google.com, reed@google.com Author: caryclark@google.com Review URL: https://codereview.chromium.org/48783002 git-svn-id: http://skia.googlecode.com/svn/trunk@12085 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline improved N4 imagesGravatar robertphillips@google.com2013-11-01
| | | | | | | | https://codereview.chromium.org/49983005/ git-svn-id: http://skia.googlecode.com/svn/trunk@12081 2bbb7eff-a529-9590-31e7-b0007b416f81
* Update results for a Nexus4 tests that don't render well with perspectiveGravatar edisonn@google.com2013-11-01
| | | | | | Review URL: https://codereview.chromium.org/55633003 git-svn-id: http://skia.googlecode.com/svn/trunk@12076 2bbb7eff-a529-9590-31e7-b0007b416f81
* add some GM tests for rectsGravatar commit-bot@chromium.org2013-11-01
| | | | | | | | | | | BUG= R=robertphillips@google.com, bsalomon@google.com Author: yunchao.he@intel.com Review URL: https://codereview.chromium.org/54213002 git-svn-id: http://skia.googlecode.com/svn/trunk@12073 2bbb7eff-a529-9590-31e7-b0007b416f81
* Another rebaselineGravatar robertphillips@google.com2013-10-31
| | | | | | | | https://codereview.chromium.org/46043021/ git-svn-id: http://skia.googlecode.com/svn/trunk@12068 2bbb7eff-a529-9590-31e7-b0007b416f81
* More image rebaselinesGravatar robertphillips@google.com2013-10-31
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12066 2bbb7eff-a529-9590-31e7-b0007b416f81
* Yet more rebaselinesGravatar robertphillips@google.com2013-10-31
| | | | | | | | https://codereview.chromium.org/55303004/ git-svn-id: http://skia.googlecode.com/svn/trunk@12065 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add suppressions for Issue 1784Gravatar robertphillips@google.com2013-10-31
| | | | | | | | https://codereview.chromium.org/49533006/ git-svn-id: http://skia.googlecode.com/svn/trunk@12063 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline images that improved with 12037Gravatar robertphillips@google.com2013-10-31
| | | | | | | | https://codereview.chromium.org/55193002/ git-svn-id: http://skia.googlecode.com/svn/trunk@12061 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline lingering RoundRect RHB imagesGravatar robertphillips@google.com2013-10-31
| | | | | | | | https://codereview.chromium.org/52713011/ git-svn-id: http://skia.googlecode.com/svn/trunk@12060 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline for r12034Gravatar vandebo@chromium.org2013-10-31
| | | | | | | | | | | | xfermodes changed in all configs - added more src types. The following gms changed only for pdf configs: xfermodes2, xfermodes3, aarectmodes, colormatrix, lumafilter, mixed_xfermodes R=edisonn@google.com Review URL: https://codereview.chromium.org/54763003 git-svn-id: http://skia.googlecode.com/svn/trunk@12053 2bbb7eff-a529-9590-31e7-b0007b416f81
* Remove suppression of morphology image diffsGravatar robertphillips@google.com2013-10-31
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12050 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaselines of morphology GM for r11966Gravatar robertphillips@google.com2013-10-31
| | | | | | | | https://codereview.chromium.org/54353004/ git-svn-id: http://skia.googlecode.com/svn/trunk@12049 2bbb7eff-a529-9590-31e7-b0007b416f81
* [PDF] Improve complex xfer mode support.Gravatar vandebo@chromium.org2013-10-30
| | | | | | | | | | Xfer mode applies only to the shape of the source drawing, not everything in the clip as in currently implemented. It's just that the current gm examples draw a shape that fills the visible layer. R=edisonn@google.com, reed@google.com Review URL: https://codereview.appspot.com/4631078 git-svn-id: http://skia.googlecode.com/svn/trunk@12034 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark GMs that are not preserving the perspective for the canvas passedGravatar edisonn@google.com2013-10-30
| | | | | | Review URL: https://codereview.chromium.org/52443005 git-svn-id: http://skia.googlecode.com/svn/trunk@12028 2bbb7eff-a529-9590-31e7-b0007b416f81
* update results for Nexus4 gms that run in perspespective modeGravatar edisonn@google.com2013-10-30
| | | | | | Review URL: https://codereview.chromium.org/48623004 git-svn-id: http://skia.googlecode.com/svn/trunk@12026 2bbb7eff-a529-9590-31e7-b0007b416f81
* semi-blindly rebaseline some GM results, keeping them marked as unreviewedGravatar epoger@google.com2013-10-30
| | | | | | | | | | | | (they were unreviewed in the first place, so there's no particular reason to think they are either better or worse than they were before) As discussed live with bsalomon TBR=bsalomon Review URL: https://codereview.chromium.org/53023002 git-svn-id: http://skia.googlecode.com/svn/trunk@12024 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline GM results on Android-IntelRhb and Valgrind bots which were not ↵Gravatar epoger@google.com2013-10-30
| | | | | | | | | | | | | | | | running for a while Mostly tiny diffs due to roundrect implementation changes. Also a couple of GM tests that are known to have changed. Visually reviewed by bsalomon and epoger BUG=skia:1771 TBR=bsalomon Review URL: https://codereview.chromium.org/52963002 git-svn-id: http://skia.googlecode.com/svn/trunk@12023 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix bug in erosion filteringGravatar robertphillips@google.com2013-10-29
| | | | | | | | https://codereview.chromium.org/50813002/ git-svn-id: http://skia.googlecode.com/svn/trunk@11996 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebase msaa4 tests that haven't run in a long timeGravatar bsalomon@google.com2013-10-28
| | | | | | Review URL: https://codereview.chromium.org/48183006 git-svn-id: http://skia.googlecode.com/svn/trunk@11989 2bbb7eff-a529-9590-31e7-b0007b416f81
* mass-committing another round of GM results, marked as reviewed-by-human=falseGravatar epoger@google.com2013-10-26
| | | | | | | | | BUG=skia:1759 TBR=bsalomon Review URL: https://codereview.chromium.org/46653003 git-svn-id: http://skia.googlecode.com/svn/trunk@11971 2bbb7eff-a529-9590-31e7-b0007b416f81
* New baselines for imagefiltersgraph GM.Gravatar senorblanco@chromium.org2013-10-25
| | | | | | | | TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/44323002 git-svn-id: http://skia.googlecode.com/svn/trunk@11964 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline strokes_round and strokes3 on SGX devicesGravatar bsalomon@google.com2013-10-24
| | | | | | | | BUG=skia:1752 Review URL: https://codereview.chromium.org/41083003 git-svn-id: http://skia.googlecode.com/svn/trunk@11953 2bbb7eff-a529-9590-31e7-b0007b416f81
* Tile large bitmaps that are clipped.Gravatar bsalomon@google.com2013-10-24
| | | | | | | | R=robertphillips@google.com Review URL: https://codereview.chromium.org/31033002 git-svn-id: http://skia.googlecode.com/svn/trunk@11951 2bbb7eff-a529-9590-31e7-b0007b416f81
* [PDF] Rebaseline mac expectations after fixing image unpremtuliplication in ↵Gravatar vandebo@chromium.org2013-10-24
| | | | | | | | r11945 Review URL: https://codereview.chromium.org/40263003 git-svn-id: http://skia.googlecode.com/svn/trunk@11948 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add note to ignored-tests.txtGravatar epoger@google.com2013-10-24
| | | | | | | | | | | BUG=skia:1748 (SkipBuildbotRuns) R=scroggo@google.com Review URL: https://codereview.chromium.org/40353002 git-svn-id: http://skia.googlecode.com/svn/trunk@11943 2bbb7eff-a529-9590-31e7-b0007b416f81
* update pdf-mac gms, after adding duport for perspective shaders in pdfGravatar edisonn@google.com2013-10-24
| | | | | | Review URL: https://codereview.chromium.org/40313002 git-svn-id: http://skia.googlecode.com/svn/trunk@11942 2bbb7eff-a529-9590-31e7-b0007b416f81
* Apply matrix early in draw bitmapGravatar commit-bot@chromium.org2013-10-24
| | | | | | | | | | | | | | Committed: http://code.google.com/p/skia/source/detail?r=11930 Reverted: https://code.google.com/p/skia/source/detail?r=11932 R=robertphillips@google.com, senorblanco@chromium.org Author: bsalomon@google.com Review URL: https://codereview.chromium.org/30593003 git-svn-id: http://skia.googlecode.com/svn/trunk@11933 2bbb7eff-a529-9590-31e7-b0007b416f81
* Revert "Apply matrix early in draw bitmap"Gravatar scroggo@google.com2013-10-23
| | | | | | | | This reverts commit 4c446c8eb50b7a6e6f917fae7b4c4ffe5658a949. Fix build. git-svn-id: http://skia.googlecode.com/svn/trunk@11932 2bbb7eff-a529-9590-31e7-b0007b416f81
* Apply matrix early in draw bitmapGravatar commit-bot@chromium.org2013-10-23
| | | | | | | | | | R=robertphillips@google.com, senorblanco@chromium.org Author: bsalomon@google.com Review URL: https://codereview.chromium.org/30593003 git-svn-id: http://skia.googlecode.com/svn/trunk@11930 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline scaled tilemodes gms on the GPUGravatar humper@google.com2013-10-23
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@11927 2bbb7eff-a529-9590-31e7-b0007b416f81
* New gm expectations for imagemagnifierGravatar sugoi@google.com2013-10-22
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@11911 2bbb7eff-a529-9590-31e7-b0007b416f81
* Revert "If the path is a rect, call drawRect to raster the geometry in ↵Gravatar bsalomon@google.com2013-10-22
| | | | | | | | | | SkCanvas::drawPath to get better performance." This reverts commit r11904 Review URL: https://codereview.chromium.org/35543002 git-svn-id: http://skia.googlecode.com/svn/trunk@11909 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add strokerect to ignored tests listGravatar bsalomon@google.com2013-10-22
| | | | | | Review URL: https://codereview.chromium.org/35223003 git-svn-id: http://skia.googlecode.com/svn/trunk@11906 2bbb7eff-a529-9590-31e7-b0007b416f81