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

Issue 1319453010: Fix GetFramebufferAttachmentParameteriv command handling. (Closed)

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

Description

Fix GetFramebufferAttachmentParameteriv command handling. Blink side CL: https://codereview.chromium.org/1303343009/ BUG=527249 TEST=conformance2/state/gl-object-get-calls.html related parts pass R=piman@chromium.org Committed: https://crrev.com/67265f5b35173165472621909462d3cac4b500bd Cr-Commit-Position: refs/heads/master@{#347844}

Patch Set 1 : #

Patch Set 2 : fix gpu_unittests and gl_tests #

Total comments: 2

Patch Set 3 : rebase #

Patch Set 4 : revision per piman review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -110 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 2 3 1 chunk +58 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h View 1 7 chunks +7 lines, -28 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 1 7 chunks +7 lines, -28 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc View 1 2 3 25 chunks +23 lines, -40 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1319453010/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1319453010/20001
5 years, 3 months ago (2015-09-04 00:24:40 UTC) #3
Zhenyao Mo
piman: PTAL Others: FYI
5 years, 3 months ago (2015-09-04 00:24:50 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/59127)
5 years, 3 months ago (2015-09-04 00:47:29 UTC) #6
piman
lgtm
5 years, 3 months ago (2015-09-04 01:18:03 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1319453010/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1319453010/60001
5 years, 3 months ago (2015-09-04 23:11:16 UTC) #10
Zhenyao Mo
piman: the gl_tests caught a bug patch set 1 introduced. Could you take another look? ...
5 years, 3 months ago (2015-09-04 23:38:11 UTC) #11
piman
https://codereview.chromium.org/1319453010/diff/60001/gpu/command_buffer/service/gles2_cmd_decoder.cc File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): https://codereview.chromium.org/1319453010/diff/60001/gpu/command_buffer/service/gles2_cmd_decoder.cc#newcode6222 gpu/command_buffer/service/gles2_cmd_decoder.cc:6222: if (error == GL_NO_ERROR && pname == GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME) { ...
5 years, 3 months ago (2015-09-05 00:12:03 UTC) #12
Zhenyao Mo
On 2015/09/05 00:12:03, piman (slow to review) wrote: > https://codereview.chromium.org/1319453010/diff/60001/gpu/command_buffer/service/gles2_cmd_decoder.cc > File gpu/command_buffer/service/gles2_cmd_decoder.cc (right): > ...
5 years, 3 months ago (2015-09-05 00:14:39 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/49643)
5 years, 3 months ago (2015-09-05 00:32:25 UTC) #15
piman
On Fri, Sep 4, 2015 at 5:14 PM, <zmo@chromium.org> wrote: > On 2015/09/05 00:12:03, piman ...
5 years, 3 months ago (2015-09-05 00:57:27 UTC) #16
Zhenyao Mo
Revised, please take another look. Note you only need to look at difference between patch ...
5 years, 3 months ago (2015-09-08 22:50:29 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1319453010/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1319453010/120001
5 years, 3 months ago (2015-09-08 22:50:49 UTC) #20
piman
lgtm
5 years, 3 months ago (2015-09-08 23:03:25 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-09 00:07:54 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1319453010/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1319453010/120001
5 years, 3 months ago (2015-09-09 00:15:43 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:120001)
5 years, 3 months ago (2015-09-09 00:27:01 UTC) #26
commit-bot: I haz the power
5 years, 3 months ago (2015-09-09 00:27:46 UTC) #27
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/67265f5b35173165472621909462d3cac4b500bd
Cr-Commit-Position: refs/heads/master@{#347844}

Powered by Google App Engine
This is Rietveld 408576698