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

Issue 2678483003: Fix EXT_draw_buffers detection on some GL ES 3 contexts (Closed)

Created:
3 years, 10 months ago by Kai Ninomiya
Modified:
3 years, 10 months ago
Reviewers:
Zhenyao Mo
CC:
chromium-reviews, piman+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix EXT_draw_buffers detection on some GL ES 3 contexts This is important on some native GL ES 3 contexts (e.g. Qualcomm on Google Pixel). BUG=688632 CQ_INCLUDE_TRYBOTS=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/2678483003 Cr-Original-Commit-Position: refs/heads/master@{#450804} Committed: https://chromium.googlesource.com/chromium/src/+/252e09263e39d4e06b2a9dc094ea30ca140e0a4d Review-Url: https://codereview.chromium.org/2678483003 Cr-Commit-Position: refs/heads/master@{#451360} Committed: https://chromium.googlesource.com/chromium/src/+/313016af0d837cfcc8ee3ccd19145f46eebc0b10

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : fix differently #

Patch Set 4 : update tests #

Patch Set 5 : yet another different fix #

Patch Set 6 : re-update context_group.cc #

Patch Set 7 : oops #

Patch Set 8 : fix some tests #

Patch Set 9 : remove nv_draw_buffers entirely #

Total comments: 1

Patch Set 10 : address comment #

Patch Set 11 : un-remove nv_draw_buffers #

Patch Set 12 : update tests #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -22 lines) Patch
M gpu/command_buffer/service/context_group.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -7 lines 1 comment Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 2 3 4 5 6 7 9 10 1 chunk +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +12 lines, -8 lines 0 comments Download

Messages

Total messages: 62 (47 generated)
Kai Ninomiya
zmo, PTAL (unless the dry run fails)
3 years, 10 months ago (2017-02-04 02:24:35 UTC) #3
Kai Ninomiya
zmo, PTAL (unless the dry run fails)
3 years, 10 months ago (2017-02-04 02:26:13 UTC) #7
Kai Ninomiya
On 2017/02/04 02:26:13, Kai Ninomiya wrote: > zmo, PTAL (unless the dry run fails) oh, ...
3 years, 10 months ago (2017-02-04 03:17:52 UTC) #10
Kai Ninomiya
On the 9th try, I think this is finally good. zmo: PTAL.
3 years, 10 months ago (2017-02-15 01:42:15 UTC) #34
Zhenyao Mo
lgtm Can you also remove NV_draw_buffers support from ANGLE? https://codereview.chromium.org/2678483003/diff/160001/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/2678483003/diff/160001/gpu/command_buffer/service/feature_info.cc#newcode1157 gpu/command_buffer/service/feature_info.cc:1157: ...
3 years, 10 months ago (2017-02-15 18:42:37 UTC) #35
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/2678483003/180001
3 years, 10 months ago (2017-02-15 19:26:21 UTC) #38
Kai Ninomiya
On 2017/02/15 18:42:37, Zhenyao Mo wrote: > lgtm > > Can you also remove NV_draw_buffers ...
3 years, 10 months ago (2017-02-15 21:20:05 UTC) #39
commit-bot: I haz the power
Committed patchset #10 (id:180001) as https://chromium.googlesource.com/chromium/src/+/252e09263e39d4e06b2a9dc094ea30ca140e0a4d
3 years, 10 months ago (2017-02-15 21:25:57 UTC) #42
Zhenyao Mo
On 2017/02/15 21:20:05, Kai Ninomiya wrote: > On 2017/02/15 18:42:37, Zhenyao Mo wrote: > > ...
3 years, 10 months ago (2017-02-15 23:27:03 UTC) #43
Kai Ninomiya
A revert of this CL (patchset #10 id:180001) has been created in https://codereview.chromium.org/2696333002/ by kainino@chromium.org. ...
3 years, 10 months ago (2017-02-16 00:48:11 UTC) #44
Kai Ninomiya
zmo, PTAL again
3 years, 10 months ago (2017-02-17 18:32:08 UTC) #54
Zhenyao Mo
lgtm https://codereview.chromium.org/2678483003/diff/220001/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/2678483003/diff/220001/gpu/command_buffer/service/feature_info.cc#newcode1167 gpu/command_buffer/service/feature_info.cc:1167: can_emulate_es2_draw_buffers_on_es3_nv); This is neat, much more readable
3 years, 10 months ago (2017-02-17 19:17:44 UTC) #55
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/2678483003/220001
3 years, 10 months ago (2017-02-17 19:29:05 UTC) #57
commit-bot: I haz the power
Committed patchset #12 (id:220001) as https://chromium.googlesource.com/chromium/src/+/313016af0d837cfcc8ee3ccd19145f46eebc0b10
3 years, 10 months ago (2017-02-17 19:56:03 UTC) #60
Kai Ninomiya
3 years, 10 months ago (2017-02-17 20:01:02 UTC) #61
Message was sent while issue was closed.
> This also disables ES2 EXT_draw_buffers emulation on top of
ES3+NV_draw_buffers as it's not needed anymore - EXT_draw_buffers can now be
emulated on vanilla ES3.

Oops, this part of the commit message is wrong. I forgot to update the
description.

Powered by Google App Engine
This is Rietveld 408576698