Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(49)

Issue 2775513002: WebVR: match GVR renderbuffer resolution to canvas resolution (Closed)

Created:
3 years, 1 month ago by klausw
Modified:
3 years, 1 month ago
Reviewers:
mthiesse
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/branch-heads/3029
Project:
chromium
Visibility:
Public.

Description

WebVR: match GVR renderbuffer resolution to canvas resolution This is a partial revert of the VrShellGl refactor r438256 aka http://crrev.com/2562733002 which had commented out this resolution change. Matching resolution improves visual quality and performance, the internal rendering was at 3606x2268 instead of the intended 2560x1440 on a Pixel XL. (This is a manual bugfix, basically a partial revert of 0be372f1b41a7e7ad897743abd6b265da979a82e or equivalently a partial cherry pick of 362c621af1b1c9ad8da5bac607a082108b4aa213, as approved by amineer@. Please see bug for details.) BUG=704364 NOTRY=true NOPRESUBMIT=true Review-Url: https://codereview.chromium.org/2775513002 Cr-Commit-Position: refs/branch-heads/3029@{#402} Cr-Branched-From: 939b32ee5ba05c396eef3fd992822fcca9a2e262-refs/heads/master@{#454471} Committed: https://chromium.googlesource.com/chromium/src/+/59cacfe504a022686f7238bff37121f693ad4cc3

Patch Set 1 #

Patch Set 2 : Fix stale TODO comment #

Patch Set 3 : Rebase, fix Target Ref #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M chrome/browser/android/vr_shell/vr_shell_gl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_gl.cc View 1 2 3 chunks +24 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
klausw
3 years, 1 month ago (2017-03-23 01:53:41 UTC) #2
klausw
Adding a patchset didn't work, it created a new CL instead. Here's a version with ...
3 years, 1 month ago (2017-03-23 02:00:59 UTC) #3
klausw
On 2017/03/23 02:00:59, klausw wrote: > Adding a patchset didn't work, it created a new ...
3 years, 1 month ago (2017-03-23 02:07:24 UTC) #4
mthiesse
lgtm Code looks good, but please test this *very* thoroughly with both VR Shell and ...
3 years, 1 month ago (2017-03-23 15:57:59 UTC) #5
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/2775513002/20001
3 years, 1 month ago (2017-03-24 00:47:02 UTC) #7
commit-bot: I haz the power
CLs for remote refs other than refs/heads/master must contain NOTRY=true and NOPRESUBMIT=true in order for ...
3 years, 1 month ago (2017-03-24 00:47:05 UTC) #9
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/2775513002/20001
3 years, 1 month ago (2017-03-24 00:50:59 UTC) #12
commit-bot: I haz the power
CQ experienced an internal error when committing your CL and the maintainers were notified. Sorry ...
3 years, 1 month ago (2017-03-24 00:52:13 UTC) #14
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/2775513002/20001
3 years, 1 month ago (2017-03-24 01:05:27 UTC) #16
commit-bot: I haz the power
CQ experienced an internal error when committing your CL and the maintainers were notified. Sorry ...
3 years, 1 month ago (2017-03-24 01:07:49 UTC) #18
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/2775513002/40001
3 years, 1 month ago (2017-03-24 04:59:47 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/59cacfe504a022686f7238bff37121f693ad4cc3
3 years, 1 month ago (2017-03-24 05:03:39 UTC) #25
klausw
3 years, 1 month ago (2017-03-24 05:06:28 UTC) #26
Message was sent while issue was closed.
On 2017/03/24 05:03:39, commit-bot: I haz the power wrote:
> Committed patchset #3 (id:40001) as
>
https://chromium.googlesource.com/chromium/src/+/59cacfe504a022686f7238bff371...

FYI, the "internal error" from CQ was due to me using the wrong Target Ref, I
had --target_branch=branch_heads/3029 instead of
--target_branch=refs/branch-heads/3029 for my "git cl upload". Trooper ddoman@
forwarded me the assertion failure (thank you!), and I filed
http://crbug.com/704819 due to the somewhat unhelpful error reporting. Re-doing
"git cl upload" with the right --target_branch fixed it.

Powered by Google App Engine
This is Rietveld 408576698