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

Issue 1947983003: Add plumbing for two gpu workarounds, soon to be used by DrawingBuffer. (Closed)

Created:
4 years, 7 months ago by erikchen
Modified:
4 years, 7 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add plumbing for two gpu workarounds, soon to be used by DrawingBuffer. The workaround disable_multisample_renderbuffer_color_mask is needed because glColorMask does not work for multisample renderbuffers on old AMD GPUs. The workaround disable_rgb_multisample_renderbuffer is needed because multisample renderbuffers with format GL_RGB8 have performance issues on Intel GPUs. BUG=595948, 607130 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/04a443352b363a4fdecee6c243ff5c02566a6795 Cr-Commit-Position: refs/heads/master@{#391780}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Comments from kbr@. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -1 line) Patch
M gpu/command_buffer/common/capabilities.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 chunks +26 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_workaround_type.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/ipc/common/gpu_command_buffer_traits_multi.h View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
erikchen
kbr: Please review.
4 years, 7 months ago (2016-05-04 21:06:12 UTC) #3
erikchen
piman: Please review gpu/ tsepez: Please review gpu/ipc/common/gpu_command_buffer_traits_multi.h
4 years, 7 months ago (2016-05-04 21:23:12 UTC) #5
piman
lgtm
4 years, 7 months ago (2016-05-04 21:36:19 UTC) #6
Ken Russell (switch to Gerrit)
lgtm w/nits https://codereview.chromium.org/1947983003/diff/1/gpu/config/gpu_driver_bug_workaround_type.h File gpu/config/gpu_driver_bug_workaround_type.h (right): https://codereview.chromium.org/1947983003/diff/1/gpu/config/gpu_driver_bug_workaround_type.h#newcode50 gpu/config/gpu_driver_bug_workaround_type.h:50: disable_multisample_renderbuffer_color_mask) \ I'd suggest making it more ...
4 years, 7 months ago (2016-05-04 21:38:20 UTC) #7
Tom Sepez
traits lgtm
4 years, 7 months ago (2016-05-04 21:49:12 UTC) #8
erikchen
https://codereview.chromium.org/1947983003/diff/1/gpu/config/gpu_driver_bug_workaround_type.h File gpu/config/gpu_driver_bug_workaround_type.h (right): https://codereview.chromium.org/1947983003/diff/1/gpu/config/gpu_driver_bug_workaround_type.h#newcode50 gpu/config/gpu_driver_bug_workaround_type.h:50: disable_multisample_renderbuffer_color_mask) \ On 2016/05/04 21:38:20, Ken Russell wrote: > ...
4 years, 7 months ago (2016-05-04 23:12:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947983003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947983003/20001
4 years, 7 months ago (2016-05-04 23:13:17 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/65338)
4 years, 7 months ago (2016-05-05 02:20:57 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947983003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947983003/20001
4 years, 7 months ago (2016-05-05 08:27:21 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 7 months ago (2016-05-05 09:17:11 UTC) #17
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 09:18:44 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/04a443352b363a4fdecee6c243ff5c02566a6795
Cr-Commit-Position: refs/heads/master@{#391780}

Powered by Google App Engine
This is Rietveld 408576698