aboutsummaryrefslogtreecommitdiffhomepage
path: root/expectations
Commit message (Collapse)AuthorAge
* Handle drawBitmapRect src_rect->dst_rect mapping as a local matrix rather ↵Gravatar commit-bot@chromium.org2014-01-13
| | | | | | | | | | | | | than view matrix when there is a mask filter. BUG=skia:1998 R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/131323004 git-svn-id: http://skia.googlecode.com/svn/trunk@13041 2bbb7eff-a529-9590-31e7-b0007b416f81
* NEON fast path for box blurGravatar commit-bot@chromium.org2014-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calculate 8 channels in parallel by using 16-bits to store each channel. Due to the limitation of VQRDMULH, (int16 * int16 * 2 + 0x8000) >> 16, the fast path can only support kernelSize < 128. 8 significant bits are kept at least in each stage, the final error should less-equal than 1. Pre-fetching memory for X-direction read. In fact pre-fetching memory doesn't help much for Y direction read, since it is a waste to load a cache line for only read 8 bytes.(I left it there to keep the symmetry. pre-fetch is cheap :) ) bench data on Nexus 10 before: running bench [640 480] blur_image_filter_large_10.00_10.00 8888: cmsecs = 25081.48 running bench [640 480] blur_image_filter_small_10.00_10.00 8888: cmsecs = 25038.04 running bench [640 480] blur_image_filter_large_1.00_1.00 8888: cmsecs = 25209.04 running bench [640 480] blur_image_filter_small_1.00_1.00 8888: cmsecs = 24928.01 running bench [640 480] blur_image_filter_large_0.00_1.00 8888: cmsecs = 17160.98 running bench [640 480] blur_image_filter_large_0.00_10.00 8888: cmsecs = 17924.11 running bench [640 480] blur_image_filter_large_1.00_0.00 8888: cmsecs = 14609.19 running bench [640 480] blur_image_filter_large_10.00_0.00 8888: cmsecs = 14625.91 after: running bench [640 480] blur_image_filter_large_10.00_10.00 8888: cmsecs = 14848.42 running bench [640 480] blur_image_filter_small_10.00_10.00 8888: cmsecs = 16037.29 running bench [640 480] blur_image_filter_large_1.00_1.00 8888: cmsecs = 14819.55 running bench [640 480] blur_image_filter_small_1.00_1.00 8888: cmsecs = 14563.69 running bench [640 480] blur_image_filter_large_0.00_1.00 8888: cmsecs = 11905.34 running bench [640 480] blur_image_filter_large_0.00_10.00 8888: cmsecs = 11883.85 running bench [640 480] blur_image_filter_large_1.00_0.00 8888: cmsecs = 9576.51 running bench [640 480] blur_image_filter_large_10.00_0.00 8888: cmsecs = 9793.84 BUG= R=senorblanco@chromium.org, mtklein@google.com, reed@google.com, kevin.petit@arm.com, kevin.petit.arm@gmail.com Author: zheng.xu@arm.com Review URL: https://codereview.chromium.org/105893003 git-svn-id: http://skia.googlecode.com/svn/trunk@13036 2bbb7eff-a529-9590-31e7-b0007b416f81
* Suppressing imagefiltersbase_gpu on RHB deviceGravatar robertphillips@google.com2014-01-10
| | | | | | | | https://codereview.chromium.org/134093002/ git-svn-id: http://skia.googlecode.com/svn/trunk@13018 2bbb7eff-a529-9590-31e7-b0007b416f81
* Suppress imagefiltersgraph_msaa4 failure on Nexus10Gravatar robertphillips@google.com2014-01-10
| | | | | | | | https://codereview.chromium.org/133643003/ git-svn-id: http://skia.googlecode.com/svn/trunk@13011 2bbb7eff-a529-9590-31e7-b0007b416f81
* Remove references to Skia's SVN repositoryGravatar borenet@google.com2014-01-09
| | | | | | | | | BUG= R=epoger@google.com Review URL: https://codereview.chromium.org/132423002 git-svn-id: http://skia.googlecode.com/svn/trunk@13006 2bbb7eff-a529-9590-31e7-b0007b416f81
* remove bad gm expected imagesGravatar reed@google.com2014-01-09
| | | | | | | | | BUG=skia:1986 R=epoger@google.com Review URL: https://codereview.chromium.org/132023005 git-svn-id: http://skia.googlecode.com/svn/trunk@13004 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark imagefiltersgraph, IntelRhb, msaa4 config as ignore failure due to ↵Gravatar bsalomon@google.com2014-01-09
| | | | | | | | | | garbage on bottom line. BUG=skia:2005 Review URL: https://codereview.chromium.org/132303002 git-svn-id: http://skia.googlecode.com/svn/trunk@12998 2bbb7eff-a529-9590-31e7-b0007b416f81
* Update baselines for NVPR botGravatar robertphillips@google.com2014-01-09
| | | | git-svn-id: http://skia.googlecode.com/svn/trunk@12989 2bbb7eff-a529-9590-31e7-b0007b416f81
* More rebaselines after r12895 for the mega-stragglers.Gravatar senorblanco@chromium.org2014-01-08
| | | | | | | | | TBR=caryclark BUG=1985 Review URL: https://codereview.chromium.org/126453007 git-svn-id: http://skia.googlecode.com/svn/trunk@12976 2bbb7eff-a529-9590-31e7-b0007b416f81
* one more filterbitmap ASAN ignoreGravatar bsalomon@google.com2014-01-08
| | | | | | | | BUG=skia:1984 Review URL: https://codereview.chromium.org/126813004 git-svn-id: http://skia.googlecode.com/svn/trunk@12960 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaselines for filterbitmap and downsample GMs on gpu N4Gravatar bsalomon@google.com2014-01-08
| | | | | | | | BUG=skia:1984 Review URL: https://codereview.chromium.org/128433002 git-svn-id: http://skia.googlecode.com/svn/trunk@12959 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark ASAN filterbitmap images as ignore failureGravatar bsalomon@google.com2014-01-08
| | | | | | | | BUG=1984 Review URL: https://codereview.chromium.org/128423002 git-svn-id: http://skia.googlecode.com/svn/trunk@12957 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark filterbitmap_* on N4 (persp) as ignore failure because of skia issue 1966Gravatar bsalomon@google.com2014-01-08
| | | | | | | | | BUG=skia:1966 BUG=skia:1984 Review URL: https://codereview.chromium.org/128383003 git-svn-id: http://skia.googlecode.com/svn/trunk@12956 2bbb7eff-a529-9590-31e7-b0007b416f81
* More rebaselines from r12895.Gravatar senorblanco@chromium.org2014-01-08
| | | | | | | | | BUG=1985 TBR=caryclark Review URL: https://codereview.chromium.org/128143003 git-svn-id: http://skia.googlecode.com/svn/trunk@12955 2bbb7eff-a529-9590-31e7-b0007b416f81
* more PDF filterbitmap ignoresGravatar bsalomon@google.com2014-01-07
| | | | | | Review URL: https://codereview.chromium.org/123933005 git-svn-id: http://skia.googlecode.com/svn/trunk@12944 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark pdf filterbitmap images as failure ignoredGravatar bsalomon@google.com2014-01-06
| | | | | | Review URL: https://codereview.chromium.org/121883006 git-svn-id: http://skia.googlecode.com/svn/trunk@12933 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline filterbitmap_image_mandrill N4 GPU imagesGravatar bsalomon@google.com2014-01-06
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/102963011 git-svn-id: http://skia.googlecode.com/svn/trunk@12931 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline downsample_text and downsample_checkerboard GMs on gpu configsGravatar bsalomon@google.com2014-01-06
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/125463002 git-svn-id: http://skia.googlecode.com/svn/trunk@12930 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaselines for filterbitmap_text GMsGravatar bsalomon@google.com2014-01-06
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/109403007 git-svn-id: http://skia.googlecode.com/svn/trunk@12929 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaselines for filterbitmap_checkerboardGravatar bsalomon@google.com2014-01-06
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/108653019 git-svn-id: http://skia.googlecode.com/svn/trunk@12928 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline mandrill GMsGravatar bsalomon@google.com2014-01-06
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/114603008 git-svn-id: http://skia.googlecode.com/svn/trunk@12924 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaselines for more straggling bots.Gravatar senorblanco@chromium.org2014-01-04
| | | | | | | | TBR= Review URL: https://codereview.chromium.org/121943003 git-svn-id: http://skia.googlecode.com/svn/trunk@12902 2bbb7eff-a529-9590-31e7-b0007b416f81
* Yet more rebaselines from straggling bots.Gravatar senorblanco@chromium.org2014-01-04
| | | | | | | | | BUG= TBR= Review URL: https://codereview.chromium.org/116463005 git-svn-id: http://skia.googlecode.com/svn/trunk@12900 2bbb7eff-a529-9590-31e7-b0007b416f81
* Stragglers.Gravatar senorblanco@chromium.org2014-01-04
| | | | | | | | TBR= Review URL: https://codereview.chromium.org/124353004 git-svn-id: http://skia.googlecode.com/svn/trunk@12899 2bbb7eff-a529-9590-31e7-b0007b416f81
* New baselines for tileimagefilter, imagefiltersgraph, and everything Nexus4.Gravatar senorblanco@chromium.org2014-01-04
| | | | | | | | TBR= Review URL: https://codereview.chromium.org/101693010 git-svn-id: http://skia.googlecode.com/svn/trunk@12898 2bbb7eff-a529-9590-31e7-b0007b416f81
* Widen suppression to tileimagefilter-pdf.Gravatar senorblanco@chromium.org2014-01-03
| | | | | | | | TBR= Review URL: https://codereview.chromium.org/122683004 git-svn-id: http://skia.googlecode.com/svn/trunk@12897 2bbb7eff-a529-9590-31e7-b0007b416f81
* Ignore failures on tileimagefilter-pdf_poppler.Gravatar senorblanco@chromium.org2014-01-03
| | | | | | | | TBR= Review URL: https://codereview.chromium.org/124263003 git-svn-id: http://skia.googlecode.com/svn/trunk@12896 2bbb7eff-a529-9590-31e7-b0007b416f81
* Make SkImageFilter crop rects relative to the primitive origin, instead of ↵Gravatar senorblanco@chromium.org2014-01-03
| | | | | | | | | | | | | | | | | | relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. To do this, this patch changes the "offset/loc" parameter in filterImage() / onFilterImage() from an inout-param to an out-param only, so that the calling filter can know how much the input filter wants its result offset (and doesn't include the original primitive position). This offset can then be applied to the current filter's crop rect. (I've renamed the parameter "offset" in all cases to make this clear.) This makes the call sites in SkCanvas/SkGpuDevice responsible for applying the resulting offset to the primitive's position, which is actually a fairly small change. This change also fixes SkTileImageFilter and SkOffsetImageFilter to correctly handle an input offset, which they weren't before. This required modifying the GM's, since they assumed the broken behaviour. NOTE: this will require rebaselining the imagefiltersgraph test, since it has a new test case. NOTE: this will "break" the Blink layout tests css3/filters/effect-reference-subregion-chained-hw.html and css3/filters/effect-reference-subregion-hw.html, but it actually makes them give correct results. It should be suppressed on the skia roll, and I'll rebaseline it. R=reed@google.com Review URL: https://codereview.chromium.org/112803004 git-svn-id: http://skia.googlecode.com/svn/trunk@12895 2bbb7eff-a529-9590-31e7-b0007b416f81
* Update 4 skimage expectations.Gravatar halcanary@google.com2014-01-02
| | | | | | | | | | | | | | | Grab expectations missed in codereview:102213009, sicne the bots were slow: - Test-ChromeOS-Daisy-MaliT604-Arm7-Debug - Test-ChromeOS-Daisy-MaliT604-Arm7-Release - Test-Ubuntu12-ShuttleA-ATI5770-x86_64-Release-Valgrind - Test-Ubuntu13-ShuttleA-HD2000-x86_64-Debug-ASAN BUG= R=epoger@google.com Review URL: https://codereview.chromium.org/93713007 git-svn-id: http://skia.googlecode.com/svn/trunk@12869 2bbb7eff-a529-9590-31e7-b0007b416f81
* Empty skimage expectations for LoganGravatar borenet@google.com2013-12-20
| | | | | | | | R=scroggo@google.com Review URL: https://codereview.chromium.org/110393005 git-svn-id: http://skia.googlecode.com/svn/trunk@12809 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline for WebPGravatar halcanary@google.com2013-12-20
| | | | | | | | | | | | | | | | | | | | | What I did: #!/bin/sh cd expectations/skimage for D in *; do [ -d "$D" ] || continue [ -f "${D}/expected-results.json" ] || continue gsutil cp \ "gs://chromium-skia-gm/skimage/actuals/${D}/actual-results.json" \ "${D}/expected-results.json" done cd ../.. R=robertphillips@google.com Review URL: https://codereview.chromium.org/102213009 git-svn-id: http://skia.googlecode.com/svn/trunk@12805 2bbb7eff-a529-9590-31e7-b0007b416f81
* Skimage expectations for Valgrind builderGravatar borenet@google.com2013-12-20
| | | | | | | | R=robertphillips@google.com Review URL: https://codereview.chromium.org/115693005 git-svn-id: http://skia.googlecode.com/svn/trunk@12797 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaselinedownsamplebitmap_image_high_mandrill_512.pngGravatar bsalomon@google.com2013-12-19
| | | | | | | | BUG=skia:1879 Review URL: https://codereview.chromium.org/101413010 git-svn-id: http://skia.googlecode.com/svn/trunk@12787 2bbb7eff-a529-9590-31e7-b0007b416f81
* Some more medium/MIP downsample gpu rebaslines and misc gpu innocuous ↵Gravatar bsalomon@google.com2013-12-19
| | | | | | | | rebaselines Review URL: https://codereview.chromium.org/106523004 git-svn-id: http://skia.googlecode.com/svn/trunk@12785 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline clipped-bitmap-shaders GMs for gpuGravatar bsalomon@google.com2013-12-19
| | | | | | Review URL: https://codereview.chromium.org/119443002 git-svn-id: http://skia.googlecode.com/svn/trunk@12784 2bbb7eff-a529-9590-31e7-b0007b416f81
* rebaseline medium quality downscale images after mipmap changeGravatar bsalomon@google.com2013-12-19
| | | | | | Review URL: https://codereview.chromium.org/113803004 git-svn-id: http://skia.googlecode.com/svn/trunk@12780 2bbb7eff-a529-9590-31e7-b0007b416f81
* Accept displacement with no displacement inputGravatar commit-bot@chromium.org2013-12-19
| | | | | | | | | | | BUG= R=senorblanco@google.com, senorblanco@chromium.org, sugoi@google.com, bsalomon@google.com, bsalomon@chromium.org Author: sugoi@chromium.org Review URL: https://codereview.chromium.org/104853005 git-svn-id: http://skia.googlecode.com/svn/trunk@12773 2bbb7eff-a529-9590-31e7-b0007b416f81
* New baselines for xfermodeimagefilter post-r12652.Gravatar senorblanco@chromium.org2013-12-19
| | | | | | | | | TBR=reed@google.com BUG= Review URL: https://codereview.chromium.org/118803003 git-svn-id: http://skia.googlecode.com/svn/trunk@12769 2bbb7eff-a529-9590-31e7-b0007b416f81
* Update expectations for r12729Gravatar vandebo@chromium.org2013-12-18
| | | | | | | | | | "[PDF] Fix clipping in xfermode improvement." TBR=bungeman@google.com Review URL: https://codereview.chromium.org/112343007 git-svn-id: http://skia.googlecode.com/svn/trunk@12761 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaselining displacement gmsGravatar commit-bot@chromium.org2013-12-18
| | | | | | | | | | | | | Rebaseline needed because of changes made in https://codereview.chromium.org/101623007/ BUG= R=senorblanco@chromium.org, senorblanco@google.com, bsalomon@google.com, bsalomon@chromium.org, sugoi@google.com Author: sugoi@chromium.org Review URL: https://codereview.chromium.org/101643003 git-svn-id: http://skia.googlecode.com/svn/trunk@12741 2bbb7eff-a529-9590-31e7-b0007b416f81
* [PDF] Fix clipping in xfermode improvement.Gravatar commit-bot@chromium.org2013-12-17
| | | | | | | | | | | | | | In some cases, the wrong clip (src clip instead of initial clip) was used. Switch almost exclusively to initial clip because it is safe and generates a smaller result. BUG=chromium:328009 R=reed@google.com, bungeman@google.com Author: vandebo@chromium.org Review URL: https://codereview.chromium.org/116423004 git-svn-id: http://skia.googlecode.com/svn/trunk@12729 2bbb7eff-a529-9590-31e7-b0007b416f81
* Remove bleed from ignored-tests.txtGravatar bsalomon@google.com2013-12-17
| | | | | | | | BUG=skia:1880 Review URL: https://codereview.chromium.org/103213011 git-svn-id: http://skia.googlecode.com/svn/trunk@12726 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark bleed gpu as ignore failure on Xoom (Release version)Gravatar bsalomon@google.com2013-12-17
| | | | | | | | BUG=skia:1938 Review URL: https://codereview.chromium.org/117633002 git-svn-id: http://skia.googlecode.com/svn/trunk@12725 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark bleed gpu as ignore failure on XoomGravatar bsalomon@google.com2013-12-17
| | | | | | | | BUG=skia:1938 Review URL: https://codereview.chromium.org/116093005 git-svn-id: http://skia.googlecode.com/svn/trunk@12724 2bbb7eff-a529-9590-31e7-b0007b416f81
* Mark 8888/565 bleed GMS as ignore-failureGravatar bsalomon@google.com2013-12-17
| | | | | | | | BUG=skia:1934 Review URL: https://codereview.chromium.org/117563003 git-svn-id: http://skia.googlecode.com/svn/trunk@12722 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add unreviewed skimage expectations for ↵Gravatar commit-bot@chromium.org2013-12-17
| | | | | | | | | | | | | | Test-Win8-ShuttleA-GTX660-x86-Release-NVPR NOTRY=True BUG= R=scroggo@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/110663006 git-svn-id: http://skia.googlecode.com/svn/trunk@12715 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add Win8 bots to rebaseline.py, add baselines for Win8Gravatar commit-bot@chromium.org2013-12-17
| | | | | | | | | | | | NOTRY=True BUG= R=epoger@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/117433003 git-svn-id: http://skia.googlecode.com/svn/trunk@12714 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline gpu and pdf bleed GM imagesGravatar bsalomon@google.com2013-12-17
| | | | | | | | BUG=1880 Review URL: https://codereview.chromium.org/100023006 git-svn-id: http://skia.googlecode.com/svn/trunk@12711 2bbb7eff-a529-9590-31e7-b0007b416f81
* Create empty GM expectations for all Win8 buildersGravatar commit-bot@chromium.org2013-12-17
| | | | | | | | | | | | | (SkipBuildbotRuns) NOTRY=True NOTREECHECKS=True R=borenet@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/117233003 git-svn-id: http://skia.googlecode.com/svn/trunk@12710 2bbb7eff-a529-9590-31e7-b0007b416f81
* Rebaseline innocuous image changes on Android.Gravatar bsalomon@google.com2013-12-17
| | | | | | Review URL: https://codereview.chromium.org/117343002 git-svn-id: http://skia.googlecode.com/svn/trunk@12708 2bbb7eff-a529-9590-31e7-b0007b416f81