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

Issue 947653002: Fix MSAA on windows (Closed)

Created:
5 years, 10 months ago by hendrikw
Modified:
5 years, 10 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

Fix MSAA on windows MSAA would brake on windows because skia creates a BGRA8 internal format render buffer, which we didn't support on windows. We were turning on BGRA8_EXT for render buffers when we had https://www.opengl.org/registry/specs/EXT/bgra.txt, this is a desktop spec that doesn't mention BGRA8_EXT for render buffers, but we're assuming that it should support it. I've added the condition that BGRA8 is supported for ANGLE as well as GL_EXT_bgra, and a couple test to confirm this. BUG=460567 Committed: https://crrev.com/02a2e2d381ed5089d7ab613aec9960616739dfe8 Cr-Commit-Position: refs/heads/master@{#317958}

Patch Set 1 #

Patch Set 2 : uploaded the wrong cl #

Patch Set 3 : remove the old test code #

Total comments: 1

Patch Set 4 : To the GL_EXT_texture_storage-mobile #

Patch Set 5 : update tests + spec + condition #

Patch Set 6 : format text better #

Patch Set 7 : remove extra space #

Patch Set 8 : address kbr's comments #

Total comments: 1

Patch Set 9 : update comment for v #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -2 lines) Patch
M gpu/command_buffer/service/feature_info.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 2 3 4 5 6 7 2 chunks +19 lines, -1 line 0 comments Download

Messages

Total messages: 26 (7 generated)
hendrikw
PTAL, thanks!
5 years, 10 months ago (2015-02-21 00:15:00 UTC) #2
Ken Russell (switch to Gerrit)
I've added several other reviewers who can help, but something looks not correct about this ...
5 years, 10 months ago (2015-02-21 01:22:28 UTC) #4
hendrikw
On 2015/02/21 01:22:28, Ken Russell wrote: > I've added several other reviewers who can help, ...
5 years, 10 months ago (2015-02-21 01:38:02 UTC) #5
hendrikw
On 2015/02/21 01:38:02, hendrikw wrote: > On 2015/02/21 01:22:28, Ken Russell wrote: > > I've ...
5 years, 10 months ago (2015-02-21 02:00:53 UTC) #6
Stephen White
Ken: does the new fix make sense to you? IWBN to get this not-crashing on ...
5 years, 10 months ago (2015-02-24 18:04:22 UTC) #7
Jamie Madill
Hendrik: do you need to update the tests? It looks as though some bots are ...
5 years, 10 months ago (2015-02-24 18:08:09 UTC) #8
hendrikw
On 2015/02/24 18:08:09, Jamie Madill wrote: > Hendrik: do you need to update the tests? ...
5 years, 10 months ago (2015-02-24 18:11:57 UTC) #9
hendrikw
PTAL and make sure I'm deciphering the specs correctly. This is questionable: Only EXT_texture_format_BGRA8888 and ...
5 years, 10 months ago (2015-02-24 18:53:33 UTC) #10
hendrikw
Ken pointed out that my last change may result in BGRA8 being turned on for ...
5 years, 10 months ago (2015-02-24 21:59:38 UTC) #11
Ken Russell (switch to Gerrit)
Thanks for persevering with this patch and clarifying the behavior. LGTM.
5 years, 10 months ago (2015-02-24 22:51:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/947653002/140001
5 years, 10 months ago (2015-02-24 23:13:34 UTC) #14
hendrikw
On 2015/02/24 23:13:34, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
5 years, 10 months ago (2015-02-25 00:21:17 UTC) #15
Ken Russell (switch to Gerrit)
+vmiura for OWNERS
5 years, 10 months ago (2015-02-25 00:38:20 UTC) #18
vmiura
LGTM with nit. https://codereview.chromium.org/947653002/diff/140001/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/947653002/diff/140001/gpu/command_buffer/service/feature_info.cc#newcode474 gpu/command_buffer/service/feature_info.cc:474: // Only desktop GL and ANGLE ...
5 years, 10 months ago (2015-02-25 00:44:13 UTC) #19
hendrikw
done
5 years, 10 months ago (2015-02-25 00:45:51 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/947653002/160001
5 years, 10 months ago (2015-02-25 00:47:07 UTC) #23
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 10 months ago (2015-02-25 02:56:21 UTC) #24
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/02a2e2d381ed5089d7ab613aec9960616739dfe8 Cr-Commit-Position: refs/heads/master@{#317958}
5 years, 10 months ago (2015-02-25 02:57:27 UTC) #25
Stephen White
5 years, 10 months ago (2015-02-25 22:38:42 UTC) #26
Message was sent while issue was closed.
w00t! Thank you for pushing this through, Hendrik!

Powered by Google App Engine
This is Rietveld 408576698