GL_CLAMP on D3D-only hardware

2007-08-11 Thread Keith Packard
So, I was playing 'foobillard' today and noticed that the table was drawn differently on my 965gm laptop compared with the i830 laptop sitting next to it. The difference is generated from a texture: glGenTextures(1,tabletexbind);

[Bug 11951] New: BSD-Core DRM_WAIT_ON Macro

2007-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11951 Summary: BSD-Core DRM_WAIT_ON Macro Product: DRI Version: DRI CVS Platform: All OS/Version: FreeBSD Status: NEW Severity: normal Priority: medium

[Bug 11952] New: BSD-Core DRM_WAIT_ON Macro

2007-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11952 Summary: BSD-Core DRM_WAIT_ON Macro Product: DRI Version: DRI CVS Platform: All OS/Version: FreeBSD Status: NEW Severity: normal Priority: medium

[Bug 11951] BSD-Core DRM_WAIT_ON Macro

2007-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11951 --- Comment #1 from [EMAIL PROTECTED] 2007-08-11 19:07 PST --- *** Bug 11952 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 11952] BSD-Core DRM_WAIT_ON Macro

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

[Bug 11951] BSD-Core DRM_WAIT_ON Macro

2007-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11951 --- Comment #2 from [EMAIL PROTECTED] 2007-08-11 19:12 PST --- Created an attachment (id=11101) -- (http://bugs.freedesktop.org/attachment.cgi?id=11101action=view) Macro Fix and -errno Comments Not tested -- Configure bugmail:

[Bug 11951] BSD-Core DRM_WAIT_ON Macro

2007-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11951 --- Comment #3 from [EMAIL PROTECTED] 2007-08-11 19:14 PST --- Created an attachment (id=11102) -- (http://bugs.freedesktop.org/attachment.cgi?id=11102action=view) -errno comment and cleanup -- Configure bugmail:

[Bug 11951] BSD-Core DRM_WAIT_ON Macro

2007-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11951 --- Comment #4 from [EMAIL PROTECTED] 2007-08-11 19:15 PST --- Created an attachment (id=11103) -- (http://bugs.freedesktop.org/attachment.cgi?id=11103action=view) -errno comment and cleanup patch 2 -- Configure bugmail:

[Bug 11951] BSD-Core DRM_WAIT_ON Macro

2007-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=11951 --- Comment #5 from [EMAIL PROTECTED] 2007-08-11 19:17 PST --- Created an attachment (id=11104) -- (http://bugs.freedesktop.org/attachment.cgi?id=11104action=view) -errno comment -- Configure bugmail:

RE: GL_CLAMP on D3D-only hardware

2007-08-11 Thread Alex Jackson
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 glconform prefers