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

2007-08-13 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

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

2007-08-13 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

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

2007-08-13 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:

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

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6689 --- Comment #14 from [EMAIL PROTECTED] 2007-08-13 01:18 PST --- (In reply to comment #13) Hmm. Shouldn't it be if (m-visualRating != GLX_NON_CONFORMANT_CONFIG) ^^ Oops. Yes of course... -- Configure

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

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6689 --- Comment #16 from [EMAIL PROTECTED] 2007-08-13 02:53 PST --- I've been tempted to simply disable the warning for quite a while. It's annoying and misleading. I think Ian's the only person that knows the whole story behind it. --

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

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=6689 --- Comment #15 from [EMAIL PROTECTED] 2007-08-13 02:32 PST --- Can you commit the patch into git and/or discuss it with Brian Paul? I'm afraid otherwise this issue will never get fixed upstream. :-( The warning is *very* confusing for

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

2007-08-13 Thread Alan Cox
On Mon, 13 Aug 2007 00:05:30 -0400 Scott Thompson [EMAIL PROTECTED] wrote: 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.. Your mail client has wrapped the

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

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11968 --- Comment #2 from [EMAIL PROTECTED] 2007-08-13 06:19 PST --- Several users have reported that the problem is in the acpi scripts. The fix was to edit /etc/default/acpi-support and disable various video-related options like

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

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11968 --- Comment #5 from [EMAIL PROTECTED] 2007-08-13 06:52 PST --- Several users have reported that the problem is in the acpi scripts. The fix was to edit /etc/default/acpi-support and disable various video-related options like

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

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11968 --- Comment #4 from [EMAIL PROTECTED] 2007-08-13 06:45 PST --- Created an attachment (id=9) -- (http://bugs.freedesktop.org/attachment.cgi?id=9action=view) Xorg.0.log just after a failed resume. -- Configure bugmail:

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

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11968 --- Comment #3 from [EMAIL PROTECTED] 2007-08-13 06:44 PST --- Created an attachment (id=8) -- (http://bugs.freedesktop.org/attachment.cgi?id=8action=view) lspci -v output -- Configure bugmail:

[Bug 11978] New: Intel 945GME, G33, Q33 and Q35 support missing in mesa_7_0_branch

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11978 Summary: Intel 945GME, G33, Q33 and Q35 support missing in mesa_7_0_branch Product: Mesa Version: unspecified Platform: Other URL:

[Bug 11980] New: GL_EXT_stencil_two_side breaks shadows in warzone2100 since 6.5.3

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11980 Summary: GL_EXT_stencil_two_side breaks shadows in warzone2100 since 6.5.3 Product: Mesa Version: CVS Platform: Other URL:

Re: GL_CLAMP on D3D-only hardware

2007-08-13 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roland Scheidegger wrote: Indeed this show up every once in a while. A driconf option might be a good idea, but it doesn't solve the problem really for the hardware which indeed does support GL_CLAMP, unless you'd also introduce an option to

[Bug 11951] BSD-Core DRM_WAIT_ON Macro

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11951 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: GL_CLAMP on D3D-only hardware

2007-08-13 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Keith Packard 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.

[Bug 11978] Intel 945GME, G33, Q33 and Q35 support missing in mesa_7_0_branch

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11978 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2007-08-13 Thread Jiri Slaby
Scott Thompson napsal(a): 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 postfail at hushmail.com NAK.

[Bug 11980] GL_EXT_stencil_two_side breaks shadows in warzone2100 since 6.5.3

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11980 --- Comment #1 from [EMAIL PROTECTED] 2007-08-13 13:26 PST --- The submitter adds: The specific problem seems to be that the darkening of the shadows is applied to the whole polygon and not only the stencilled area (there are still

[Bug 11895] X crashed on i965

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11895 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 11895] X crashed on i965

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11895 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED -- Configure bugmail:

[Bug 11987] GL_TEXTURE_LOD_BIAS didn't work when it's set for both for texture unit and texture object

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11987 --- Comment #1 from [EMAIL PROTECTED] 2007-08-13 20:43 PST --- Created an attachment (id=11130) -- (http://bugs.freedesktop.org/attachment.cgi?id=11130action=view) test case -- Configure bugmail:

[Bug 11987] New: GL_TEXTURE_LOD_BIAS didn't work when it's set for both for texture unit and texture object

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11987 Summary: GL_TEXTURE_LOD_BIAS didn't work when it's set for both for texture unit and texture object Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All)