Re: drm: Branch 'master'

2007-08-13 Thread Michel Dänzer
On Mon, 2007-08-13 at 16:32 -0700, Eric Anholt wrote: >*/ > - map->offset += dev->agp->base; > + if (map->offset < dev->agp->base || > + map->offset > dev->agp->base + > + dev->agp->agp_info.aper_size * 1024 * 1024) { > +

[Bug 11989] bsd-core drm_ioctl.c memset fix along with dead code and header cleanup

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11989 --- Comment #1 from [EMAIL PROTECTED] 2007-08-13 23:38 PST --- Created an attachment (id=11131) --> (http://bugs.freedesktop.org/attachment.cgi?id=11131&action=view) bsd-core drm_ioctl.c patch I'm learning :> -- Configure bugmail:

[Bug 11989] New: bsd-core drm_ioctl.c memset fix along with dead code and header cleanup

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11989 Summary: bsd-core drm_ioctl.c memset fix along with dead code and header cleanup Product: DRI Version: unspecified Platform: All OS/Version: FreeBSD Status: NEW

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

2007-08-13 Thread Scott Thompson
On Mon, 13 Aug 2007 16:30:14 -0400 Jiri Slaby <[EMAIL PROTECTED]> wrote: >why [EMAIL PROTECTED] > David Airlie was listed as the owner on several of the files and in maintainers for "DRM", which was my best to: guess for /drivers/char/drm (which was patch 3 in this series). If there was a bet

[Bug 11909] GL_PACK_SWAP_BYTES dosen't work, when reading back from stencil buffer in GL_INT format

2007-08-13 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11909 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #3 from [

[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)

[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=11130&action=view) test case -- Configure bugmail: http://bugs.freedesktop.org/userp

[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 [EMAIL PROTECTED] changed: What|Removed |Added AssignedTo|dri-|[EMAIL PROTECTED] |

[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: ht

[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 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 di

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 hushmail.com> NAK. > -

[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: 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_ED

Re: GL_CLAMP on D3D-only hardware

2007-08-13 Thread Roland Scheidegger
Ian Romanick wrote: > -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

[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 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 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: http://bugs.debian.org/cgi-bin/bugreport.cgi?bu

[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: http://bugs.debian.org/cgi-bin/bugrepor

[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 SAVE_VBE

[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=9&action=view) Xorg.0.log just after a failed resume. -- Configure bugmail: http

[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=8&action=view) lspci -v output -- Configure bugmail: http://bugs.freedesktop.org

[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 SAVE_VBE_

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 wrapp

[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

[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

[PATCH] [163/2many] MAINTAINERS - DRM DRIVERS

2007-08-13 Thread joe
Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches <[EMAIL PROTECTED]> diff --git a/MAINTAINERS b/MAINTAINERS index 5a96fac..48a734c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1593,6 +1593,7 @@ M:[EMAIL PROTECTED] L: dri-devel@lists.sourceforge.net T: git kernel