[Nouveau] [Bug 26057] Artefacts in kde 4

2010-01-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26057 Andrey Borzenkov changed: What|Removed |Added CC||arvidj...@mail.ru --- Comment #1 f

[Nouveau] [Bug 26193] nouveau falls back to NoAccel on 9400M

2010-01-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26193 --- Comment #18 from Maarten Maathuis 2010-01-29 10:02:02 PST --- I don't think he has even attempted to fix it yet. He said it wasn't trivial. He's on vacation for the next week, so be patient. -- Configure bugmail: http://bugs.freedeskt

[Nouveau] [Bug 26193] nouveau falls back to NoAccel on 9400M

2010-01-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26193 --- Comment #17 from Kamil Kaminski 2010-01-29 09:58:08 PST --- No worry I'm getting the same thing with ION, looks like X dies somewhere along: X: nouveau_pushbuf.c:271: nouveau_pushbuf_flush: Assertion `!nouveau_pushbuf_space(chan, min)'

[Nouveau] [Bug 26321] [9400M] GPU lockup and X does not start

2010-01-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26321 --- Comment #1 from Johannes Obermayr 2010-01-29 08:00:36 PST --- Created an attachment (id=32901) --> (http://bugs.freedesktop.org/attachment.cgi?id=32901) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=e

[Nouveau] [Bug 26321] New: [9400M] GPU lockup and X does not start

2010-01-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=26321 Summary: [9400M] GPU lockup and X does not start Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: m

Re: [Nouveau] swap control

2010-01-29 Thread Xavier Chantry
On Fri, Jan 29, 2010 at 10:07 AM, Xavier Chantry wrote: > Is it possible to use sync to vblank / swap control with mesa/gallium > (and nouveau) ? I already have the answer to the primary question, thanks curro ! 11:39 < curro__> shining: yes, gallium drivers can sync to vblank, but we aren't imp

Re: [Nouveau] low memory

2010-01-29 Thread Xavier Chantry
On Fri, Jan 8, 2010 at 1:50 AM, Xavier wrote: > > Strange, I am 99% sure I did update libdrm , and before updating ddx. > I will double-check tomorrow. > > And I indeed found this commit : > http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=bb1947831d9a4e080b8d1e9dba086af6527ef479

[Nouveau] swap control

2010-01-29 Thread Xavier Chantry
Is it possible to use sync to vblank / swap control with mesa/gallium (and nouveau) ? I googled it but did not find any clear answers about how it is supposed to be enabled. I also tried to read the code, and I am getting lost. So I didn't find any answers to any of these questions : 1) how are we

[Nouveau] [PATCH 2/2] libdrm/nouveau: support writing out the pushbuffer in renouveau trace format

2010-01-29 Thread Luca Barbieri
This patch causes libdrm, when NOUVEAU_DUMP=1 is set, to write the pushbuffer to stdout instead of submitting it to the card. renouveau-parse can then be used to parse it and obtain a readable trace. This is very useful for debugging and optimizing the Gallium driver. --- nouveau/nouveau_private

[Nouveau] [PATCH 1/2] libdrm/nouveau: new optimized libdrm pushbuffer ABI

2010-01-29 Thread Luca Barbieri
This patch changes the pushbuffer ABI to: 1. No longer use/expose nouveau_pushbuffer. Everything is directly in nouveau_channel. This saves the extra "pushbuf" pointer dereference. 2. Use cur/end pointers instead of tracking the remaining size. Pushing data now only needs to alter cur and n