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

Issue 2717953003: Support RGB32F and RGBA32F for CopyTextureCHROMIUM in ES2 with related extensions (Closed)

Created:
3 years, 9 months ago by qiankun
Modified:
3 years, 9 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Support RGB32F and RGBA32F for CopyTextureCHROMIUM in ES2 with related extensions CHROMIUM_color_buffer_float_rgb and CHROMIUM_color_buffer_float_rgba support GL_RGB32F and GL_RGBA32F formats in ES2 context. CopyTextureCHROMIUM should also support RGB32F/RGBA32F when the above two extensions are enabled. Blink WebGL will convert format and type combinations RGBA/FLOAT and RGB/FLOAT to RGBA32F/FLOAT to RGB32F/FLOAT if the above two extensions is supported. BUG=612542 CQ_INCLUDE_TRYBOTS=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/2717953003 Cr-Commit-Position: refs/heads/master@{#454556} Committed: https://chromium.googlesource.com/chromium/src/+/83c9185edb57a156c2c52270448dacef9d0b7cc1

Patch Set 1 #

Patch Set 2 : fix android bots #

Total comments: 2

Patch Set 3 : add more logging message #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -3 lines) Patch
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 2 chunks +15 lines, -3 lines 0 comments Download
M gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc View 1 2 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
qiankun
PTAL I met this issue when I enabled copyTextureCHROMIUM in blink.
3 years, 9 months ago (2017-02-27 07:21:00 UTC) #3
Ken Russell (switch to Gerrit)
Thanks Qiankun for this patch. It's failing on Android; can you please check why? I ...
3 years, 9 months ago (2017-02-28 06:44:14 UTC) #4
Zhenyao Mo
On 2017/02/28 06:44:14, Ken Russell wrote: > Thanks Qiankun for this patch. > > It's ...
3 years, 9 months ago (2017-02-28 15:52:40 UTC) #5
qiankun
On 2017/02/28 15:52:40, Zhenyao Mo wrote: > On 2017/02/28 06:44:14, Ken Russell wrote: > > ...
3 years, 9 months ago (2017-03-02 13:33:54 UTC) #6
Zhenyao Mo
https://codereview.chromium.org/2717953003/diff/20001/gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc File gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc (right): https://codereview.chromium.org/2717953003/diff/20001/gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc#newcode789 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc:789: .enable_texture_float_linear) This is always false by default unless you ...
3 years, 9 months ago (2017-03-02 17:31:53 UTC) #7
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/2717953003/diff/20001/gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc File gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc (right): https://codereview.chromium.org/2717953003/diff/20001/gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc#newcode789 gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc:789: .enable_texture_float_linear) On 2017/03/02 17:31:53, Zhenyao Mo wrote: > This ...
3 years, 9 months ago (2017-03-02 18:26:06 UTC) #8
Zhenyao Mo
On 2017/03/02 18:26:06, Ken Russell wrote: > https://codereview.chromium.org/2717953003/diff/20001/gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc > File gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc (right): > > https://codereview.chromium.org/2717953003/diff/20001/gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc#newcode789 ...
3 years, 9 months ago (2017-03-02 19:09:12 UTC) #9
qiankun
On 2017/03/02 18:26:06, Ken Russell wrote: > https://codereview.chromium.org/2717953003/diff/20001/gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc > File gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc (right): > > https://codereview.chromium.org/2717953003/diff/20001/gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc#newcode789 ...
3 years, 9 months ago (2017-03-03 09:09:42 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/2717953003/40001
3 years, 9 months ago (2017-03-03 10:04:17 UTC) #17
commit-bot: I haz the power
3 years, 9 months ago (2017-03-03 10:08:31 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/83c9185edb57a156c2c52270448d...

Powered by Google App Engine
This is Rietveld 408576698