[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2017-01-15 Thread Daniel van Vugt
A fix for bug 1388490 now exists, so if this one becomes reproducible then it might be fixed too. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1377872 Title: Double-buffered compositing perfor

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2016-12-22 Thread Daniel van Vugt
Hmm it seems this bug refuses to expire. Can't be reproduced any more and only happens using a rendering approach we have never used. ** No longer affects: mesa ** Changed in: mir Status: Incomplete => New ** Changed in: mir Status: New => Incomplete ** Changed in: mir Sta

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2016-09-13 Thread Daniel van Vugt
Two years later... Upstream has now offered some thoughts. Although I don't think this bug is around any more(?) https://bugs.freedesktop.org/show_bug.cgi?id=86366 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.laun

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2016-02-03 Thread Daniel van Vugt
** Changed in: mir Assignee: Daniel van Vugt (vanvugt) => (unassigned) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1377872 Title: Double-buffered compositing performance is sometimes ver

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2015-06-01 Thread Daniel van Vugt
This might help: http://lists.freedesktop.org/archives/intel-gfx/2015-April/063988.html Although this bug seems to be gone since the end of 2014... hopefully. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launch

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2015-05-06 Thread Daniel van Vugt
Incomplete. It appears we're both experiencing just bug 1447896 now. Bug 1377872 hasn't definitely been seen since late-2014. ** Changed in: mir Status: Confirmed => Incomplete ** Changed in: mesa (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification becau

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2015-04-29 Thread Daniel van Vugt
Sounds like kdub is experiencing bug 1447896 more than this one too. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1377872 Title: Double-buffered compositing performance is sometimes very poor

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2015-04-29 Thread Kevin DuBois
Just for clarity's sake, INTEL_DEBUG=sync doesn't seem to make any difference, but nbuffers=3 seems to avert the problem -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1377872 Title: Double-buff

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2015-04-28 Thread Kevin DuBois
I see the same symptoms on my intel system. The easiest way to reproduce the systems for me is to have a host (in bypass mode, with nbuffers=2), a nested server (with nbuffers = 2 or nbuffers = 3), and then run eglplasma connected to the nested server. If egltriangle is running, the host server co

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2015-04-23 Thread Daniel van Vugt
Scratch that. What I found yesterday seems to be a different bug. Logged in --> bug 1447896 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1377872 Title: Double-buffered compositing performance

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is sometimes very poor (30 FPS) on intel

2015-04-22 Thread Daniel van Vugt
Good-bad news! I can reproduce this bug again today, after updating my vivid desktop for the first time in two weeks. Seems some kernel/Mesa change has made it re-appear. And the INTEL_DEBUG workaround no longer works. But --nbuffers=3 does. -- You received this bug notification because you are

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS) on intel

2015-03-24 Thread Daniel van Vugt
** Description changed: - Double-buffered compositing performance is poor. + Double-buffered compositing performance is sometimes artificially poor + on some intel systems. When this happens the frame rate seen is halved - + about 30 FPS. However at the same time, Mir is observed to use very + lit

[Ubuntu-x-swat] [Bug 1377872]

2015-03-12 Thread Daniel van Vugt
Digging in the kernel, there's some suspicious logic in the i915 driver (used by Mesa i965 etc): /* Throttle our rendering by waiting until the ring has completed our requests * emitted over 20 msec ago. * * Note that if we were to use the current jiffies each time around the loop, * we wouldn

[Ubuntu-x-swat] [Bug 1377872]

2015-03-12 Thread Daniel van Vugt
Sounds like there is some related movement happening: https://nouveau.freedesktop.org/patch/40616/ http://patchwork.freedesktop.org/patch/44172/ Although it kind of sounds like the problem might get worse rather than better. Not sure. -- You received this bug notification because you are a membe

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS) on intel

2015-03-10 Thread Daniel van Vugt
I wonder if calling gbm_surface_lock_front_buffer() a bit earlier would keep the system sufficiently awake to avoid this?... -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1377872 Title: Double-

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS) on intel

2015-03-09 Thread Daniel van Vugt
Confirmed by duplicate. kdub is seeing similar. ** Changed in: mir Status: Incomplete => Confirmed ** Changed in: mesa (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https:

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS) on intel

2015-03-03 Thread Daniel van Vugt
Can't reproduce this any more. Mir now has double buffered clients as well as double buffered compositing so the bug should be more visible, not less. Although vivid also just got updated to Mesa 10.5 which is where I would expect a fix to come from. Seems to be fixed, probably by recent Mesa/kern

[Ubuntu-x-swat] [Bug 1377872]

2015-02-12 Thread Daniel van Vugt
Hmm, I wonder if this is another case of the i915 driver not keeping the kernel awake enough? Although I found this bug on a reasonably powerful i7, I recently also found an intel sleep states bug that affects low-end chips: https://bugs.launchpad.net/mir/+bug/1388490 Maybe these two bugs are in

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS) on intel

2015-01-07 Thread Daniel van Vugt
** Branch unlinked: lp:~vanvugt/mir/mesa-double -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1377872 Title: Double-buffered compositing performance is very poor (30 FPS) on intel To manage no

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS) on intel

2014-12-10 Thread Daniel van Vugt
Not work in progress any more. I think the proposed branch is the final one but we need the more significant performance bug 1395421 fixed first. ** Changed in: mir Status: In Progress => Triaged ** Changed in: mir Milestone: 0.10.0 => None -- You received this bug notification beca

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS) on intel

2014-12-01 Thread Daniel van Vugt
** Summary changed: - Double-buffered compositing performance is very poor (30 FPS) + Double-buffered compositing performance is very poor (30 FPS) on intel -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.n

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS)

2014-11-18 Thread Alberto Aguirre
** Changed in: mir Milestone: 0.9.0 => 0.10.0 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1377872 Title: Double-buffered compositing performance is very poor (30 FPS) To manage notificat

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS)

2014-11-17 Thread Daniel van Vugt
** Branch linked: lp:~vanvugt/mir/mesa-double -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1377872 Title: Double-buffered compositing performance is very poor (30 FPS) To manage notifications

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS)

2014-11-16 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=86366. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help

[Ubuntu-x-swat] [Bug 1377872] Re: Double-buffered compositing performance is very poor (30 FPS)

2014-11-16 Thread Daniel van Vugt
As I've tracked the issue into the intel driver code and the workarounds for test case A don't help B, we might have to split this bug in two. ** Description changed: Double-buffered compositing performance is poor. Fortunately we don't use double-buffering in our default compositor (mos