Re: [Nouveau] [PATCH v2 0/2] S3TC support for nv10-20

2012-05-01 Thread Francisco Jerez
Viktor Novotný writes: > Hi, > > thanks for feedback, I finally got to get through your comments - I hope it's > OK now. Hey, thanks, both patches pushed. > BTW if you are going to test this, it seems to me that 784dd51198 have broken > piglit's > fbo-generatemipmap-formats and s3tc-teximage

[Nouveau] [PATCH] nouveau: fix channel closing

2012-05-01 Thread Marcin Slusarz
Restore code lost in libdrm_nouveau rewrite. --- nouveau/nouveau.c | 17 - 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/nouveau/nouveau.c b/nouveau/nouveau.c index f0bc2c3..5aa4107 100644 --- a/nouveau/nouveau.c +++ b/nouveau/nouveau.c @@ -278,15 +278,22 @@ nou

[Nouveau] [Bug 49349] Screen doesn't turn on on boot

2012-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49349 lamefun@gmail.com changed: What|Removed |Added Attachment #60872|application/octet-stream|text/plain mime type|

[Nouveau] [Bug 49349] Screen doesn't turn on on boot

2012-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49349 --- Comment #1 from lamefun@gmail.com 2012-05-01 13:39:36 PDT --- Created attachment 60872 --> https://bugs.freedesktop.org/attachment.cgi?id=60872 Xorg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Nouveau] [Bug 49351] glx-swap-pixmap piglit test breaks display

2012-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49351 --- Comment #4 from Marcin Slusarz 2012-05-01 13:18:01 PDT --- Created attachment 60871 --> https://bugs.freedesktop.org/attachment.cgi?id=60871 Xorg.0.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Yo

[Nouveau] [Bug 49351] glx-swap-pixmap piglit test breaks display

2012-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49351 --- Comment #3 from Marcin Slusarz 2012-05-01 13:17:40 PDT --- Created attachment 60870 --> https://bugs.freedesktop.org/attachment.cgi?id=60870 dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Nouveau] [Bug 49351] glx-swap-pixmap piglit test breaks display

2012-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49351 --- Comment #2 from Marcin Slusarz 2012-05-01 13:16:27 PDT --- Created attachment 60869 --> https://bugs.freedesktop.org/attachment.cgi?id=60869 how it actually looks like -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=

[Nouveau] [Bug 49351] glx-swap-pixmap piglit test breaks display

2012-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49351 --- Comment #1 from Marcin Slusarz 2012-05-01 13:15:42 PDT --- Created attachment 60868 --> https://bugs.freedesktop.org/attachment.cgi?id=60868 screenshot according to "scrot" -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi

[Nouveau] [Bug 49351] New: glx-swap-pixmap piglit test breaks display

2012-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49351 Bug #: 49351 Summary: glx-swap-pixmap piglit test breaks display Classification: Unclassified Product: xorg Version: git Platform: Other OS/Version: All Status: NEW

[Nouveau] [Bug 49349] Screen doesn't turn on on boot

2012-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49349 lamefun@gmail.com changed: What|Removed |Added Attachment #60863|application/octet-stream|text/plain mime type|

[Nouveau] [Bug 49349] New: Screen doesn't turn on on boot

2012-05-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49349 Bug #: 49349 Summary: Screen doesn't turn on on boot Classification: Unclassified Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) S

[Nouveau] [PATCH 2/2] dri/nouveau: nv10, nv20: Add support for S3TC

2012-05-01 Thread Viktor Novotný
Signed-off-by: Viktor Novotný --- src/mesa/drivers/dri/nouveau/nv10_context.c |4 src/mesa/drivers/dri/nouveau/nv10_state_tex.c | 10 ++ src/mesa/drivers/dri/nouveau/nv20_context.c |4 src/mesa/drivers/dri/nouveau/nv20_state_tex.c | 10 ++ 4 files changed

[Nouveau] [PATCH 1/2] dri/nouveau: Add general support for compressed formats.

2012-05-01 Thread Viktor Novotný
Signed-off-by: Viktor Novotný --- src/mesa/drivers/dri/nouveau/nouveau_surface.c |9 +- src/mesa/drivers/dri/nouveau/nouveau_texture.c | 135 ++-- src/mesa/drivers/dri/nouveau/nouveau_util.h| 20 src/mesa/drivers/dri/nouveau/nv04_surface.c| 10 ++ 4 files

[Nouveau] [PATCH v2 0/2] S3TC support for nv10-20

2012-05-01 Thread Viktor Novotný
Hi, thanks for feedback, I finally got to get through your comments - I hope it's OK now. BTW if you are going to test this, it seems to me that 784dd51198 have broken piglit's fbo-generatemipmap-formats and s3tc-teximage tests, could you confirm? Viktor >>> diff --git a/src/mesa/drive

Re: [Nouveau] Question about NV18 and GBM library.

2012-05-01 Thread Pekka Paalanen
On Fri, 27 Apr 2012 21:11:35 -0300 gabriel muguerza wrote: > On Thu, Apr 26, 2012 at 2:41 PM, Lucas Stach > wrote: > > > Am Mittwoch, den 25.04.2012, 12:34 -0300 schrieb gabriel > > muguerza: > > > > > Hi, > > > > > > I have a geforce 4mx 440 agp 8x, and I'm trying to use the GBM > > > library,