Re: [RFC] [Patch] [DRM/I915] :Add a debufs I/F to dump the I915 register

2009-06-09 Thread yakui_zhao
On Wed, 2009-06-10 at 06:35 +0800, Jesse Barnes wrote: > On Tue, 09 Jun 2009 15:16:53 -0700 > Eric Anholt wrote: > > > On Mon, 2009-06-08 at 08:52 +0800, yakui_zhao wrote: > > > On Fri, 2009-06-05 at 19:11 +0800, Eric Anholt wrote: > > > > On Fri, 2009-06-05 at 15:45 +0800, yakui_zhao wrote: > >

Re: [RFC] [Patch] [DRM/I915] :Add a debufs I/F to dump the I915 register

2009-06-09 Thread yakui_zhao
On Wed, 2009-06-10 at 06:16 +0800, Eric Anholt wrote: > On Mon, 2009-06-08 at 08:52 +0800, yakui_zhao wrote: > > On Fri, 2009-06-05 at 19:11 +0800, Eric Anholt wrote: > > > On Fri, 2009-06-05 at 15:45 +0800, yakui_zhao wrote: > > > > It is useful to get the register snapshot. > > > > Add a debugfs

GLX makeCurrent in glean vs broken X server glxAllContexts linked list

2009-06-09 Thread Dave Airlie
Hi Kristian et al So you wrote YALL for glxAllContexts and like all good linked list re-implementations it didn't work :-) So the attached patch fixes the linked list remove function, so we do clean up the drawable and context properly. However now I'm getting a glean failure on the makeCurrent

[Bug 22181] r200: Doom3 engines with r200 renderer (Mesa-7.5-rc3 regression)

2009-06-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22181 --- Comment #3 from smoki 2009-06-09 19:21:44 PST --- (In reply to comment #2) > Does this patch fix it? Yes, it is good now. And yes it is z-fighting thing, it remains on mirrors in toilets in both Doom3 and Prey, but OK that is a known th

[Bug 22181] r200: Doom3 engines with r200 renderer (Mesa-7.5-rc3 regression)

2009-06-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22181 --- Comment #4 from Maciej Cencora 2009-06-09 19:22:28 PST --- (In reply to comment #2) > Created an attachment (id=26606) --> (http://bugs.freedesktop.org/attachment.cgi?id=26606) [details] > possible fix > > No this rather looks like cla

Re: [RFC] [Patch] [DRM/I915] :Add a debufs I/F to dump the I915 register

2009-06-09 Thread Jesse Barnes
On Wed, 10 Jun 2009 09:06:47 +0800 yakui_zhao wrote: > On Wed, 2009-06-10 at 06:35 +0800, Jesse Barnes wrote: > > On Tue, 09 Jun 2009 15:16:53 -0700 > > Eric Anholt wrote: > > > > > On Mon, 2009-06-08 at 08:52 +0800, yakui_zhao wrote: > > > > On Fri, 2009-06-05 at 19:11 +0800, Eric Anholt wrote

[Bug 22181] r200: Doom3 engines with r200 renderer (Mesa-7.5-rc3 regression)

2009-06-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22181 --- Comment #2 from Roland Scheidegger 2009-06-09 18:29:24 PST --- Created an attachment (id=26606) --> (http://bugs.freedesktop.org/attachment.cgi?id=26606) possible fix No this rather looks like classic z fighting, I think this bug reapp

Re: [Intel-gfx] [PATCH] drm: remove mode from list and destroy it in order

2009-06-09 Thread Jesse Barnes
Seems ok to me, but I'd have to audit the mode list handling to be sure it's ok; there may be other bugs lurking... Dave? Jesse On Mon, 8 Jun 2009 20:18:09 +0800 "Ma, Ling" wrote: > Any comments ? > > Thanks > Ma Ling > > >-Original Message- > >From: intel-gfx-boun...@lists.freedesk

Re: [Patch 0/2] [DRM] :add the CVT/GTF algorithm in kernel space

2009-06-09 Thread Eric Anholt
On Mon, 2009-05-11 at 10:52 +0800, yakui_zhao wrote: > Hi, All > > This is the patch set to add the CVT/GTF algorithm in kernel space. > They are based on > the CVT/GTF function in xserver. But the CVT/GTF algorithm in xserver is > realized by using float-point > calculation. And the float

Re: [RFC] [Patch] [DRM/I915] :Add a debufs I/F to dump the I915 register

2009-06-09 Thread Jesse Barnes
On Tue, 09 Jun 2009 15:16:53 -0700 Eric Anholt wrote: > On Mon, 2009-06-08 at 08:52 +0800, yakui_zhao wrote: > > On Fri, 2009-06-05 at 19:11 +0800, Eric Anholt wrote: > > > On Fri, 2009-06-05 at 15:45 +0800, yakui_zhao wrote: > > > > It is useful to get the register snapshot. > > > > Add a debug

Re: [Intel-gfx] [RFC] [Patch 0/5] [DRM/I915] :Separate several DRM debug levels

2009-06-09 Thread Jesse Barnes
On Tue, 09 Jun 2009 10:28:08 +0800 yakui_zhao wrote: > On Tue, 2009-06-02 at 14:07 +0800, yakui_zhao wrote: > > Hi, > Hi, > Any comments on this patch set? > Is it convenient to get the debug info in KMS mode? > > Thanks. Yeah seems like a good idea to me. I think Dave will

Re: [RFC] [Patch] [DRM/I915] :Add a debufs I/F to dump the I915 register

2009-06-09 Thread Eric Anholt
On Mon, 2009-06-08 at 08:52 +0800, yakui_zhao wrote: > On Fri, 2009-06-05 at 19:11 +0800, Eric Anholt wrote: > > On Fri, 2009-06-05 at 15:45 +0800, yakui_zhao wrote: > > > It is useful to get the register snapshot. > > > Add a debugfs I/F named "i915_reg" to dump the I915 register snapshot. > > >

[Bug 22183] New: xmoto crach: Unable to delete texture, no context

2009-06-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22183 Summary: xmoto crach: Unable to delete texture, no context Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority:

[Bug 22181] r200: Doom3 engines with r200 renderer (Mesa-7.5-rc3 regression)

2009-06-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22181 --- Comment #1 from smoki 2009-06-09 12:16:28 PST --- Created an attachment (id=26600) --> (http://bugs.freedesktop.org/attachment.cgi?id=26600) prey -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You ar

[Bug 22181] New: r200: Doom3 engines with r200 renderer (Mesa-7.5-rc3 regression)

2009-06-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22181 Summary: r200: Doom3 engines with r200 renderer (Mesa-7.5-rc3 regression) Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Bug 17397] Google earth slow if atmosphere on

2009-06-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17397 Gordon Jin changed: What|Removed |Added Keywords||NEEDINFO --- Comment #5 from Gordon Jin

[Bug 13485] Console uses less than full resolution

2009-06-09 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13485 Rafael J. Wysocki changed: What|Removed |Added CC||r...@sisk.pl Blocks|