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

Issue 1247093006: Allow WebGL on Android if the GPU has it's own process (Closed)

Created:
5 years, 5 months ago by bajones
Modified:
5 years, 5 months ago
CC:
aelias_OOO_until_Jul13, chromium-reviews, darin-cc_chromium.org, jam, piman+watch_chromium.org, no sievers
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow WebGL on Android if the GPU has it's own process BUG=512992 Committed: https://crrev.com/29443deeb43de94ed4c8cd38329f1527e4641d03 Cr-Commit-Position: refs/heads/master@{#340198}

Patch Set 1 #

Patch Set 2 : Added test suggested by zmo@ #

Total comments: 2

Patch Set 3 : Addressing aelias@'s feedback #

Patch Set 4 : REALLY addressed aelias@'s feedback this time. #

Total comments: 1

Patch Set 5 : Fixed blacklist description #

Total comments: 2

Patch Set 6 : Grammar fix #

Patch Set 7 : Added back in EXT_robustness exceptions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -1 line) Patch
M content/browser/gpu/gpu_internals_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/gpu/gpu_main.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M gpu/config/gpu_control_list.h View 2 chunks +2 lines, -0 lines 0 comments Download
M gpu/config/gpu_control_list.cc View 3 chunks +13 lines, -0 lines 0 comments Download
M gpu/config/gpu_control_list_unittest.cc View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
M gpu/config/gpu_info.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/config/gpu_info.cc View 1 2 3 4 5 6 3 chunks +3 lines, -0 lines 0 comments Download
M gpu/config/gpu_info_collector.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M gpu/config/software_rendering_list_json.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 20 (4 generated)
bajones
kbr@, zmo@: Please take a look! mkwst@: Please review the one-line change gpu_messages
5 years, 5 months ago (2015-07-22 23:10:56 UTC) #2
Zhenyao Mo
On 2015/07/22 23:10:56, bajones wrote: > kbr@, zmo@: Please take a look! > mkwst@: Please ...
5 years, 5 months ago (2015-07-22 23:18:16 UTC) #3
Ken Russell (switch to Gerrit)
+aelias and sievers as FYI
5 years, 5 months ago (2015-07-22 23:42:23 UTC) #4
aelias_OOO_until_Jul13
https://codereview.chromium.org/1247093006/diff/20001/gpu/config/software_rendering_list_json.cc File gpu/config/software_rendering_list_json.cc (right): https://codereview.chromium.org/1247093006/diff/20001/gpu/config/software_rendering_list_json.cc#newcode740 gpu/config/software_rendering_list_json.cc:740: "exceptions": [ "exceptions"-based rules are confusing, and I don't ...
5 years, 5 months ago (2015-07-23 00:03:28 UTC) #6
Zhenyao Mo
On 2015/07/23 00:03:28, aelias wrote: > https://codereview.chromium.org/1247093006/diff/20001/gpu/config/software_rendering_list_json.cc > File gpu/config/software_rendering_list_json.cc (right): > > https://codereview.chromium.org/1247093006/diff/20001/gpu/config/software_rendering_list_json.cc#newcode740 > ...
5 years, 5 months ago (2015-07-23 01:34:33 UTC) #7
Mike West
LGTM % bikeshed https://codereview.chromium.org/1247093006/diff/20001/gpu/config/gpu_info.h File gpu/config/gpu_info.h (right): https://codereview.chromium.org/1247093006/diff/20001/gpu/config/gpu_info.h#newcode210 gpu/config/gpu_info.h:210: bool in_process_gpu; I initially read "In ...
5 years, 5 months ago (2015-07-23 08:05:25 UTC) #8
bajones
On 2015/07/23 08:05:25, Mike West wrote: > https://codereview.chromium.org/1247093006/diff/20001/gpu/config/gpu_info.h#newcode210 > gpu/config/gpu_info.h:210: bool in_process_gpu; > I initially ...
5 years, 5 months ago (2015-07-23 16:54:02 UTC) #9
bajones
On 2015/07/23 00:03:28, aelias wrote: > How about making a clean sweep > of this ...
5 years, 5 months ago (2015-07-23 17:27:05 UTC) #10
aelias_OOO_until_Jul13
lgtm modulo comment https://codereview.chromium.org/1247093006/diff/60001/gpu/config/software_rendering_list_json.cc File gpu/config/software_rendering_list_json.cc (right): https://codereview.chromium.org/1247093006/diff/60001/gpu/config/software_rendering_list_json.cc#newcode736 gpu/config/software_rendering_list_json.cc:736: "description": "WebGL is disabled on Android ...
5 years, 5 months ago (2015-07-23 18:35:48 UTC) #11
bajones
On 2015/07/23 18:35:48, aelias wrote: > This description is out of date now. Thanks for ...
5 years, 5 months ago (2015-07-23 19:55:39 UTC) #12
Ken Russell (switch to Gerrit)
lgtm https://codereview.chromium.org/1247093006/diff/80001/content/gpu/gpu_main.cc File content/gpu/gpu_main.cc (right): https://codereview.chromium.org/1247093006/diff/80001/content/gpu/gpu_main.cc#newcode227 content/gpu/gpu_main.cc:227: gpu_info.in_process_gpu = false; Out of curiosity do you ...
5 years, 5 months ago (2015-07-23 20:09:29 UTC) #13
bajones
On 2015/07/23 20:09:29, Ken Russell wrote: > Out of curiosity do you know where this ...
5 years, 5 months ago (2015-07-23 20:17:42 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1247093006/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1247093006/100001
5 years, 5 months ago (2015-07-23 21:07:22 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 5 months ago (2015-07-23 22:57:45 UTC) #18
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/29443deeb43de94ed4c8cd38329f1527e4641d03 Cr-Commit-Position: refs/heads/master@{#340198}
5 years, 5 months ago (2015-07-23 22:58:42 UTC) #19
alancutter (OOO until 2018)
5 years, 5 months ago (2015-07-24 09:40:31 UTC) #20
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/1252293002/ by alancutter@chromium.org.

The reason for reverting is: Change suspected to have caused the Android
builders to start failing the following tests:

WebglConformance.conformance_attribs_gl_enable_vertex_attrib
WebglConformance.conformance_attribs_gl_vertex_attrib
WebglConformance.conformance_attribs_gl_vertexattribpointer
WebglConformance.conformance_attribs_gl_vertexattribpointer_offsets
WebglConformance.conformance_attribs_gl_vertex_attrib_zero_issues
WebglConformance.conformance_buffers_buffer_bind_test
WebglConformance.conformance_buffers_buffer_data_array_buffer
WebglConformance.conformance_buffers_index_validation_copies_indices
WebglConformance.conformance_buffers_index_validation_crash_with_buffer_sub_data
WebglConformance.conformance_buffers_index_validation_verifies_too_many_indices
WebglConformance.conformance_buffers_index_validation_with_resized_buffer

See build logs:
https://build.chromium.org/p/chromium.gpu/builders/Android%20Debug%20%28Nexus...
https://build.chromium.org/p/chromium.gpu/builders/Android%20Debug%20%28Nexus...
https://build.chromium.org/p/chromium.gpu/builders/Android%20Debug%20%28Nexus....

Powered by Google App Engine
This is Rietveld 408576698