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

Issue 2378713002: Make GPU configs use kRGBA color type not kN32. (Closed)

Created:
4 years, 2 months ago by bsalomon
Modified:
4 years, 2 months ago
Reviewers:
Brian Osman
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Make GPU configs use kRGBA color type not kN32. This makes ES msaa contexts testable on systems where kN32 is compiled as kBGRA due to the fact that render buffers are not always supported for GL_BGRA with GL_EXT_texture_format_BGRA8888. BUG=skia:5804 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2378713002 Committed: https://skia.googlesource.com/skia/+/33069255769246c703e1fbdbe14a752c31d0ad1e

Patch Set 1 #

Total comments: 4

Patch Set 2 : change configs with explicit color type as well #

Patch Set 3 : fix parsing test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M tests/TestConfigParsing.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M tools/flags/SkCommonFlagsConfig.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (12 generated)
bsalomon
This works locally for me GM images with configs gpu, msaa4, and angle on Windows. ...
4 years, 2 months ago (2016-09-28 14:12:13 UTC) #3
Brian Osman
https://codereview.chromium.org/2378713002/diff/1/tools/flags/SkCommonFlagsConfig.cpp File tools/flags/SkCommonFlagsConfig.cpp (right): https://codereview.chromium.org/2378713002/diff/1/tools/flags/SkCommonFlagsConfig.cpp#newcode270 tools/flags/SkCommonFlagsConfig.cpp:270: *outColorType = kN32_SkColorType; Want to change here, too? https://codereview.chromium.org/2378713002/diff/1/tools/flags/SkCommonFlagsConfig.cpp#newcode310 ...
4 years, 2 months ago (2016-09-28 15:02:08 UTC) #8
bsalomon
https://codereview.chromium.org/2378713002/diff/1/tools/flags/SkCommonFlagsConfig.cpp File tools/flags/SkCommonFlagsConfig.cpp (right): https://codereview.chromium.org/2378713002/diff/1/tools/flags/SkCommonFlagsConfig.cpp#newcode270 tools/flags/SkCommonFlagsConfig.cpp:270: *outColorType = kN32_SkColorType; On 2016/09/28 15:02:07, Brian Osman wrote: ...
4 years, 2 months ago (2016-09-28 15:16:15 UTC) #9
Brian Osman
lgtm
4 years, 2 months ago (2016-09-28 15:28:16 UTC) #12
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/2378713002/40001
4 years, 2 months ago (2016-09-28 15:48:39 UTC) #16
commit-bot: I haz the power
4 years, 2 months ago (2016-09-28 15:49:58 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/33069255769246c703e1fbdbe14a752c31d0ad1e

Powered by Google App Engine
This is Rietveld 408576698