[Bug 22195] app crashed to desktop with Radeon driver

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22195 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added AssignedTo|xorg-driver-...@lists.x.org |dri-

[Bug 22225] New: [945G/GZ KMS] Xorg hangs when video is full-screened

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=5 Summary: [945G/GZ KMS] Xorg hangs when video is full-screened Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal

[Bug 22225] [945G/GZ KMS] Xorg hangs when video is full-screened

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=5 --- Comment #1 from Alex Bennee bugzi...@bennee.com 2009-06-11 00:59:24 PST --- Created an attachment (id=26659) -- (http://bugs.freedesktop.org/attachment.cgi?id=26659) dmesg output -- Configure bugmail:

[Bug 22225] [945G/GZ KMS] Xorg hangs when video is full-screened

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=5 --- Comment #2 from Alex Bennee bugzi...@bennee.com 2009-06-11 01:00:48 PST --- Created an attachment (id=26660) -- (http://bugs.freedesktop.org/attachment.cgi?id=26660) intel gpu dump, post freeze I'm afraid I had to bzip2 this as it's

[Bug 22225] [945G/GZ KMS] Xorg hangs when video is full-screened

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=5 --- Comment #4 from Alex Bennee bugzi...@bennee.com 2009-06-11 01:04:46 PST --- Created an attachment (id=26662) -- (http://bugs.freedesktop.org/attachment.cgi?id=26662) Backtrace of hung X session It looks like the ioctl is not

[Bug 22225] [945G/GZ KMS] Xorg hangs when video is full-screened

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=5 Alex Bennee bugzi...@bennee.com changed: What|Removed |Added OS/Version|All |Linux (All)

[Bug 22195] app crashed to desktop with Radeon driver

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=22195 --- Comment #5 from Tormod Volden bugzi07.fdo.tor...@xoxy.net 2009-06-11 03:42:23 PST --- I will also try 2.6.30, as far as i can tell, that drm patch was incorporated into 2.6.30 right? Yes, in 2.6.30 final, but not in the release

[Bug 13214] Blank internal Display on Notebook with Intel GPU (855GM)

2009-06-11 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13214 yury ury...@gmail.com changed: What|Removed |Added CC||ury...@gmail.com --- Comment

[Bug 21785] [945gm]X crash when enable or disable compiz

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21785 --- Comment #4 from Gordon Jin gordon@intel.com 2009-06-11 10:16:11 PST --- Haien, does this still exist? How about 7.5 branch? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

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

2009-06-11 Thread Brian Paul
Dave Airlie wrote: 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

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

2009-06-11 Thread Allen Akin
On Thu, Jun 11, 2009 at 11:58:41AM -0600, Brian Paul wrote: | Dave Airlie wrote: | The other open question is whether the glFinish in the glean test case | is actually necessary, | from reading the glXMakeCurrent manpage is appears it might be, or something | else needs to make sure

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

2009-06-11 Thread Dave Airlie
On Fri, Jun 12, 2009 at 5:33 AM, Allen Akina...@pobox.com wrote: On Thu, Jun 11, 2009 at 11:58:41AM -0600, Brian Paul wrote: | Dave Airlie wrote: | The other open question is whether the glFinish in the glean test case | is actually necessary, | from reading the glXMakeCurrent manpage is

[Bug 17098] 3D textures don't work on R300/R400/R500 DRI

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17098 Aditya Kadambi rakada...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[PATCH] Switch suitable directRenderingType checks to have_gem instead

2009-06-11 Thread Keith Packard
For operations requiring GEM interfaces in the kernel, and which do not depend on whether the driver offers DRI2 to X applications. I think I got all of the right tests, but additional eyeballs would be appreciated here. Signed-off-by: Keith Packard kei...@keithp.com --- src/i830_accel.c |

[Bug 19763] ATI X1950Pro (R500). 3D Textures don't work

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19763 --- Comment #3 from Tormod Volden bugzi07.fdo.tor...@xoxy.net 2009-06-11 14:18:03 PST --- These messages will likely disappear if you update to latest git. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

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

2009-06-11 Thread Allen Akin
On Fri, Jun 12, 2009 at 06:58:44AM +1000, Dave Airlie wrote: | All I've got is the glXMakeCurrent error to go on, | 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.

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

2009-06-11 Thread Eric Anholt
On Tue, 2009-06-09 at 18:46 -0700, Jesse Barnes wrote: On Wed, 10 Jun 2009 09:06:47 +0800 yakui_zhao yakui.z...@intel.com wrote: On Wed, 2009-06-10 at 06:35 +0800, Jesse Barnes wrote: On Tue, 09 Jun 2009 15:16:53 -0700 Eric Anholt e...@anholt.net wrote: On Mon, 2009-06-08 at

[Bug 21864] Flightgear still asserts due to RADEON_MAX_TEXTURE_LEVELS on radeon-rewrite as of today

2009-06-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21864 --- Comment #3 from Dave Airlie airl...@freedesktop.org 2009-06-11 18:41:48 PST --- can you test with mesa master? (I merged rewrite and fixed this afterwards.) -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

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

2009-06-11 Thread Allen Akin
On Fri, Jun 12, 2009 at 10:25:42AM +1000, Dave Airlie wrote: | On Fri, Jun 12, 2009 at 10:01 AM, Allen Akina...@pobox.com wrote: | On the other hand, if there's no mechanism for implicitly flushing the | GL command stream on window teardown, then whatever problems this error | is designed to