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

Issue 2738163002: Enable CopyTextureCHROMIUM in Blink for Tex{Sub}Image2D with more cases (Closed)

Created:
3 years, 9 months ago by qiankun
Modified:
3 years, 8 months ago
CC:
chromium-reviews, krit, drott+blinkwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, Stephen Chennney, dshwang, jam, jbroman, fmalita+watch_chromium.org, blink-reviews, Rik, darin-cc_chromium.org, Justin Novosad, pdr+graphicswatchlist_chromium.org, haraken, piman+watch_chromium.org, kinuko+watch, ajuma+watch_chromium.org, danakj+watch_chromium.org, rwlbuis, Yang Gu, hubbe, aleksandar.stojiljkovic
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable CopyTextureCHROMIUM in Blink for Tex{Sub}Image2D with more cases BUG=612542 TEST=webgl and webgl2 conformance tests CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2738163002 Cr-Commit-Position: refs/heads/master@{#463269} Committed: https://chromium.googlesource.com/chromium/src/+/03b5cd7ff9b0c8457efe2578d18de91141be30b6

Patch Set 1 #

Total comments: 19

Patch Set 2 : fix comments#4 #

Total comments: 2

Patch Set 3 : rebase only #

Patch Set 4 : fix Y16 video texture #

Patch Set 5 : rebase only #

Patch Set 6 : enable fallback path #

Total comments: 10

Patch Set 7 : remove passthrough suppressions #

Patch Set 8 : add back passthrough suppressions #

Patch Set 9 : rebase only #

Patch Set 10 : rebase only--blink renaming and formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -252 lines) Patch
M content/test/gpu/gpu_tests/webgl2_conformance_expectations.py View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M content/test/gpu/gpu_tests/webgl_conformance_expectations.py View 1 2 3 4 5 6 7 8 9 3 chunks +22 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 1 2 3 4 5 6 7 8 9 16 chunks +97 lines, -164 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +9 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBuffer.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +13 lines, -11 lines 0 comments Download

Messages

