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

Issue 2863773002: Don't expose EXT_color_buffer_half_float to GL 2.x (Closed)

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

Description

Don't expose EXT_color_buffer_half_float to GL 2.x The required texture formats (GL_R16F, etc) are not in the core until 3.0. We could, in principle, query the particular extensions required for these formats (GL_ARB_texture_rg, etc), but this query is simpler and equally effective in practice. BUG=699278 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_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/2863773002 Cr-Commit-Position: refs/heads/master@{#469512} Committed: https://chromium.googlesource.com/chromium/src/+/2c0a34fb259f6d8381a4c6ddce21bc8850c6a806

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add ES check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -4 lines) Patch
M gpu/command_buffer/service/feature_info.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (11 generated)
ccameron
ptal -- on desktop, we need to be sure that we support the required formats ...
3 years, 7 months ago (2017-05-04 21:59:00 UTC) #3
Zhenyao Mo
lgtm
3 years, 7 months ago (2017-05-04 22:03:50 UTC) #6
Zhenyao Mo
https://codereview.chromium.org/2863773002/diff/1/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/2863773002/diff/1/gpu/command_buffer/service/feature_info.cc#newcode1513 gpu/command_buffer/service/feature_info.cc:1513: gl_version_info_->IsAtLeastGL(3, 0)) { Sorry, just realized this. gl_version_info_->IsAtLeastGL(3, 0) ...
3 years, 7 months ago (2017-05-04 22:07:23 UTC) #7
ccameron
Good point -- updated https://codereview.chromium.org/2863773002/diff/1/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/2863773002/diff/1/gpu/command_buffer/service/feature_info.cc#newcode1513 gpu/command_buffer/service/feature_info.cc:1513: gl_version_info_->IsAtLeastGL(3, 0)) { On 2017/05/04 ...
3 years, 7 months ago (2017-05-04 22:18:27 UTC) #9
Zhenyao Mo
On 2017/05/04 22:18:27, ccameron wrote: > Good point -- updated > > https://codereview.chromium.org/2863773002/diff/1/gpu/command_buffer/service/feature_info.cc > File ...
3 years, 7 months ago (2017-05-04 22:19:48 UTC) #11
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/2863773002/20001
3 years, 7 months ago (2017-05-04 22:20:53 UTC) #14
commit-bot: I haz the power
3 years, 7 months ago (2017-05-04 23:22:21 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/2c0a34fb259f6d8381a4c6ddce21...

Powered by Google App Engine
This is Rietveld 408576698