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

Issue 1781093002: Add CONTEXT_TYPE_OPENGLES2_PEPPER (Closed)

Created:
4 years, 9 months ago by ericrk
Modified:
4 years, 9 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, extensions-reviews_chromium.org, jam, darin-cc_chromium.org, piman+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add CONTEXT_TYPE_OPENGLES2_PEPPER Adds a new context type for Pepper GL contexts. This allows us to fine tune driver bug workarounds for pepper vs. non-pepper contexts. Currently used to disable the Intel MSAA blacklist on pepper contexts, as it should be up to the app whether to use MSAA. BUG=527565 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Committed: https://crrev.com/d72af43d432d9def9ce591b7167c19b7b1581e30 Cr-Commit-Position: refs/heads/master@{#382097}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : move kContextType to header #

Total comments: 1

Patch Set 4 : move workaround to gpu::Capabilities #

Total comments: 2

Patch Set 5 : rebase #

Patch Set 6 : rev bug list json version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -57 lines) Patch
M cc/output/delegating_renderer.cc View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M cc/output/gl_renderer.cc View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M cc/test/test_web_graphics_context_3d.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/capabilities.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 3 chunks +4 lines, -14 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 2 3 2 chunks +0 lines, -37 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/config/gpu_driver_bug_workaround_type.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 39 (20 generated)
ericrk
4 years, 9 months ago (2016-03-10 21:48:56 UTC) #3
ericrk
4 years, 9 months ago (2016-03-10 21:49:22 UTC) #5
Zhenyao Mo
lgtm
4 years, 9 months ago (2016-03-10 21:58:15 UTC) #6
ericrk
+piman for PPAPI stuff.
4 years, 9 months ago (2016-03-11 00:56:00 UTC) #8
ericrk
+sievers for PPAPI content stuff
4 years, 9 months ago (2016-03-15 22:52:59 UTC) #12
no sievers
lgtm w/nit https://codereview.chromium.org/1781093002/diff/20001/content/renderer/pepper/ppb_graphics_3d_impl.cc File content/renderer/pepper/ppb_graphics_3d_impl.cc (right): https://codereview.chromium.org/1781093002/diff/20001/content/renderer/pepper/ppb_graphics_3d_impl.cc#newcode49 content/renderer/pepper/ppb_graphics_3d_impl.cc:49: const int32_t kContextType = 0x10003; Can you ...
4 years, 9 months ago (2016-03-16 00:46:58 UTC) #13
ericrk
https://codereview.chromium.org/1781093002/diff/20001/content/renderer/pepper/ppb_graphics_3d_impl.cc File content/renderer/pepper/ppb_graphics_3d_impl.cc (right): https://codereview.chromium.org/1781093002/diff/20001/content/renderer/pepper/ppb_graphics_3d_impl.cc#newcode49 content/renderer/pepper/ppb_graphics_3d_impl.cc:49: const int32_t kContextType = 0x10003; On 2016/03/16 00:46:58, sievers ...
4 years, 9 months ago (2016-03-16 16:53:21 UTC) #15
piman
https://codereview.chromium.org/1781093002/diff/80001/content/renderer/pepper/ppb_graphics_3d_impl.cc File content/renderer/pepper/ppb_graphics_3d_impl.cc (right): https://codereview.chromium.org/1781093002/diff/80001/content/renderer/pepper/ppb_graphics_3d_impl.cc#newcode265 content/renderer/pepper/ppb_graphics_3d_impl.cc:265: DCHECK(false); The attrib list comes from an untrusted side ...
4 years, 9 months ago (2016-03-16 23:55:05 UTC) #17
piman
At a high level, this feels like a bit of a contrived way to look ...
4 years, 9 months ago (2016-03-17 00:06:29 UTC) #18
ericrk
On 2016/03/17 00:06:29, piman wrote: > At a high level, this feels like a bit ...
4 years, 9 months ago (2016-03-17 17:03:31 UTC) #19
ericrk
Reworked things along the lines of piman's suggestion. Seems a lot nicer. Thanks for the ...
4 years, 9 months ago (2016-03-17 20:16:49 UTC) #24
piman
lgtm https://codereview.chromium.org/1781093002/diff/200001/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/1781093002/diff/200001/gpu/config/gpu_driver_bug_list_json.cc#newcode22 gpu/config/gpu_driver_bug_list_json.cc:22: "version": "8.49", nit: bump.
4 years, 9 months ago (2016-03-17 23:09:47 UTC) #26
piman
lgtm lgtm https://codereview.chromium.org/1781093002/diff/200001/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/1781093002/diff/200001/gpu/config/gpu_driver_bug_list_json.cc#newcode22 gpu/config/gpu_driver_bug_list_json.cc:22: "version": "8.49", nit: bump.
4 years, 9 months ago (2016-03-17 23:09:47 UTC) #27
ericrk
https://codereview.chromium.org/1781093002/diff/200001/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/1781093002/diff/200001/gpu/config/gpu_driver_bug_list_json.cc#newcode22 gpu/config/gpu_driver_bug_list_json.cc:22: "version": "8.49", On 2016/03/17 23:09:47, piman wrote: > nit: ...
4 years, 9 months ago (2016-03-18 18:31:50 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1781093002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1781093002/240001
4 years, 9 months ago (2016-03-18 18:32:47 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: mac_optional_gpu_tests_rel on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL)
4 years, 9 months ago (2016-03-18 20:34:31 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1781093002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1781093002/240001
4 years, 9 months ago (2016-03-18 20:40:52 UTC) #35
commit-bot: I haz the power
Committed patchset #6 (id:240001)
4 years, 9 months ago (2016-03-18 21:44:51 UTC) #37
commit-bot: I haz the power
4 years, 9 months ago (2016-03-18 21:46:11 UTC) #39
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d72af43d432d9def9ce591b7167c19b7b1581e30
Cr-Commit-Position: refs/heads/master@{#382097}

Powered by Google App Engine
This is Rietveld 408576698