Total messages: 71 (44 generated)
qiankun
After long time investigation, I think I figured out most of the issues for enabling ...
3 years, 9 months ago (2017-03-09 08:53:02 UTC) #3
Zhenyao Mo
https://codereview.chromium.org/2738163002/diff/1/content/test/gpu/gpu_tests/webgl_conformance_expectations.py File content/test/gpu/gpu_tests/webgl_conformance_expectations.py (right): https://codereview.chromium.org/2738163002/diff/1/content/test/gpu/gpu_tests/webgl_conformance_expectations.py#newcode438 content/test/gpu/gpu_tests/webgl_conformance_expectations.py:438: self.Flaky('conformance/textures/video/' + Are we able to remove these flaky ...
3 years, 9 months ago (2017-03-10 00:10:24 UTC) #4
Zhenyao Mo
On 2017/03/09 08:53:02, qiankun wrote: > After long time investigation, I think I figured out ...
3 years, 9 months ago (2017-03-10 00:14:05 UTC) #5
qiankun
On 2017/03/10 00:14:05, Zhenyao Mo wrote: > On 2017/03/09 08:53:02, qiankun wrote: > > After ...
3 years, 9 months ago (2017-03-10 02:44:58 UTC) #6
qiankun
Thanks for reviewing. I updated the CL. PTAL. https://codereview.chromium.org/2738163002/diff/1/content/test/gpu/gpu_tests/webgl_conformance_expectations.py File content/test/gpu/gpu_tests/webgl_conformance_expectations.py (right): https://codereview.chromium.org/2738163002/diff/1/content/test/gpu/gpu_tests/webgl_conformance_expectations.py#newcode438 content/test/gpu/gpu_tests/webgl_conformance_expectations.py:438: self.Flaky('conformance/textures/video/' ...
3 years, 9 months ago (2017-03-10 02:48:04 UTC) #7
Zhenyao Mo
https://codereview.chromium.org/2738163002/diff/1/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp (right): https://codereview.chromium.org/2738163002/diff/1/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp#newcode5212 third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp:5212: // texture to half float or float texture. On ...
3 years, 9 months ago (2017-03-10 22:45:43 UTC) #8
qiankun
https://codereview.chromium.org/2738163002/diff/1/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp (right): https://codereview.chromium.org/2738163002/diff/1/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp#newcode5212 third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp:5212: // texture to half float or float texture. On ...
3 years, 9 months ago (2017-03-10 23:54:19 UTC) #9
Zhenyao Mo
On 2017/03/10 23:54:19, qiankun wrote: > https://codereview.chromium.org/2738163002/diff/1/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp > File third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp > (right): > > https://codereview.chromium.org/2738163002/diff/1/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp#newcode5212 ...
3 years, 9 months ago (2017-03-11 00:46:11 UTC) #10
qiankun
On 2017/03/11 00:46:11, Zhenyao Mo wrote: > On 2017/03/10 23:54:19, qiankun wrote: > > > ...
3 years, 9 months ago (2017-03-13 09:32:46 UTC) #11
Ken Russell (switch to Gerrit)
On 2017/03/13 09:32:46, qiankun wrote: > On 2017/03/11 00:46:11, Zhenyao Mo wrote: > > On ...
3 years, 9 months ago (2017-03-14 02:33:31 UTC) #13
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/2738163002/diff/20001/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py File content/test/gpu/gpu_tests/webgl2_conformance_expectations.py (right): https://codereview.chromium.org/2738163002/diff/20001/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py#newcode96 content/test/gpu/gpu_tests/webgl2_conformance_expectations.py:96: bug=612542) It's not a good idea to suppress this ...
3 years, 9 months ago (2017-03-14 02:33:38 UTC) #14
aleksandar.stojiljkovic
https://codereview.chromium.org/2738163002/diff/1/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp (right): https://codereview.chromium.org/2738163002/diff/1/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp#newcode5212 third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp:5212: // texture to half float or float texture. On ...
3 years, 9 months ago (2017-03-14 13:43:47 UTC) #16
qiankun
On 2017/03/14 13:43:47, aleksandar.stojiljkovic wrote: > https://codereview.chromium.org/2738163002/diff/1/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp > File third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp > (right): > > https://codereview.chromium.org/2738163002/diff/1/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp#newcode5212 ...
3 years, 9 months ago (2017-03-15 02:26:46 UTC) #17
Zhenyao Mo
Per today's working group discussion, we definitely need to do more work (spec wise) in ...
3 years, 9 months ago (2017-03-16 18:19:19 UTC) #26
qiankun
In the past two weeks, I implemented a fallback path for glCopyTextureCHROMIUM in command buffer. ...
3 years, 8 months ago (2017-03-31 09:54:05 UTC) #33
Zhenyao Mo
Great work. LGTM I have two questions, but you don't need to address them in ...
3 years, 8 months ago (2017-03-31 21:12:59 UTC) #36
Ken Russell (switch to Gerrit)
Qiankun, thank you for your hard dedicated work in getting to this point. It's awesome ...
3 years, 8 months ago (2017-04-01 01:13:26 UTC) #38
qiankun
Thanks for reviewing, zmo and kbr. See my comments below. https://codereview.chromium.org/2738163002/diff/100001/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py File content/test/gpu/gpu_tests/webgl2_conformance_expectations.py (right): https://codereview.chromium.org/2738163002/diff/100001/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py#newcode55 ...
3 years, 8 months ago (2017-04-05 08:43:16 UTC) #43
Geoff Lang
https://codereview.chromium.org/2738163002/diff/100001/content/test/gpu/gpu_tests/webgl_conformance_expectations.py File content/test/gpu/gpu_tests/webgl_conformance_expectations.py (right): https://codereview.chromium.org/2738163002/diff/100001/content/test/gpu/gpu_tests/webgl_conformance_expectations.py#newcode178 content/test/gpu/gpu_tests/webgl_conformance_expectations.py:178: ['passthrough'], bug=1932) # angle bug ID So far I've ...
3 years, 8 months ago (2017-04-05 14:11:13 UTC) #46
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/2738163002/140001
3 years, 8 months ago (2017-04-06 14:07:24 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/404303)
3 years, 8 months ago (2017-04-06 14:17:10 UTC) #51
Zhenyao Mo
On 2017/04/06 14:17:10, commit-bot: I haz the power wrote: > Try jobs failed on following ...
3 years, 8 months ago (2017-04-06 16:53:45 UTC) #52
Ken Russell (switch to Gerrit)
Thanks Qiankun and Geoff for your feedback. LGTM https://codereview.chromium.org/2738163002/diff/100001/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py File content/test/gpu/gpu_tests/webgl2_conformance_expectations.py (right): https://codereview.chromium.org/2738163002/diff/100001/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py#newcode55 content/test/gpu/gpu_tests/webgl2_conformance_expectations.py:55: bug=625738) ...
3 years, 8 months ago (2017-04-06 21:14:22 UTC) #53
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/2738163002/140001
3 years, 8 months ago (2017-04-06 21:31:48 UTC) #55
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp: While running git apply --index -3 -p1; error: patch ...
3 years, 8 months ago (2017-04-06 22:24:58 UTC) #57
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/2738163002/180001
3 years, 8 months ago (2017-04-10 14:44:28 UTC) #68
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 15:31:46 UTC) #71
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/03b5cd7ff9b0c8457efe2578d18d...

Powered by Google App Engine
This is Rietveld 408576698