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

Issue 2548363002: Extend more runtime envs for generateMipmap srgb emulation (Closed)

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.

Description

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}

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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -33 lines) Patch
M content/test/gpu/gpu_tests/webgl2_conformance_expectations.py View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 5 6 7 1 chunk +8 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_srgb_converter.cc View 1 2 3 4 5 6 5 chunks +75 lines, -19 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 3 4 5 2 chunks +37 lines, -1 line 0 comments Download

Messages

Total messages: 75 (62 generated)
yunchao
https://codereview.chromium.org/2548363002/diff/60001/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/2548363002/diff/60001/gpu/config/gpu_driver_bug_list_json.cc#newcode2245 gpu/config/gpu_driver_bug_list_json.cc:2245: "features" : ["decode_encode_srgb_for_generatemipmap" Could you tighten the condition? In ...
4 years ago (2016-12-06 02:46:16 UTC) #5
yizhou.jiang
On 2016/12/06 02:46:16, yunchao wrote: > https://codereview.chromium.org/2548363002/diff/60001/gpu/config/gpu_driver_bug_list_json.cc > File gpu/config/gpu_driver_bug_list_json.cc (right): > > https://codereview.chromium.org/2548363002/diff/60001/gpu/config/gpu_driver_bug_list_json.cc#newcode2245 > ...
4 years ago (2016-12-06 08:16:17 UTC) #11
yizhou.jiang
@zmo and @kbr, I have add some entries into gpu_driver_bug_list_json.cc for Windows, Linux and chromeos, ...
4 years ago (2016-12-07 14:22:16 UTC) #22
Zhenyao Mo
lgtm https://codereview.chromium.org/2548363002/diff/420001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/2548363002/diff/420001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode6162 gpu/command_buffer/service/gles2_cmd_decoder.cc:6162: // TODO(yizhou): If the target is GL_TEXTURE_3D or ...
4 years ago (2016-12-07 22:50:39 UTC) #25
Ken Russell (switch to Gerrit)
I defer to zmo's review, but this looks OK to me (modulo his question about ...
4 years ago (2016-12-07 22:54:47 UTC) #26
yizhou.jiang
On 2016/12/07 22:50:39, Zhenyao Mo wrote: > lgtm > > https://codereview.chromium.org/2548363002/diff/420001/gpu/command_buffer/service/gles2_cmd_decoder.cc > File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): ...
4 years ago (2016-12-08 02:02:30 UTC) #36
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/2548363002/480001
4 years ago (2016-12-08 18:00:23 UTC) #64
commit-bot: I haz the power
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_swarming_rel/builds/82534)
4 years ago (2016-12-08 20:00:37 UTC) #66
Ken Russell (switch to Gerrit)
On 2016/12/08 20:00:37, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years ago (2016-12-08 23:47:12 UTC) #67
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/2548363002/480001
4 years ago (2016-12-08 23:47:54 UTC) #69
commit-bot: I haz the power
Committed patchset #8 (id:480001)
4 years ago (2016-12-09 01:12:22 UTC) #72
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/bc15e2a59cd6f9f124b5b55ee4f14348ab6717ee Cr-Commit-Position: refs/heads/master@{#437398}
4 years ago (2016-12-09 01:14:38 UTC) #74
yizhou.jiang
4 years ago (2016-12-09 03:28:22 UTC) #75
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.

Powered by Google App Engine
This is Rietveld 408576698