[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=11107action=view) disable-libGL-warning.diff braindead patch -- Configure bugmail:

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 that

[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=11107action=view) [details] disable-libGL-warning.diff

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

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: Alex

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

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,

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

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 GL_LINEAR

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

[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=2action=view) patch for filtering warnings about non-conformant visuals What about

[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 #13 from [EMAIL PROTECTED] 2007-08-12 18:12 PST --- Hmm. Shouldn't it be if (m-visualRating != GLX_NON_CONFORMANT_CONFIG) ^^ ? -- Configure bugmail:

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 [...]

[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 postfail at hushmail.com --

[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 postfail at hushmail.com --

[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 postfail at hushmail.com --

[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 postfail at hushmail.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 postfail at hushmail.com --