DescriptionDon'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 #
Messages
Total messages: 18 (11 generated)
|