[Nouveau] [Bug 82255] [VP2] Chroma planes are vertically stretched during VDPAU playback

2014-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82255 --- Comment #4 from Emil Velikov emil.l.veli...@gmail.com --- A couple of interesting bits: The surface produced by the vdpau state-tracker is exactly the same one displayed on the screen - there seems to be no nv12 yv12 screw-up in VLC. On the

[Nouveau] NV25 doesn't draw most icons

2014-08-07 Thread Pavel Roskin
Hello! I've installed Fedora 20 Mate i386 on an old system with GeForce4 Ti 4200 AGP (NV25) and I see significant visual defects. Many icons are not shown. They can reappear if they are selected of the mouse goes over them. Screenshot: http://red-bean.com/proski/nv25/screenshot.png All

[Nouveau] [Bug 62848] xorg not start after kexec when use nouveau

2014-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62848 --- Comment #2 from Pierre BLONDEAU pierre.blond...@unicaen.fr --- Hi, I have the same problem with a GT218M . The argument nouveau.config=NvForcePost=1 doesn't work, but if i specify blacklist=nouveau in the cmdline, all is OK. If i install

[Nouveau] [Bug 62848] xorg not start after kexec when use nouveau

2014-08-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62848 --- Comment #3 from Pierre BLONDEAU pierre.blond...@unicaen.fr --- Created attachment 104231 -- https://bugs.freedesktop.org/attachment.cgi?id=104231action=edit Second start log I haven't logs before kexec. It's logs after kexec -e -- You

Re: [Nouveau] NV25 doesn't draw most icons

2014-08-07 Thread Ilia Mirkin
On Thu, Aug 7, 2014 at 8:30 AM, Pavel Roskin pro...@gnu.org wrote: Hello! I've installed Fedora 20 Mate i386 on an old system with GeForce4 Ti 4200 AGP (NV25) and I see significant visual defects. Many icons are not shown. They can reappear if they are selected of the mouse goes over them.

Re: [Nouveau] NV25 doesn't draw most icons

2014-08-07 Thread Pavel Roskin
Quoting Ilia Mirkin imir...@alum.mit.edu: On Thu, Aug 7, 2014 at 8:30 AM, Pavel Roskin pro...@gnu.org wrote: Hello! I've installed Fedora 20 Mate i386 on an old system with GeForce4 Ti 4200 AGP (NV25) and I see significant visual defects. Many icons are not shown. They can reappear if they

[Nouveau] [PATCH 2/3] nvc0/ir: add kepler+ support for indirect texture references

2014-08-07 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 34 +- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp

[Nouveau] [PATCH 1/3] nvc0/ir: add base tex offset for fermi indirect tex case

2014-08-07 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- .../drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp| 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp

[Nouveau] [PATCH 3/3] nvc0/ir: describe the tex arguments for fermi/kepler

2014-08-07 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 25 ++ 1 file changed, 25 insertions(+) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp