[Bug 11968] ati driver : suspend to ram works only if glx and dri and disable

2007-08-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11968 --- Comment #1 from [EMAIL PROTECTED] 2007-08-12 23:43 PST --- please attach lspci -v from the machine, and an Xorg.0.log from across a suspend if possible,.. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 11968] New: ati driver : suspend to ram works only if glx and dri and disable

2007-08-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11968 Summary: ati driver : suspend to ram works only if glx and dri and disable Product: DRI Version: XOrg CVS Platform: Other OS/Version: All Status: NEW Sever

Re: Very low fps with Mesa 6.5.3 and 7.0.1 with Matrox G450 card

2007-08-12 Thread Michel Dänzer
On Sat, 2007-08-11 at 04:21 +0400, Oleg wrote: > > What can i do to improve perfomance with Mesa 6.5.3/7.0.1? The first step would probably be to find out what caused the performance regression, e.g. using git-bisect. -- Earthling Michel Dänzer | http://tungstengraphics.com

[PATCH 5 of 5 ] /drivers/char/watchdog ioremap balancing/ returncode check

2007-08-12 Thread Scott Thompson
patchset against 2.6.23-rc2 and this set is an audit of /drivers/char/a* through drivers/char . this corrects missing ioremap return checks and balancing on iounmap calls.. Signed-off-by: Scott Thompson hushmail.com> -- diff --git a/d

[PATCH 4 of 5 ] /drivers/char/rio ioremap balancing/ returncode check

2007-08-12 Thread Scott Thompson
patchset against 2.6.23-rc2 and this set is an audit of /drivers/char/a* through drivers/char . this corrects missing ioremap return checks and balancing on iounmap calls.. Signed-off-by: Scott Thompson hushmail.com> -- diff --git a/d

[PATCH 3 of 5 ] /drivers/char/drm ioremap balancing/ returncode check

2007-08-12 Thread Scott Thompson
patchset against 2.6.23-rc2 and this set is an audit of /drivers/char/a* through drivers/char . this corrects missing ioremap return checks and balancing on iounmap calls.. Signed-off-by: Scott Thompson hushmail.com> -- diff --git a/d

[PATCH 2 of 5 ] /drivers/char/agp ioremap balancing/ returncode check

2007-08-12 Thread Scott Thompson
patchset against 2.6.23-rc2 and this set is an audit of /drivers/char/a* through drivers/char . this corrects missing ioremap return checks and balancing on iounmap calls.. Signed-off-by: Scott Thompson hushmail.com> -- diff --git a/d

[PATCH 1 of 5 ] /drivers/char ioremap balancing/ returncode check

2007-08-12 Thread Scott Thompson
patchset against 2.6.23-rc2 and this set is an audit of /drivers/char/a* through drivers/char . this corrects missing ioremap return checks and balancing on iounmap calls.. Signed-off-by: Scott Thompson hushmail.com> -- diff --git a/d

Re: DRM enhancements document

2007-08-12 Thread Jesse Barnes
On Sunday, August 12, 2007 8:50:12 am [EMAIL PROTECTED] wrote: > Hi, > > On Thu, Aug 02, 2007 at 07:31:01PM +0200, Jerome Glisse wrote: > > There should be master (possibly one for each card) which be the only > > one being able to do this call: > > DRM_IOCTL_MODE_SETCRTC - set CRTC parameters > >

[Bug 6689] libGL warning: 3D driver claims to not support visual 0x4b

2007-08-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6689 --- Comment #13 from [EMAIL PROTECTED] 2007-08-12 18:12 PST --- Hmm. Shouldn't it be if (m->visualRating != GLX_NON_CONFORMANT_CONFIG) ^^ ? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?ta

[Bug 6689] libGL warning: 3D driver claims to not support visual 0x4b

2007-08-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6689 --- Comment #12 from [EMAIL PROTECTED] 2007-08-12 18:08 PST --- Thanks. This is definitely a better patch. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 6689] libGL warning: 3D driver claims to not support visual 0x4b

2007-08-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6689 --- Comment #11 from [EMAIL PROTECTED] 2007-08-12 16:30 PST --- Created an attachment (id=2) --> (http://bugs.freedesktop.org/attachment.cgi?id=2&action=view) patch for filtering warnings about non-conformant visuals What abou

