[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 --- 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 other hand the vlVdpCo

[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 en

[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 --- 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 the nvidia driver, it's ok t

[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 --- Created attachment 104231 --> https://bugs.freedesktop.org/attachment.cgi?id=104231&action=edit Second start log I haven't logs before kexec. It's logs after kexec -e -- You are receiving this mail bec

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 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. > Screenshot

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

2014-08-07 Thread Pavel Roskin
Quoting Ilia Mirkin : On Thu, Aug 7, 2014 at 8:30 AM, Pavel Roskin 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 t

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

2014-08-07 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- .../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 b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.

[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 --- .../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 b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.

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

2014-08-07 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- .../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 b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp index ade315