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

Issue 867483003: Revert of compositor: Fix texture flipping for SW mirroring with surfaceless (Closed)

Created:
5 years, 10 months ago by Daniel Kurtz
Modified:
5 years, 10 months ago
CC:
chromium-reviews, Ian Vollick, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of compositor: Fix texture flipping for SW mirroring with surfaceless (patchset #13 id:240001 of https://codereview.chromium.org/846063002/) Reason for revert: The original patch breaks software mirroring mode on at least veyron_jerry, and quite possibly all non-freon systems. BUG=451804 Original issue's description: > compositor: Fix texture flipping for SW mirroring with surfaceless > > Ozone-surfaceless renders the scene flipped, so the texture contents are > inverted from what they should be. This fixes the mirroring logic to > un-flip the texture when needed, and also to send the right sub-buffer > update rect. > > BUG=434115 > > Committed: https://crrev.com/c6a481fe79e0c4851a576495105edf2600bfe5be > Cr-Commit-Position: refs/heads/master@{#312979} TBR=danakj@chromium.org,achaulk@chromium.org BUG=434115

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -223 lines) Patch
M cc/layers/texture_layer.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/compositor/browser_compositor_output_surface.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/browser_compositor_output_surface.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/reflector_impl.h View 5 chunks +4 lines, -10 lines 0 comments Download
M content/browser/compositor/reflector_impl.cc View 4 chunks +9 lines, -16 lines 0 comments Download
D content/browser/compositor/reflector_impl_unittest.cc View 1 chunk +0 lines, -155 lines 0 comments Download
M content/content_tests.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M ui/compositor/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M ui/compositor/compositor.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M ui/compositor/layer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/compositor/layer.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M ui/compositor/reflector.h View 1 chunk +4 lines, -6 lines 0 comments Download
D ui/compositor/reflector.cc View 1 chunk +0 lines, -18 lines 0 comments Download

Messages

Total messages: 24 (6 generated)
Daniel Kurtz
Created Revert of compositor: Fix texture flipping for SW mirroring with surfaceless
5 years, 10 months ago (2015-01-28 18:06:54 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/867483003/1
5 years, 10 months ago (2015-01-28 18:07:35 UTC) #2
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 10 months ago (2015-01-28 18:07:36 UTC) #4
Daniel Kurtz
5 years, 10 months ago (2015-01-28 18:07:48 UTC) #6
oshima
Can you remove NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true ? then lgtm. It's still good idea to go ...
5 years, 10 months ago (2015-01-28 18:20:26 UTC) #7
Daniel Kurtz
On 2015/01/28 18:20:26, oshima wrote: > Can you remove > > NOPRESUBMIT=true > NOTREECHECKS=true > ...
5 years, 10 months ago (2015-01-28 18:21:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/867483003/1
5 years, 10 months ago (2015-01-28 18:22:59 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/36982)
5 years, 10 months ago (2015-01-28 18:29:28 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/867483003/1
5 years, 10 months ago (2015-01-28 19:56:14 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/53699)
5 years, 10 months ago (2015-01-28 20:02:09 UTC) #16
oshima
On 2015/01/28 20:02:09, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 10 months ago (2015-01-28 20:11:38 UTC) #17
achaulk
I am still seeing the crash even with this reverted
5 years, 10 months ago (2015-01-28 20:21:47 UTC) #18
achaulk
Also, from what I can tell the crash only exists when you are logged in, ...
5 years, 10 months ago (2015-01-28 20:23:50 UTC) #19
oshima
On 2015/01/28 20:23:50, achaulk wrote: > Also, from what I can tell the crash only ...
5 years, 10 months ago (2015-01-28 21:00:45 UTC) #20
achaulk
On 2015/01/28 21:00:45, oshima wrote: > On 2015/01/28 20:23:50, achaulk wrote: > > Also, from ...
5 years, 10 months ago (2015-01-28 21:07:54 UTC) #21
oshima
On 2015/01/28 21:07:54, achaulk wrote: > On 2015/01/28 21:00:45, oshima wrote: > > On 2015/01/28 ...
5 years, 10 months ago (2015-01-28 21:16:43 UTC) #22
oshima
On 2015/01/28 21:16:43, oshima wrote: > On 2015/01/28 21:07:54, achaulk wrote: > > On 2015/01/28 ...
5 years, 10 months ago (2015-01-28 21:24:06 UTC) #23
oshima
5 years, 10 months ago (2015-01-30 19:00:56 UTC) #24
On 2015/01/28 21:24:06, oshima wrote:
> On 2015/01/28 21:16:43, oshima wrote:
> > On 2015/01/28 21:07:54, achaulk wrote:
> > > On 2015/01/28 21:00:45, oshima wrote:
> > > > On 2015/01/28 20:23:50, achaulk wrote:
> > > > > Also, from what I can tell the crash only exists when you are logged
in,
> > if
> > > > you
> > > > > mirror from the login screen it works
> > > > 
> > > > According to daniel, reverting fixed the bot issue. There is a chance
that
> > > there
> > > > are multiple issues caused by multiple CL.
> > > > Let's revert this and see if bots really turns green. If you could repro
> the
> > > > crash even w/o the original change, could you
> > > > please file a bug with the stack?
> > > > 
> > > > I believe login or not login doesn't really matter. My impression is
that
> > this
> > > > is due to some kind of
> > > > race, so the condition may vary depending on the other factors. For
> example,
> > I
> > > > couldn't repro this
> > > > crash using daisy_spring with the display I was using (both before/after
> > login
> > > > and I confirmed that it's using SW mirroring).
> > > 
> > > I'm don't know, but I just built back at rev 312978, one before my CL and
> > > mirroring crashed
> > 
> > Can you bisect then? I combined two CLs, so it should be easy to  revert the
> > revert if you found the culprit.
> 
> and let's continue the discussion on the bug

closing this.

Powered by Google App Engine
This is Rietveld 408576698