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

Issue 1439913005: fix the bugs of getSyncParameter in gl-object-get-calls.html (Closed)

Created:
5 years, 1 month ago by yunchao
Modified:
5 years, 1 month ago
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Bridge getSynciv from Blink to command buffer. This small change fixed the bugs of getSyncParameter in gl-object-get-calls.html. BUG=527249 TEST=conformance2/state/gl-object-get-calls.html, gpu_unittests Committed: https://crrev.com/43e079c690a18f498b205da0f00311f254318099 Cr-Commit-Position: refs/heads/master@{#360485}

Patch Set 1 #

Patch Set 2 : coding style #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M gpu/blink/webgraphicscontext3d_impl.h View 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_impl.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
yunchao
PTAL. Thanks a lot!
5 years, 1 month ago (2015-11-13 09:48:44 UTC) #3
bajones
LGTM, but I'm not an owner. We should do something to make these cases more ...
5 years, 1 month ago (2015-11-13 21:27:22 UTC) #4
piman
lgtm
5 years, 1 month ago (2015-11-14 01:29:41 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1439913005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1439913005/1
5 years, 1 month ago (2015-11-14 05:45:29 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/118685)
5 years, 1 month ago (2015-11-14 05:52:55 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1439913005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1439913005/20001
5 years, 1 month ago (2015-11-14 08:27:56 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/140825)
5 years, 1 month ago (2015-11-14 09:01:50 UTC) #13
Ken Russell (switch to Gerrit)
LGTM, though I think you should file a new bug since Issue 527249 has already ...
5 years, 1 month ago (2015-11-18 02:58:12 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1439913005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1439913005/20001
5 years, 1 month ago (2015-11-18 13:38:10 UTC) #16
yunchao
On 2015/11/18 02:58:12, Ken Russell wrote: > LGTM, though I think you should file a ...
5 years, 1 month ago (2015-11-18 14:28:08 UTC) #17
yunchao
On 2015/11/13 21:27:22, bajones wrote: > LGTM, but I'm not an owner. We should do ...
5 years, 1 month ago (2015-11-18 14:42:02 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-18 14:54:53 UTC) #20
bajones
On 2015/11/18 14:42:02, yunchao wrote: > On 2015/11/13 21:27:22, bajones wrote: > > LGTM, but ...
5 years, 1 month ago (2015-11-18 16:42:01 UTC) #21
yunchao
On 2015/11/18 16:42:01, bajones wrote: > On 2015/11/18 14:42:02, yunchao wrote: > > On 2015/11/13 ...
5 years, 1 month ago (2015-11-19 00:10:20 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1439913005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1439913005/20001
5 years, 1 month ago (2015-11-19 00:59:21 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-19 02:11:08 UTC) #26
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/43e079c690a18f498b205da0f00311f254318099 Cr-Commit-Position: refs/heads/master@{#360485}
5 years, 1 month ago (2015-11-19 02:12:23 UTC) #27
Ken Russell (switch to Gerrit)
5 years, 1 month ago (2015-11-19 02:21:51 UTC) #28
Message was sent while issue was closed.
On 2015/11/18 14:28:08, yunchao wrote:
> On 2015/11/18 02:58:12, Ken Russell wrote:
> > LGTM, though I think you should file a new bug since Issue 527249 has
already
> > been marked fixed.
> 
> Ken, what about mark Issue 527249 as "Assigned" or "Started" again? Some
> conformance tests are added into gl-object-get-call.js by my intern recently.
> The new added cases exposed bugs in the implementation of WebGL2 getters in
> Chromium. I suppose that there still have some bugs even this one is fixed
> (getUniformBlock*, getActiveUniform*, etc are not covered).

I see. It's not that important. We can continue to reference Issue 527249 and
reopen it if new tests are added that fail temporarily.

Powered by Google App Engine
This is Rietveld 408576698