[Nouveau] [Bug 84285] New: Framebuffer display around grabbing cursor

2014-09-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84285 Priority: medium Bug ID: 84285 Assignee: nouveau@lists.freedesktop.org Summary: Framebuffer display around grabbing cursor QA Contact: xorg-t...@lists.x.org Severity: normal Classifi

[Nouveau] [Bug 83957] [NV50 - NVAF][MCP89] Major screen corruption and X crash soon after log in

2014-09-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83957 --- Comment #7 from Loïc Herry --- Hi, unfortunately no. There was no improvements with the patch. I compiled with the 3.17 kernel from freedesktop git & the drm-next branch, Added the patch. With 3.17 the loading screen is affected so I can't

[Nouveau] [Bug 27501] MacBook Pro 5, x unable to boot [NV96 + NVAC]

2014-09-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27501 --- Comment #34 from Pierre Moreau --- Created attachment 106803 --> https://bugs.freedesktop.org/attachment.cgi?id=106803&action=edit Option for disabling acceleration for given chipset Rather than completely disabling the discrete card, disa

[Nouveau] [Bug 27501] MacBook Pro 5, x unable to boot [NV96 + NVAC]

2014-09-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27501 --- Comment #35 from Ilia Mirkin --- (In reply to comment #34) > Created attachment 106803 [details] [review] > Option for disabling acceleration for given chipset > > Rather than completely disabling the discrete card, disabling the > accelerat

[Nouveau] [Bug 27501] MacBook Pro 5, x unable to boot [NV96 + NVAC]

2014-09-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27501 Pierre Moreau changed: What|Removed |Added Attachment #106246|0 |1 is obsolete|

[Nouveau] [Bug 79462] [NVC0/Codegen] Shader compilation falis in spill logic

2014-09-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79462 --- Comment #3 from Ilia Mirkin --- http://patchwork.freedesktop.org/patch/34098/ Please see if this helps. -- You are receiving this mail because: You are the assignee for the bug. ___ Nouveau maili

[Nouveau] [PATCH] nv50/ir: avoid deleting pseudo instructions too early

2014-09-24 Thread Ilia Mirkin
What happens is that a SPLIT operation is part of the spill node, and as a pseudo op, the instruction gets erased after processing its first def. However the later defs still need to refer to it, so instead delay spilling until after that whole RA node is done processing. Bugzilla: https://bugs.fr

Re: [Nouveau] [PATCH] nouveau: fix glCompressedTexImage

2014-09-24 Thread Ilia Mirkin
On Sun, Sep 14, 2014 at 8:41 AM, Ilia Mirkin wrote: > On Sun, Sep 14, 2014 at 3:37 AM, Francisco Jerez > wrote: >> Ilia Mirkin writes: >> >>> mesa_texstore expects pixel data, not compressed data. For compressed >>> textures, we want to just copy the bits in without any conversion. >>> >> >> An