[Bug 9379] drmCommandNone( fd, DRM_R128_CCE_IDLE ) - gives errno 22

2009-07-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9379 Andrew Péteri changed: What|Removed |Added Attachment #27576|0 |1 is obsolete|

[Bug 22720] mesa 7.5 regression in blender

2009-07-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22720 --- Comment #3 from Christoph Brill 2009-07-11 06:13:42 PST --- git bisecting mesa really sucks. You need to patch several revision to get it to compile. And even with ccache enabled you need to wait for hours. Testing is almost impossible as

[Bug 22720] mesa 7.5 regression in blender

2009-07-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22720 --- Comment #2 from Christoph Brill 2009-07-11 02:31:24 PST --- Yeah, I'm doing that right now :-) -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the a

[Bug 22720] mesa 7.5 regression in blender

2009-07-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22720 --- Comment #1 from Michel Dänzer 2009-07-11 02:28:21 PST --- Can you try isolating the change which caused it, e.g. with git bisect? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

Re: [Nouveau] When will nouveau kernel tree be merged into master

2009-07-11 Thread Eric Valette
> I need to remove the vesa framebuffer, put the KMS option gain and > report. It was just too late last night to try this. Doing this KMS works as expected. Then I got a problem with gallium3D and removed it. --eric ---

Re: [Nouveau] When will nouveau kernel tree be merged into master

2009-07-11 Thread Eric Valette
Sean Estabrooks wrote: > On Thu, 09 Jul 2009 21:51:23 +0200 > Eric Valette wrote: > >> The command >> git clone git://anongit.freedesktop.org/git/mesa/mesa >> >> Does not work for me while others do. It hangs indefinitely (I let it >> run once half a day, doing strace to see that I was waiting to

[PATCH 2/5] drivers/gpu: Move a dereference below a NULL test

2009-07-11 Thread Julia Lawall
From: Julia Lawall If the NULL test is necessary, then the dereference should be moved below the NULL test. The semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // @@ type T; expression E; identifier i,fld; statement S; @@ - T i = E->fld; + T i; ..

[Bug 22720] New: mesa 7.5 regression in blender

2009-07-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22720 Summary: mesa 7.5 regression in blender Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Com

[Bug 13364] BUG: unable to handle kernel paging request at 429a4c40

2009-07-11 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13364 [email protected] changed: What|Removed |Added CC||[email protected] --- Comment #5 from