Re: GLX makeCurrent in glean vs broken X server glxAllContexts linked list

2009-06-10 Thread Dave Airlie
2009/6/11 Kristian Høgsberg : > On Wed, 2009-06-10 at 15:20 +1000, Dave Airlie wrote: >> Hi Kristian et al >> >> So you wrote YALL for glxAllContexts and like all good linked list >> re-implementations it didn't work :-) > > Well that's how we do data structures in the X server, open coded and > ba

Re: GLX makeCurrent in glean vs broken X server glxAllContexts linked list

2009-06-10 Thread Dave Airlie
> So glXMakeCurrent says > > GLXBadCurrentWindow is generated if there are pending GL  commands  for >       the  previous  context  and the current drawable is a window that is no >       longer valid. > > This appears to be true, we don't seem to have cleared all the pending > GL commands > befor

[patch 4/4] drm: intel: add ignore lvds quirk info for AOpen Mini PC

2009-06-10 Thread akpm
From: Jarod Wilson Fix a FIXME in the intel LVDS bring-up code, adding the appropriate blacklist entry for the AOpen Mini PC, courtesy of a dmidecode dump from Florian Demmer. Signed-off-by: Jarod Wilson Cc: Florian Demmer Acked-by: Jesse Barnes Signed-off-by: Andrew Morton --- drivers/gpu

[patch 2/4] intelfb: fix spelling of "CLOCK"

2009-06-10 Thread akpm
From: Pavel Roskin Signed-off-by: Pavel Roskin Cc: Eric Anholt Cc: Dave Airlie Signed-off-by: Andrew Morton --- drivers/gpu/drm/i915/intel_fb.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/gpu/drm/i915/intel_fb.c~intelfb-fix-spelling-of-clock drivers/gpu/drm/

[patch 3/4] drm: simplify kcalloc() call to kzalloc().

2009-06-10 Thread akpm
From: "Robert P. J. Day" Calls to kcalloc() for a single element can be simplified to calls to kzalloc(). Signed-off-by: Robert P. J. Day Cc: Dave Airlie Cc: Eric Anholt Signed-off-by: Andrew Morton --- drivers/gpu/drm/drm_gem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[patch 1/4] drm: fix LOCK_TEST_WITH_RETURN macro

2009-06-10 Thread akpm
From: Roel Kluin When this macro isn't called with 'file_priv' this will result in a build failure. Signed-off-by: Roel Kluin Signed-off-by: Andrew Morton --- include/drm/drmP.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff -puN include/drm/drmP.h~drm-fix-loc

[Bug 17397] Google earth slow if atmosphere on

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17397 --- Comment #7 from Gordon Jin 2009-06-10 11:50:43 PST --- (In reply to comment #6) > I can test - Gentoo's x11 repo currently has "Mesa 7.5 RC3" available. I > suppose that is appropriate? Yes. > However, before I upgrade and test - do yo

[Bug 22212] New: rs200/igp340m fails to do drm/dri/kms

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22212 Summary: rs200/igp340m fails to do drm/dri/kms Product: DRI Version: unspecified Platform: x86 (IA32) URL: https://bugzilla.redhat.com/show_bug.cgi?id=504355 OS/Version: Linux (All)

[Bug 22193] [945GME]kernel oops when killing 100 gears

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22193 Gordon Jin changed: What|Removed |Added AssignedTo|dri-|[email protected] |de...@li

Re: GLX makeCurrent in glean vs broken X server glxAllContexts linked list

2009-06-10 Thread Kristian Høgsberg
On Wed, 2009-06-10 at 15:20 +1000, Dave Airlie wrote: > Hi Kristian et al > > So you wrote YALL for glxAllContexts and like all good linked list > re-implementations it didn't work :-) Well that's how we do data structures in the X server, open coded and badly. > So the attached patch fixes the

Radeon kernel modesetting patch (as staging) please review

2009-06-10 Thread Jerome Glisse
Hello, For size reason (~1.2M) the patch can be found here (along with others needed patches): http://people.freedesktop.org/~glisse/kms/0006-radeon-introduce-kernel-modesetting-for-radeon-hard.patch This work depends on Thomas TTM memory manager posted earlier and was written by Dave Airlie, Ale

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

2009-06-10 Thread Jesse Barnes
On Wed, 10 Jun 2009 14:08:44 +0800 yakui_zhao wrote: > On Wed, 2009-06-10 at 06:45 +0800, Eric Anholt wrote: > > 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/GT

[Bug 22153] X Locks Hard on Totem Transitions between Windowed and Full Screen

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22153 --- Comment #2 from cakristof 2009-06-10 07:02:33 PST --- I hit this bug again but under different circumstances. I launched SMPlayer to watch a program. As soon as SMPlayer initialized its overlay X crashed. It was unkillable. I had to r

[Bug 21849] many lockups since 2.6.30-rc1

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21849 Fabio changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22181 --- Comment #5 from Roland Scheidegger 2009-06-10 04:03:40 PST --- (In reply to comment #4) > (In reply to comment #2) > > Created an attachment (id=26606) --> (http://bugs.freedesktop.org/attachment.cgi?id=26606) [details] [details] > > po

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

2009-06-10 Thread yakui_zhao
On Wed, 2009-06-10 at 06:45 +0800, Eric Anholt wrote: > 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

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

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22183 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 22193] [945GME]kernel oops when killing 100 gears

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22193 --- Comment #2 from liuhaien 2009-06-10 00:12:37 PST --- Created an attachment (id=26622) --> (http://bugs.freedesktop.org/attachment.cgi?id=26622) xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 22193] [945GME]kernel oops when killing 100 gears

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22193 --- Comment #1 from liuhaien 2009-06-10 00:11:37 PST --- Created an attachment (id=26621) --> (http://bugs.freedesktop.org/attachment.cgi?id=26621) 100gears.sh -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 22193] New: [945GME]kernel oops when killing 100 gears

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22193 Summary: [945GME]kernel oops when killing 100 gears Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority:

[Bug 17397] Google earth slow if atmosphere on

2009-06-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17397 --- Comment #6 from Antti Mäkelä 2009-06-10 00:03:44 PST --- I can test - Gentoo's x11 repo currently has "Mesa 7.5 RC3" available. I suppose that is appropriate? However, before I upgrade and test - do you require kernel modesetting to be u