[Nouveau] [Bug 91535] [NVE7] Chrome can cause a nouveau 'multiple instances of buffer' message when overlaying a menu leading to X lockup

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91535 Ilia Mirkin changed: What|Removed |Added Status|NEW |RESOLVED

[Nouveau] [Bug 90871] NV30: Xfwm4 use_compositing - garbled display

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90871 --- Comment #47 from Olivier Fourdan --- (In reply to Ilia Mirkin from comment #46) > Just my incompetence Mine, rather. > glMatrixMode has to go *before* glPushMatrix, not > after. Oops. Moving it up makes the program behave

[Nouveau] [Bug 92504] [NVA5] Corruption in Plasma 5 on resume after changing screen configuration

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92504 Ilia Mirkin changed: What|Removed |Added CC||seraf...@gmail.com

[Nouveau] [Bug 91598] Broken Rendering of Plasma 5 Desktop

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91598 Ilia Mirkin changed: What|Removed |Added Status|NEW |RESOLVED

[Nouveau] [Bug 92213] nouveau hangs after resume on kwin present windows

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92213 Ilia Mirkin changed: What|Removed |Added Status|NEW |RESOLVED

[Nouveau] [Bug 90871] NV30: Xfwm4 use_compositing - garbled display

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90871 --- Comment #46 from Ilia Mirkin --- (In reply to Hans de Goede from comment #44) > Hi Ilia, > > (In reply to Ilia Mirkin from comment #43) > > Created attachment 118995 [details] > > updated test program > > > > With

Re: [Nouveau] [PATCH 1/1] vga_switcheroo: Constify vga_switcheroo_handler

2015-10-20 Thread Daniel Vetter
On Tue, Oct 20, 2015 at 01:15:08PM +0200, Christian König wrote: > On 18.10.2015 13:05, Lukas Wunner wrote: > >vga_switcheroo_client_ops has always been declared const since its > >introduction with 26ec685ff9d9 ("vga_switcheroo: Introduce struct > >vga_switcheroo_client_ops"). > > > >Do so for

[Nouveau] [Bug 92504] [NVA5] Corruption in Plasma 5 on resume -- set_domain failures

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92504 Ilia Mirkin changed: What|Removed |Added Summary|[NVA5] Corruption in Plasma |[NVA5] Corruption in

[Nouveau] [Bug 91954] "link training failed": nouveau does not recover from monitor suspend

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91954 --- Comment #3 from Fredy Neeser --- For a similar issue with a Lenovo W530 and any Fedora kernel above 4.1.3-201, see https://bugzilla.redhat.com/show_bug.cgi?id=1260053 External monitor remains black with kernel

[Nouveau] [Bug 92556] System hangs at visiting WebGL site

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92556 --- Comment #1 from uxv --- Created attachment 119009 --> https://bugs.freedesktop.org/attachment.cgi?id=119009=edit 'kmsg' file alone -- You are receiving this mail because: You are the QA Contact for the bug. You are the

[Nouveau] [Bug 92556] System hangs at visiting WebGL site

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92556 Pierre Moreau changed: What|Removed |Added Attachment #119007|0 |1 is

[Nouveau] [Bug 90871] NV30: Xfwm4 use_compositing - garbled display

2015-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90871 --- Comment #48 from Ilia Mirkin --- (In reply to Olivier Fourdan from comment #47) > (In reply to Ilia Mirkin from comment #46) > > Pretty sure it's what I said -- the test program doesn't do a glXMakeCurrent > > before

[Nouveau] [PATCH] nvc0: do upload-time fixups for interpolation parameters

2015-10-20 Thread Ilia Mirkin
WIP: only support SM35, need to add SM20 and SM50 support Unfortunately flatshading is an all-or-nothing proposition on nvc0, while GL 3.0 calls for the ability to selectively specify explicit interpolation parameters on gl_Color/gl_SecondaryColor which would override the flatshading setting.