|
|
Chromium Code Reviews|
Created:
4 years, 1 month ago by Kai Ninomiya Modified:
4 years, 1 month ago CC:
chromium-reviews, blink-reviews, haraken Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Descriptiondisable ETC1 on ANGLE's ES3
BUG=658929
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
Committed: https://crrev.com/e4306f9b2ca2daba39c463f5aa54a7a931593a50
Cr-Commit-Position: refs/heads/master@{#432655}
Patch Set 1 #Patch Set 2 : fix #Patch Set 3 : update expectations #
Messages
Total messages: 23 (15 generated)
Description was changed from ========== disable ETC1 on ANGLE's ES3 DO NOT COMMIT: this actually disables ETC1 on native ES2 implementations as well COMMIT=false BUG=658929 ========== to ========== disable ETC1 on ANGLE's ES3 DO NOT COMMIT: this actually disables ETC1 on native ES2 implementations as well COMMIT=false BUG=658929 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 ==========
Description was changed from ========== disable ETC1 on ANGLE's ES3 DO NOT COMMIT: this actually disables ETC1 on native ES2 implementations as well COMMIT=false BUG=658929 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 ========== to ========== disable ETC1 on ANGLE's ES3 DO NOT COMMIT: this actually disables ETC1 on native ES2 implementations as well Fix this by doing: (WEBGL1 && GL_OES_compressed_ETC1_RGB8_texture) || GL_CHROMIUM_compressed_texture_etc COMMIT=false BUG=658929 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 ==========
Description was changed from ========== disable ETC1 on ANGLE's ES3 DO NOT COMMIT: this actually disables ETC1 on native ES2 implementations as well Fix this by doing: (WEBGL1 && GL_OES_compressed_ETC1_RGB8_texture) || GL_CHROMIUM_compressed_texture_etc COMMIT=false BUG=658929 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 ========== to ========== disable ETC1 on ANGLE's ES3 DO NOT COMMIT: this actually disables ETC1 on native ES2 implementations as well Fix this by doing: (WEBGL1 || GL_CHROMIUM_compressed_texture_etc) && GL_OES_compressed_ETC1_RGB8_texture COMMIT=false BUG=658929 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 ==========
The CQ bit was checked by kainino@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== disable ETC1 on ANGLE's ES3 DO NOT COMMIT: this actually disables ETC1 on native ES2 implementations as well Fix this by doing: (WEBGL1 || GL_CHROMIUM_compressed_texture_etc) && GL_OES_compressed_ETC1_RGB8_texture COMMIT=false BUG=658929 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 ========== to ========== disable ETC1 on ANGLE's ES3 BUG=658929 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 ==========
kainino@chromium.org changed reviewers: + kbr@chromium.org, zmo@chromium.org
PTAL Pretty sure I got this logic correct.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_optional_gpu_tests_rel on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_optional_gpu_...)
On 2016/11/16 07:21:41, Kai Ninomiya wrote: > PTAL > > Pretty sure I got this logic correct. You need to update the windows extension expectations.
On 2016/11/16 15:35:37, Zhenyao Mo wrote: > On 2016/11/16 07:21:41, Kai Ninomiya wrote: > > PTAL > > > > Pretty sure I got this logic correct. > > You need to update the windows extension expectations. To save time: you'll need to expand the Skip entry for WebglExtension_WEBGL_compressed_texture_etc1 in src/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py . (Not webgl_conformance_expectations.py) LGTM once that's done.
The CQ bit was checked by kainino@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from kbr@chromium.org Link to the patchset: https://codereview.chromium.org/2499413003/#ps40001 (title: "update expectations")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_...)
The CQ bit was checked by zmo@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== disable ETC1 on ANGLE's ES3 BUG=658929 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 ========== to ========== disable ETC1 on ANGLE's ES3 BUG=658929 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 ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== disable ETC1 on ANGLE's ES3 BUG=658929 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 ========== to ========== disable ETC1 on ANGLE's ES3 BUG=658929 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 Committed: https://crrev.com/e4306f9b2ca2daba39c463f5aa54a7a931593a50 Cr-Commit-Position: refs/heads/master@{#432655} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/e4306f9b2ca2daba39c463f5aa54a7a931593a50 Cr-Commit-Position: refs/heads/master@{#432655} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
