Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Issue 2461423002: Reland "Fix HTML5 video blurry" (Closed)

Created:
4 years, 1 month ago by dshwang
Modified:
4 years, 1 month ago
CC:
chromium-reviews, blink-reviews-platform-graphics_chromium.org, Stephen Chennney, miu+watch_chromium.org, krit, drott+blinkwatch_chromium.org, jam, Justin Novosad, jbauman+watch_chromium.org, posciak+watch_chromium.org, Rik, darin-cc_chromium.org, blink-reviews, einbinder+watch-test-runner_chromium.org, xjz+watch_chromium.org, rwlbuis, ajuma+watch_chromium.org, jbroman, feature-media-reviews_chromium.org, pdr+graphicswatchlist_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, jochen+watch_chromium.org, mlamouri+watch-test-runner_chromium.org, ajuma+watch-canvas_chromium.org, f(malita), cc-bugs_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland "Fix HTML5 video blurry" Original CL: https://codereview.chromium.org/2418173002/ Revert CL: https://codereview.chromium.org/2463103002/ Changes: Skip failed gpu pixel tests until baseline is created. TBR=dalecurtis@chromium.org,ccameron@chromium.org,dpranke@chromium.org,enne@chromium.org,junov@chromium.org BUG=615325 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/4bfcc05d589ea7c232c4e207380135c1cf28e3d7 Cr-Commit-Position: refs/heads/master@{#429849}

Patch Set 1 #

Patch Set 2 : diff from original #

Patch Set 3 : rebase to ToT #

Patch Set 4 : deal with Y16 #

Patch Set 5 : rebase to ToT #

Total comments: 4