Re: [Fwd: Re: GL_CLAMP on D3D-only hardware]

2007-08-12 Thread Roland Scheidegger
James C Georgas wrote: On Sun, 2007-12-08 at 19:09 +0200, Roland Scheidegger wrote: Yes, though it still requires user interaction to switch the behaviour - and few people actually seem to know about driconf, distros don't install it by default etc :-(. I don't think there were really any argum

Re: GL_CLAMP on D3D-only hardware

2007-08-12 Thread James C Georgas
On Sun, 2007-12-08 at 14:43 -0400, James C Georgas wrote: > As an aside, I'm looking at the 1.4 programming guide (4th ed.), on page > 418, section "Repeating and Clamping Textures", where it describes the > tiling effects. I read it like this: > > GL_NEAREST ==> GL_CLAMP = GL_CLAMP_TO_EDGE > >

[Bug 6689] libGL warning: 3D driver claims to not support visual 0x4b

2007-08-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6689 --- Comment #10 from [EMAIL PROTECTED] 2007-08-12 11:46 PST --- Thanks for the proposal. Unfortunately I can't say. I have exactly no idea of Mesa sources. Maybe you can provide an appropriate patch? -- Configure bugmail: http://bugs

Re: [Fwd: Re: GL_CLAMP on D3D-only hardware]

2007-08-12 Thread James C Georgas
On Sun, 2007-12-08 at 19:09 +0200, Roland Scheidegger wrote: > Yes, though it still requires user interaction to switch the behaviour - > and few people actually seem to know about driconf, distros don't > install it by default etc :-(. > I don't think there were really any arguments against it,

Re: DRM enhancements document

2007-08-12 Thread olafBuddenhagen
Hi, On Thu, Aug 02, 2007 at 07:31:01PM +0200, Jerome Glisse wrote: > There should be master (possibly one for each card) which be the only > one being able to do this call: > DRM_IOCTL_MODE_SETCRTC - set CRTC parameters [...] > master (big boss) > - X server (got its framebuffer) > - X app

Re: [Fwd: Re: GL_CLAMP on D3D-only hardware]

2007-08-12 Thread Roland Scheidegger
James C Georgas wrote: > Forwarded Message From: James C Georgas > <[EMAIL PROTECTED]> To: Roland Scheidegger > <[EMAIL PROTECTED]> Subject: Re: GL_CLAMP on D3D-only > hardware Date: Sun, 12 Aug 2007 12:30:51 -0400 > > On Sun, 2007-12-08 at 12:42 +0200, Roland Scheidegger wrote:

[Fwd: Re: GL_CLAMP on D3D-only hardware]

2007-08-12 Thread James C Georgas
Forwarded Message From: James C Georgas <[EMAIL PROTECTED]> To: Roland Scheidegger <[EMAIL PROTECTED]> Subject: Re: GL_CLAMP on D3D-only hardware Date: Sun, 12 Aug 2007 12:30:51 -0400 On Sun, 2007-12-08 at 12:42 +0200, Roland Scheidegger wrote: > Alex Jackson wrote: > >> Neither

[Bug 6689] libGL warning: 3D driver claims to not support visual 0x4b

2007-08-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6689 --- Comment #9 from [EMAIL PROTECTED] 2007-08-12 07:39 PST --- (In reply to comment #8) > Created an attachment (id=11107) --> (http://bugs.freedesktop.org/attachment.cgi?id=11107&action=view) [details] > disable-libGL-warning.diff >

Re: GL_CLAMP on D3D-only hardware

2007-08-12 Thread Roland Scheidegger
Alex Jackson wrote: >> Neither the i830 nor 965gm actually support GL_CLAMP natively (yay >> for d3d-only hardware). The different appearance is caused by the >> 965 driver mapping GL_CLAMP to GL_CLAMP_TO_BORDER while the i830 >> maps it to GL_CLAMP_TO_EDGE. The 965 driver has a comment saying

[Bug 6689] libGL warning: 3D driver claims to not support visual 0x4b

2007-08-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6689 --- Comment #8 from [EMAIL PROTECTED] 2007-08-12 02:13 PST --- Created an attachment (id=11107) --> (http://bugs.freedesktop.org/attachment.cgi?id=11107&action=view) disable-libGL-warning.diff braindead patch -- Configure bugmail: