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

Issue 2259523002: Fix gles2_conform_test failures when Mac switching to core profile (Closed)

Created:
4 years, 4 months ago by Zhenyao Mo
Modified:
4 years, 4 months ago
CC:
chromium-reviews, piman+watch_chromium.org, Ken Russell (switch to Gerrit), Geoff Lang
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix gles2_conform_test failures when Mac switching to core profile BUG=635081 TEST=gles2_conform_test on FYI mac bots R=piman@chromium.org 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/fafa4a96ec427026769ade2aef681d331850ef90 Cr-Commit-Position: refs/heads/master@{#412681}

Patch Set 1 #

Patch Set 2 : remove temp code #

Total comments: 2

Patch Set 3 : suppress fixed_type test #

Total comments: 3

Patch Set 4 : fix fixed type support #

Total comments: 1

Patch Set 5 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -22 lines) Patch
M gpu/command_buffer/service/buffer_manager.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_tex_image.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_tex_image.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 4 7 chunks +33 lines, -15 lines 0 comments Download
M gpu/gles2_conform_support/gles2_conform_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gl/gl_version_info.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (21 generated)
Zhenyao Mo
piman: Please review. See https://build.chromium.org/p/tryserver.chromium.mac/builders/mac_optional_gpu_tests_rel/builds/2559 for the failing tests This CL fixes GLES2ConformTest.GLCoverage_input_run GLES2ConformTest.GL2FixedTests_copy_texture_input_run I ...
4 years, 4 months ago (2016-08-17 19:34:39 UTC) #4
Zhenyao Mo
https://codereview.chromium.org/2259523002/diff/20001/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h File gpu/command_buffer/service/gles2_cmd_copy_tex_image.h (right): https://codereview.chromium.org/2259523002/diff/20001/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h#newcode34 gpu/command_buffer/service/gles2_cmd_copy_tex_image.h:34: void DoCopyTexImage2DToLUMACompatabilityTexture( Fix a typo https://codereview.chromium.org/2259523002/diff/20001/gpu/gles2_conform_support/gles2_conform_test.cc File gpu/gles2_conform_support/gles2_conform_test.cc (right): ...
4 years, 4 months ago (2016-08-17 19:38:36 UTC) #6
Zhenyao Mo
https://codereview.chromium.org/2259523002/diff/40001/gpu/gles2_conform_support/gles2_conform_test_expectations.txt File gpu/gles2_conform_support/gles2_conform_test_expectations.txt (right): https://codereview.chromium.org/2259523002/diff/40001/gpu/gles2_conform_support/gles2_conform_test_expectations.txt#newcode28 gpu/gles2_conform_support/gles2_conform_test_expectations.txt:28: 635081 WIN LINUX MAC CHROMEOS : GL2Tests_fixed_data_type_input_run = FAIL ...
4 years, 4 months ago (2016-08-17 20:11:16 UTC) #11
Zhenyao Mo
GLES2ConformTest.GL2Tests_fixed_data_type_input_run failure is due to lack of support in command buffer for FIXED data type.
4 years, 4 months ago (2016-08-17 20:11:54 UTC) #12
piman
https://codereview.chromium.org/2259523002/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/2259523002/diff/40001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode4333 gpu/command_buffer/service/gles2_cmd_decoder.cc:4333: return 0; You need return surface_.get() ? surface_->GetBackingFrameBufferObject() : ...
4 years, 4 months ago (2016-08-17 20:30:46 UTC) #13
Zhenyao Mo
Revised. Please review again.
4 years, 4 months ago (2016-08-17 21:15:05 UTC) #17
Ken Russell (switch to Gerrit)
Very good catches. LGTM from my standpoint. https://codereview.chromium.org/2259523002/diff/60001/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h File gpu/command_buffer/service/gles2_cmd_copy_tex_image.h (right): https://codereview.chromium.org/2259523002/diff/60001/gpu/command_buffer/service/gles2_cmd_copy_tex_image.h#newcode34 gpu/command_buffer/service/gles2_cmd_copy_tex_image.h:34: void DoCopyTexImage2DToLUMACompatabilityTexture( ...
4 years, 4 months ago (2016-08-17 21:20:33 UTC) #20
piman
lgtm
4 years, 4 months ago (2016-08-17 21:44:09 UTC) #23
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/2259523002/80001
4 years, 4 months ago (2016-08-17 22:59:16 UTC) #28
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-17 23:03:39 UTC) #30
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 23:19:44 UTC) #32
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/fafa4a96ec427026769ade2aef681d331850ef90
Cr-Commit-Position: refs/heads/master@{#412681}

Powered by Google App Engine
This is Rietveld 408576698