Patch Set 6 : add TODO comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+575 lines, -258 lines) Patch
M cc/layers/video_layer_impl.cc View 2 chunks +7 lines, -12 lines 0 comments Download
M cc/output/gl_renderer.h View 2 chunks +4 lines, -3 lines 0 comments Download
M cc/output/gl_renderer.cc View 1 7 chunks +50 lines, -2 lines 0 comments Download
M cc/output/gl_renderer_draw_cache.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/output/renderer_pixeltest.cc View 1 2 3 15 chunks +199 lines, -75 lines 0 comments Download
M cc/output/shader.h View 3 chunks +49 lines, -20 lines 0 comments Download
M cc/output/shader.cc View 5 chunks +89 lines, -36 lines 0 comments Download
M cc/resources/resource_provider.h View 2 chunks +0 lines, -3 lines 0 comments Download
M cc/resources/resource_provider.cc View 1 2 3 chunks +0 lines, -18 lines 0 comments Download
M cc/resources/video_resource_updater.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M cc/resources/video_resource_updater.cc View 1 2 3 7 chunks +44 lines, -18 lines 0 comments Download
M cc/test/data/yuv_stripes.png View Binary file 0 comments Download
M cc/test/data/yuv_stripes_alpha.png View Binary file 0 comments Download
M cc/test/data/yuv_stripes_clipped.png View Binary file 0 comments Download
A cc/test/data/yuv_stripes_clipped_rgba.png View Binary file 0 comments Download
M cc/test/data/yuv_stripes_offset.png View Binary file 0 comments Download
A cc/test/data/yuv_stripes_rgba.png View Binary file 0 comments Download
M cc/test/render_pass_test_utils.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/test_in_process_context_provider.h View 2 chunks +10 lines, -0 lines 0 comments Download
M cc/test/test_in_process_context_provider.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/test_runner/test_plugin.cc View 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/delegated_frame_host.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/test/gpu/gpu_tests/pixel_expectations.py View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
M content/test/gpu/gpu_tests/pixel_test_pages.py View 1 3 chunks +7 lines, -7 lines 0 comments Download
M media/renderers/skcanvas_video_renderer.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M media/renderers/skcanvas_video_renderer.cc View 1 2 3 5 chunks +79 lines, -60 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 48 (37 generated)
dshwang
kbr@, could you review content/test/gpu/gpu_tests ? https://codereview.chromium.org/2418173002/ was reverted due to gpu.fyi bot fail, because ...
4 years, 1 month ago (2016-11-02 18:57:26 UTC) #12
Ken Russell (switch to Gerrit)
In principle the pixel_test expectation changes look OK, but it looks like you'll need some ...
4 years, 1 month ago (2016-11-02 20:41:43 UTC) #22
dshwang
enne@, could you review overall again? kbr@, could you review content/test/gpu/gpu_tests ? aleksandar@, could you ...
4 years, 1 month ago (2016-11-03 17:47:53 UTC) #30
Ken Russell (switch to Gerrit)
lgtm https://codereview.chromium.org/2461423002/diff/100001/content/test/gpu/gpu_tests/pixel_expectations.py File content/test/gpu/gpu_tests/pixel_expectations.py (right): https://codereview.chromium.org/2461423002/diff/100001/content/test/gpu/gpu_tests/pixel_expectations.py#newcode50 content/test/gpu/gpu_tests/pixel_expectations.py:50: self.Fail('Pixel_2DCanvasWebGL', bug=615325) Add "TODO(dshwang): remove these after new ...
4 years, 1 month ago (2016-11-03 18:27:09 UTC) #31
aleksandar.stojiljkovic
On 2016/11/03 17:47:53, dshwang wrote: ... > aleksandar@, could you review Y16 code change? Check ...
4 years, 1 month ago (2016-11-03 19:57:28 UTC) #34
dshwang
Thank you for review https://codereview.chromium.org/2461423002/diff/100001/cc/resources/video_resource_updater.cc File cc/resources/video_resource_updater.cc (right): https://codereview.chromium.org/2461423002/diff/100001/cc/resources/video_resource_updater.cc#newcode477 cc/resources/video_resource_updater.cc:477: input_frame_format == media::PIXEL_FORMAT_Y16; On 2016/11/03 ...
4 years, 1 month ago (2016-11-04 09:24:14 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2461423002/120001
4 years, 1 month ago (2016-11-04 09:24:38 UTC) #42
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 1 month ago (2016-11-04 10:49:10 UTC) #44
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/4bfcc05d589ea7c232c4e207380135c1cf28e3d7 Cr-Commit-Position: refs/heads/master@{#429849}
4 years, 1 month ago (2016-11-04 10:50:28 UTC) #46
Mike West
A revert of this CL (patchset #6 id:120001) has been created in https://codereview.chromium.org/2474073004/ by mkwst@chromium.org. ...
4 years, 1 month ago (2016-11-04 12:44:55 UTC) #47
dshwang
4 years, 1 month ago (2016-11-04 13:19:57 UTC) #48
Message was sent while issue was closed.
On 2016/11/04 12:44:55, Mike West wrote:
> A revert of this CL (patchset #6 id:120001) has been created in
> https://codereview.chromium.org/2474073004/ by mailto:mkwst@chromium.org.
> 
> The reason for reverting is: cc_unittests on Windows-7-SP1 failing on
> chromium.win/Win7 Tests (dbg)(1):
> 
> RendererPixelTest/2.PremultipliedTextureWithBackground
> GLRendererPixelTest.TextureQuadBatching
> RendererPixelTest/0.PremultipliedTextureWithBackground
> GLRendererPixelTest.NonPremultipliedTextureWithBackground
> IntersectingQuadGLPixelTest/0.Y16VideoQuads
> VideoGLRendererPixelTest.TwoColorY16Rect
> IntersectingQuadGLPixelTest/1.Y16VideoQuads
> 
>
https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%2...
> is the first fail
> 
> Looks like this reland is the culprit.
> 
> BUG=662385.

thx for reverting. Interesting, I couldn't reproduce it using my Win8.1. I
probably need Win7 to reproduce it.

Powered by Google App Engine
This is Rietveld 408576698