|
|
Description[Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image.
Because some color formats in GLES, say LUMINANCE/ALPHA, can not be supported by desktop OGL directly.
BUG=643121
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/1687500b6fd9c005536a030e6a0801d67c8fb188
Cr-Commit-Position: refs/heads/master@{#416388}
Patch Set 1 #Patch Set 2 : update WebGL 2 expectations #Patch Set 3 : Fix bots failures in gpu_unittests #Patch Set 4 : copy-texture-image-luma-format.html still fails in Windows #
Messages
Total messages: 44 (34 generated)
Description was changed from ========== [Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image BUG= ========== to ========== [Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image BUG= 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 ========== [Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image BUG= 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 ========== [Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image BUG=643121 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 ==========
yunchao.he@intel.com changed reviewers: + kbr@chromium.org, piman@chromium.org, qiankun.miao@intel.com, zmo@chromium.org
Pending on this change: https://codereview.chromium.org/2293853003/ PTAL. Thanks.
On 2016/09/01 10:23:21, yunchao wrote: > Pending on this change: https://codereview.chromium.org/2293853003/ > > PTAL. Thanks. Once that patch is landed. I will update the webgl2 conformance test expectation, and test this change on Chromium bots.
On 2016/09/01 10:25:57, yunchao wrote: > On 2016/09/01 10:23:21, yunchao wrote: > > Pending on this change: https://codereview.chromium.org/2293853003/ > > > > PTAL. Thanks. > > Once that patch is landed. I will update the webgl2 conformance test > expectation, and test this change on Chromium bots. Thanks for tracking this down. LGTM.
The CQ bit was checked by yunchao.he@intel.com 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 ========== [Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image BUG=643121 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 ========== [Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image. Because some color formats in GLES, say LUMINANCE/ALPHA, can not be supported by desktop OGL directly. BUG=643121 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 ==========
Thanks for finding this. I should have been more careful with https://codereview.chromium.org/2236123002/ and found more places it was needed. LGTM
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linu...)
The CQ bit was checked by yunchao.he@intel.com 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...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...) mac_optional_gpu_tests_rel on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_optional_gpu_...)
The CQ bit was checked by yunchao.he@intel.com to run a CQ dry run
The CQ bit was unchecked by yunchao.he@intel.com
The CQ bit was checked by yunchao.he@intel.com 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...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Exceeded global retry quota
The CQ bit was checked by yunchao.he@intel.com 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...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Exceeded global retry quota
The CQ bit was checked by yunchao.he@intel.com 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...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
This change can fix the luminance/alpha failure on MacOSX, but it still failed on Windows. In addition, The latest patchset have some changes to fix failures introduced in gpu_unittests. So, Zhenyao and Ken, could you take another look?
On 2016/09/02 13:42:57, yunchao wrote: > This change can fix the luminance/alpha failure on MacOSX, but it still failed > on Windows. In addition, The latest patchset have some changes to fix failures > introduced in gpu_unittests. So, Zhenyao and Ken, could you take another look? We will take a look at the failures of copy-texture-image-luma-format.html in Windows later.
lgtm again
The CQ bit was checked by yunchao.he@intel.com 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...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by yunchao.he@intel.com
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/2301823003/#ps60001 (title: "copy-texture-image-luma-format.html still fails on Win")
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 ========== [Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image. Because some color formats in GLES, say LUMINANCE/ALPHA, can not be supported by desktop OGL directly. BUG=643121 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 ========== [Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image. Because some color formats in GLES, say LUMINANCE/ALPHA, can not be supported by desktop OGL directly. BUG=643121 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 #4 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== [Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image. Because some color formats in GLES, say LUMINANCE/ALPHA, can not be supported by desktop OGL directly. BUG=643121 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 ========== [Command Buffer] We may need to adjust texture format when clear texture level by tex{Sub}Image. Because some color formats in GLES, say LUMINANCE/ALPHA, can not be supported by desktop OGL directly. BUG=643121 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/1687500b6fd9c005536a030e6a0801d67c8fb188 Cr-Commit-Position: refs/heads/master@{#416388} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/1687500b6fd9c005536a030e6a0801d67c8fb188 Cr-Commit-Position: refs/heads/master@{#416388} |