|
|
Created:
4 years ago by yizhou.jiang Modified:
4 years ago CC:
chromium-reviews, piman+watch_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionExtend more runtime envs for generateMipmap srgb emulation
Add entries for windows, chromeos, and linux mesa in gpu_driver_bug_list.
Generate shaders according to different gl contexts.
BUG=634519
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/bc15e2a59cd6f9f124b5b55ee4f14348ab6717ee
Cr-Commit-Position: refs/heads/master@{#437398}
Patch Set 1 : modify driver bug list and shader versions #Patch Set 2 : new set2 #Patch Set 3 : Modify Shaders according to GL ES Version #Patch Set 4 : Remove test cases from webgl2_conformance_expectations.py #Patch Set 5 : Add Chromeos to bug list #Patch Set 6 : modify bug list #Patch Set 7 : modify syntax #
Total comments: 1
Patch Set 8 : Addressed feedback:Add CubeMap to TODO #
Messages
Total messages: 75 (62 generated)
Description was changed from ========== Add entries for windows in gpu/config/gpu_driver_bug_list_json.cc to enable srgb format generateMipmap on windows. Fix es context 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 patch from issue 2551033002 at patchset 1 (http://crrev.com/2551033002#ps1) ========== to ========== Add entries for windows in gpu/config/gpu_driver_bug_list_json.cc to enable srgb format generateMipmap on windows. Fix es context BUG=634519 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 patch from issue 2551033002 at patchset 1 (http://crrev.com/2551033002#ps1) ==========
Patchset #1 (id:1) has been deleted
yizhou.jiang@intel.com changed reviewers: + qiankun.miao@intel.com, yunchao.he@intel.com
Patchset #2 (id:40001) has been deleted
https://codereview.chromium.org/2548363002/diff/60001/gpu/config/gpu_driver_b... File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/2548363002/diff/60001/gpu/config/gpu_driver_b... gpu/config/gpu_driver_bug_list_json.cc:2245: "features" : ["decode_encode_srgb_for_generatemipmap" Could you tighten the condition? In addition, what about gles?
Patchset #2 (id:60001) has been deleted
Patchset #2 (id:80001) has been deleted
Patchset #3 (id:120001) has been deleted
Patchset #3 (id:140001) has been deleted
Patchset #3 (id:160001) has been deleted
On 2016/12/06 02:46:16, yunchao wrote: > https://codereview.chromium.org/2548363002/diff/60001/gpu/config/gpu_driver_b... > File gpu/config/gpu_driver_bug_list_json.cc (right): > > https://codereview.chromium.org/2548363002/diff/60001/gpu/config/gpu_driver_b... > gpu/config/gpu_driver_bug_list_json.cc:2245: "features" : > ["decode_encode_srgb_for_generatemipmap" > Could you tighten the condition? > > In addition, what about gles? @yunchao and @qiankun. I have updated the code, PTAL.
Patchset #5 (id:220001) has been deleted
Patchset #5 (id:240001) has been deleted
Description was changed from ========== Add entries for windows in gpu/config/gpu_driver_bug_list_json.cc to enable srgb format generateMipmap on windows. Fix es context BUG=634519 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 patch from issue 2551033002 at patchset 1 (http://crrev.com/2551033002#ps1) ========== to ========== Add entries for windows, chromeos, and linux mesa in gpu_driver_bug_list. Modify Shaders according to different gl version. BUG=634519 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 patch from issue 2551033002 at patchset 1 (http://crrev.com/2551033002#ps1) ==========
Patchset #5 (id:260001) has been deleted
Patchset #5 (id:280001) has been deleted
Patchset #5 (id:300001) has been deleted
Patchset #5 (id:320001) has been deleted
Patchset #5 (id:340001) has been deleted
Patchset #7 (id:400001) has been deleted
yizhou.jiang@intel.com changed reviewers: + kbr@chromium.org, zmo@chromium.org
@zmo and @kbr, I have add some entries into gpu_driver_bug_list_json.cc for Windows, Linux and chromeos, and revise shaders according to gl version,PTAL.
Description was changed from ========== Add entries for windows, chromeos, and linux mesa in gpu_driver_bug_list. Modify Shaders according to different gl version. BUG=634519 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 patch from issue 2551033002 at patchset 1 (http://crrev.com/2551033002#ps1) ========== to ========== Extend more runtime envs for generateMipmap srgb emulation Add entries for windows, chromeos, and linux mesa in gpu_driver_bug_list. Generate shaders according to different gl contexts. BUG=634519 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 patch from issue 2551033002 at patchset 1 (http://crrev.com/2551033002#ps1) ==========
Description was changed from ========== Extend more runtime envs for generateMipmap srgb emulation Add entries for windows, chromeos, and linux mesa in gpu_driver_bug_list. Generate shaders according to different gl contexts. BUG=634519 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 patch from issue 2551033002 at patchset 1 (http://crrev.com/2551033002#ps1) ========== to ========== Extend more runtime envs for generateMipmap srgb emulation Add entries for windows, chromeos, and linux mesa in gpu_driver_bug_list. Generate shaders according to different gl contexts. BUG=634519 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 ==========
lgtm https://codereview.chromium.org/2548363002/diff/420001/gpu/command_buffer/ser... File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/2548363002/diff/420001/gpu/command_buffer/ser... gpu/command_buffer/service/gles2_cmd_decoder.cc:6162: // TODO(yizhou): If the target is GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY, Just noticed: what about CUBEMAP?
I defer to zmo's review, but this looks OK to me (modulo his question about cube map textures).
The CQ bit was checked by yizhou.jiang@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 yizhou.jiang@intel.com
The CQ bit was checked by yizhou.jiang@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 yizhou.jiang@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...
On 2016/12/07 22:50:39, Zhenyao Mo wrote: > lgtm > > https://codereview.chromium.org/2548363002/diff/420001/gpu/command_buffer/ser... > File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): > > https://codereview.chromium.org/2548363002/diff/420001/gpu/command_buffer/ser... > gpu/command_buffer/service/gles2_cmd_decoder.cc:6162: // TODO(yizhou): If the > target is GL_TEXTURE_3D or GL_TEXTURE_2D_ARRAY, > Just noticed: what about CUBEMAP? Add to TODO list.
The CQ bit was checked by yizhou.jiang@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: 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 yizhou.jiang@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...
Patchset #9 (id:460001) has been deleted
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm6...) android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clan...) android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_comp...) cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_a...) linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi...) win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...) win_optional_gpu_tests_rel on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_optional_gpu_...)
The CQ bit was checked by yizhou.jiang@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...
Patchset #8 (id:440001) has been deleted
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: 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 yizhou.jiang@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: 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 yizhou.jiang@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: 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 yizhou.jiang@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: 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
The patchset sent to the CQ was uploaded after l-g-t-m from zmo@chromium.org Link to the patchset: https://codereview.chromium.org/2548363002/#ps480001 (title: "Addressed feedback:Add CubeMap to TODO")
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_...)
On 2016/12/08 20:00:37, commit-bot: I haz the power wrote: > 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_...) android_n5x_swarming_rel's been removed from the CQ due to http://crbug.com/672382 . Re-CQ'ing.
The CQ bit was checked by kbr@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch. Bot data: {"patchset_id": 480001, "attempt_start_ts": 1481240839092930, "parent_rev": "5c11458a4052033fb05c8fb75b3a8b058ab19424", "commit_rev": "b5e23960553833034aeaf2197e94ab8e907d1fd6"}
Message was sent while issue was closed.
Description was changed from ========== Extend more runtime envs for generateMipmap srgb emulation Add entries for windows, chromeos, and linux mesa in gpu_driver_bug_list. Generate shaders according to different gl contexts. BUG=634519 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 ========== Extend more runtime envs for generateMipmap srgb emulation Add entries for windows, chromeos, and linux mesa in gpu_driver_bug_list. Generate shaders according to different gl contexts. BUG=634519 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 #8 (id:480001)
Message was sent while issue was closed.
Description was changed from ========== Extend more runtime envs for generateMipmap srgb emulation Add entries for windows, chromeos, and linux mesa in gpu_driver_bug_list. Generate shaders according to different gl contexts. BUG=634519 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 ========== Extend more runtime envs for generateMipmap srgb emulation Add entries for windows, chromeos, and linux mesa in gpu_driver_bug_list. Generate shaders according to different gl contexts. BUG=634519 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/bc15e2a59cd6f9f124b5b55ee4f14348ab6717ee Cr-Commit-Position: refs/heads/master@{#437398} ==========
Message was sent while issue was closed.
Patchset 8 (id:??) landed as https://crrev.com/bc15e2a59cd6f9f124b5b55ee4f14348ab6717ee Cr-Commit-Position: refs/heads/master@{#437398}
Message was sent while issue was closed.
On 2016/12/08 23:47:12, Ken Russell wrote: > On 2016/12/08 20:00:37, commit-bot: I haz the power wrote: > > 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_...) > > android_n5x_swarming_rel's been removed from the CQ due to > http://crbug.com/672382 . Re-CQ'ing. @kbr, thanks a lot for your help with the trybots issue. |