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

Issue 1463503002: Fix TexStorage3D with compressed ETC2/EAC formats (Closed)

Created:
5 years, 1 month ago by qiankun
Modified:
5 years ago
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix TexStorage3D with compressed ETC2/EAC formats These formats don't work for TexStorage3D if target is TEXTURE_3D. TEXTURE_2D_ARRAY should work. BUG=295792 TEST=conformance2/textures/misc/tex-storage-compressed-formats.html Committed: https://crrev.com/5b5a54a2d7c287e09f644d04e29718b310949221 Cr-Commit-Position: refs/heads/master@{#360760} Committed: https://crrev.com/8fe7430e2bea06a91f1e2611c29b2c0633aadca0 Cr-Commit-Position: refs/heads/master@{#361180}

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix nits #

Total comments: 2

Patch Set 3 : remove duplicate code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp View 1 2 3 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (8 generated)
qiankun
This is a follow-up CL for https://github.com/KhronosGroup/WebGL/pull/1310 . PTAL.
5 years, 1 month ago (2015-11-19 11:02:36 UTC) #2
bajones
LGTM, but I've got a couple of readability suggestions. https://codereview.chromium.org/1463503002/diff/1/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp (right): https://codereview.chromium.org/1463503002/diff/1/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp#newcode605 third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp:605: ...
5 years, 1 month ago (2015-11-19 19:16:21 UTC) #3
qiankun
Thank you for review, brandon. https://codereview.chromium.org/1463503002/diff/1/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp (right): https://codereview.chromium.org/1463503002/diff/1/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp#newcode605 third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp:605: } On 2015/11/19 19:16:21, ...
5 years, 1 month ago (2015-11-19 22:54:08 UTC) #4
bajones
Thanks, LGTM again!
5 years, 1 month ago (2015-11-19 23:04:23 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1463503002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1463503002/20001
5 years, 1 month ago (2015-11-19 23:12:20 UTC) #7
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/1463503002/diff/20001/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp (right): https://codereview.chromium.org/1463503002/diff/20001/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp#newcode109 third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp:109: const GLenum kCompressedTextureFormatsETC2EAC[] = { Less code duplication could ...
5 years, 1 month ago (2015-11-19 23:25:55 UTC) #8
qiankun
https://codereview.chromium.org/1463503002/diff/20001/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp File third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp (right): https://codereview.chromium.org/1463503002/diff/20001/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp#newcode109 third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp:109: const GLenum kCompressedTextureFormatsETC2EAC[] = { On 2015/11/19 23:25:55, Ken ...
5 years, 1 month ago (2015-11-19 23:50:04 UTC) #9
Ken Russell (switch to Gerrit)
Thanks for the cleanup. LGTM
5 years, 1 month ago (2015-11-19 23:52:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1463503002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1463503002/40001
5 years, 1 month ago (2015-11-20 03:06:44 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) ios_rel_device_ninja on ...
5 years, 1 month ago (2015-11-20 05:09:23 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1463503002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1463503002/40001
5 years, 1 month ago (2015-11-20 06:03:53 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-11-20 06:08:43 UTC) #18
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/5b5a54a2d7c287e09f644d04e29718b310949221 Cr-Commit-Position: refs/heads/master@{#360760}
5 years, 1 month ago (2015-11-20 06:09:45 UTC) #19
Jamie Madill
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1462143003/ by jmadill@chromium.org. ...
5 years, 1 month ago (2015-11-20 16:50:45 UTC) #20
zmo
The issue is the conformance test in Chromium is out of date and incorrect. I'll ...
5 years, 1 month ago (2015-11-20 18:31:45 UTC) #21
zmo
On 2015/11/20 18:31:45, zmo wrote: > The issue is the conformance test in Chromium is ...
5 years ago (2015-11-23 18:57:43 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1463503002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1463503002/40001
5 years ago (2015-11-23 18:58:54 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-11-23 20:43:01 UTC) #26
commit-bot: I haz the power
5 years ago (2015-11-23 20:44:08 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8fe7430e2bea06a91f1e2611c29b2c0633aadca0
Cr-Commit-Position: refs/heads/master@{#361180}

Powered by Google App Engine
This is Rietveld 408576698