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

Issue 1952913002: Use GL_RGBA renderbuffer for antialiased, no-alpha DrawingBuffers. (Closed)

Created:
4 years, 7 months ago by erikchen
Modified:
4 years, 6 months ago
CC:
chromium-reviews, krit, pdr+graphicswatchlist_chromium.org, drott+blinkwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, dshwang, jbroman, Justin Novosad, danakj+watch_chromium.org, Rik, f(malita), blink-reviews, piman+watch_chromium.org, kinuko+watch, Stephen Chennney, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@temp42_drawingbuffer_cleanup2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use GL_RGBA renderbuffer for antialiased, no-alpha DrawingBuffers. Intel GPUs suffer performance penalties with GL_RGB multisampled renderbuffers. This CL turns on GL_RGB emulation for those GPUs. BUG=607130 Committed: https://crrev.com/c34f049e6f49920680eb5634502b22511d7e03f9 Cr-Commit-Position: refs/heads/master@{#397490}

Patch Set 1 #

Patch Set 2 : #

Total comments: 3

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -5 lines) Patch
M third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 2 3 chunks +9 lines, -5 lines 0 comments Download

Messages

Total messages: 34 (13 generated)
erikchen
kbr: Please review.
4 years, 7 months ago (2016-05-05 00:47:19 UTC) #2
erikchen
On 2016/05/05 00:47:19, erikchen wrote: > kbr: Please review. This doesn't quite work, for slightly ...
4 years, 7 months ago (2016-05-05 18:36:44 UTC) #3
Ken Russell (switch to Gerrit)
On 2016/05/05 18:36:44, erikchen wrote: > On 2016/05/05 00:47:19, erikchen wrote: > > kbr: Please ...
4 years, 7 months ago (2016-05-05 21:14:56 UTC) #6
erikchen
kbr: The subtlety I was referring to is that by default, we use CHROMIUM_image for ...
4 years, 7 months ago (2016-05-06 01:37:33 UTC) #8
Ken Russell (switch to Gerrit)
On 2016/05/06 01:37:33, erikchen wrote: > kbr: The subtlety I was referring to is that ...
4 years, 7 months ago (2016-05-06 01:58:34 UTC) #9
erikchen
On 2016/05/06 01:58:34, Ken Russell wrote: > On 2016/05/06 01:37:33, erikchen wrote: > > kbr: ...
4 years, 7 months ago (2016-05-06 16:09:18 UTC) #10
erikchen
kbr: Please review. I tested this change manually, but you mentioned you were going to ...
4 years, 7 months ago (2016-05-18 17:30:24 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952913002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1952913002/20001
4 years, 7 months ago (2016-05-18 17:31:37 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-18 18:58:15 UTC) #15
Ken Russell (switch to Gerrit)
On 2016/05/18 17:30:24, erikchen wrote: > kbr: Please review. > > I tested this change ...
4 years, 7 months ago (2016-05-19 00:06:34 UTC) #16
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/1952913002/diff/20001/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp File third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/1952913002/diff/20001/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode1056 third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp:1056: if (contextProvider()->getCapabilities().disable_webgl_rgb_multisampling_usage) It seems a little strange that this ...
4 years, 7 months ago (2016-05-19 00:06:41 UTC) #17
Ken Russell (switch to Gerrit)
Pinging about this. Are we going to move forward with this emulation? I can write ...
4 years, 6 months ago (2016-05-31 19:10:04 UTC) #18
erikchen
kbr: Please review. https://codereview.chromium.org/1952913002/diff/20001/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp File third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/1952913002/diff/20001/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode1056 third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp:1056: if (contextProvider()->getCapabilities().disable_webgl_rgb_multisampling_usage) On 2016/05/19 00:06:41, Ken ...
4 years, 6 months ago (2016-06-02 00:14:06 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952913002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1952913002/40001
4 years, 6 months ago (2016-06-02 00:14:22 UTC) #21
Ken Russell (switch to Gerrit)
LGTM. Thanks for pushing this through. https://codereview.chromium.org/1952913002/diff/20001/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp File third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp (right): https://codereview.chromium.org/1952913002/diff/20001/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp#newcode1056 third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp:1056: if (contextProvider()->getCapabilities().disable_webgl_rgb_multisampling_usage) On ...
4 years, 6 months ago (2016-06-02 00:46:10 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/221915)
4 years, 6 months ago (2016-06-02 01:53:31 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952913002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1952913002/40001
4 years, 6 months ago (2016-06-02 16:43:46 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-02 19:06:53 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1952913002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1952913002/40001
4 years, 6 months ago (2016-06-02 19:37:51 UTC) #30
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 6 months ago (2016-06-02 19:44:43 UTC) #32
commit-bot: I haz the power
4 years, 6 months ago (2016-06-02 19:45:58 UTC) #34
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c34f049e6f49920680eb5634502b22511d7e03f9
Cr-Commit-Position: refs/heads/master@{#397490}

Powered by Google App Engine
This is Rietveld 408576698