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

Issue 2713553005: Add GL_EXT_color_buffer_half_float support (Closed)

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

Description

Add GL_EXT_color_buffer_half_float support Only expose for GLES2 contexts. For desktop support, add simliar checks to GL_EXT_color_buffer_float. Change a number of instances of accidentally referring to the extension as "color_buffer_float" instead of "color_buffer_half_float". BUG=687439 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;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/2713553005 Cr-Commit-Position: refs/heads/master@{#452909} Committed: https://chromium.googlesource.com/chromium/src/+/8507215795207d4868c9ad379957819c2f15b881

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review feedback #

Patch Set 3 : Add WebGL 1 #

Patch Set 4 : Add WebGL, cleanup #

Total comments: 1

Patch Set 5 : Disallow in WebGL1 #

Patch Set 6 : Refactor out function, change float args #

Patch Set 7 : Fix compile error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -220 lines) Patch
M cc/resources/resource_provider.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/common/capabilities.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/context_group.cc View 1 3 4 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 2 3 4 5 3 chunks +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 4 5 6 8 chunks +244 lines, -199 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 1 1 chunk +10 lines, -16 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 1 2 3 4 5 6 1 chunk +26 lines, -0 lines 0 comments Download
M gpu/ipc/common/gpu_command_buffer_traits_multi.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 36 (28 generated)
ccameron
ptal
3 years, 10 months ago (2017-02-22 23:59:29 UTC) #5
Zhenyao Mo
Mostly looks good with a small request to get it also for WebGL1. https://codereview.chromium.org/2713553005/diff/1/gpu/command_buffer/service/feature_info.cc File ...
3 years, 10 months ago (2017-02-23 00:36:57 UTC) #7
ccameron
Updated https://codereview.chromium.org/2713553005/diff/1/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/2713553005/diff/1/gpu/command_buffer/service/feature_info.cc#newcode870 gpu/command_buffer/service/feature_info.cc:870: if (context_type_ == CONTEXT_TYPE_OPENGLES2 && On 2017/02/23 00:36:57, ...
3 years, 10 months ago (2017-02-23 02:11:57 UTC) #10
Zhenyao Mo
LGTM with one nit fixed https://codereview.chromium.org/2713553005/diff/60001/gpu/command_buffer/service/context_group.cc File gpu/command_buffer/service/context_group.cc (right): https://codereview.chromium.org/2713553005/diff/60001/gpu/command_buffer/service/context_group.cc#newcode56 gpu/command_buffer/service/context_group.cc:56: adjusted_disallowed_features.ext_color_buffer_half_float = true; This ...
3 years, 10 months ago (2017-02-23 05:49:10 UTC) #13
ccameron
Adding tsepez@ for ipc
3 years, 10 months ago (2017-02-24 04:53:44 UTC) #29
Tom Sepez
ipc lgtm
3 years, 10 months ago (2017-02-24 16:59:47 UTC) #30
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/2713553005/120001
3 years, 10 months ago (2017-02-24 19:45:12 UTC) #33
commit-bot: I haz the power
3 years, 10 months ago (2017-02-24 19:54:03 UTC) #36
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/8507215795207d4868c9ad379957...

Powered by Google App Engine
This is Rietveld 408576698