Re: DRI build fails with new glxext.h

2004-07-29 Thread Felix Kühling
On Wed, 28 Jul 2004 21:44:25 -0600 Brian Paul [EMAIL PROTECTED] wrote: Felix Kühling wrote: [snip] The second problem is in the server-side GLX code. The definition of GL_FOG_COORD_SOURCE is missing in glxext.h which is needed in singlesize.c. I don't know if this should be fixed in

[Bug 930] glxgears segfault only when resolution 1024x768

2004-07-29 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=930 --- Additional Comments From [EMAIL PROTECTED] 2004-07-29 03:29 --- Could you

i915 drm freebsd..

2004-07-29 Thread Dave Airlie
I've just checked in the basics of the i915 DRM for FreeBSD but nothing happens... I'm running FreeBSD 5.2.1, After I kldload i915.ko I see nothing in the dmesg... am I missing something? or as the AGP driver stolen the card? Regards, Dave. -- David Airlie, Software Engineer

[Bug 930] glxgears segfault only when resolution 1024x768

2004-07-29 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://freedesktop.org/bugzilla/show_bug.cgi?id=930 --- Additional Comments From [EMAIL PROTECTED] 2004-07-29 04:52 --- Created an

Re: i915 drm freebsd..

2004-07-29 Thread Alan Hourihane
On Thu, Jul 29, 2004 at 12:18:05PM +0100, Dave Airlie wrote: I've just checked in the basics of the i915 DRM for FreeBSD but nothing happens... I'm running FreeBSD 5.2.1, After I kldload i915.ko I see nothing in the dmesg... am I missing something? or as the AGP driver stolen the card?

Re: i915 drm freebsd..

2004-07-29 Thread Keith Whitwell
Dave Airlie wrote: I've just checked in the basics of the i915 DRM for FreeBSD but nothing happens... I'm running FreeBSD 5.2.1, After I kldload i915.ko I see nothing in the dmesg... am I missing something? or as the AGP driver stolen the card? Oh, yes. This is something you need to look at.

Re: i915 drm freebsd..

2004-07-29 Thread Dave Airlie
Have you ported the required i915 AGP changes as well ?? well I've only got a i865 so I hopefully don't need any i915 specific stuff.. Dave. -- David Airlie, Software Engineer http://www.skynet.ie/~airlied / airlied at skynet.ie pam_smb / Linux DECstation / Linux VAX / ILUG person

Re: G400 on AMD64 does not work

2004-07-29 Thread Alan Cox
On Iau, 2004-07-29 at 08:38, Kenan Esau wrote: My testing has been limited to the older DRI with Arjan's patches to fix user/kernel confusion and radeon cards, but that much does work. Did you also use an older Matrox card G200/G400, ... ?? I assume the error is located somewhere in the

Re: [Xorg] Update on video memory manager work

2004-07-29 Thread Alan Cox
On Iau, 2004-07-29 at 01:27, Ian Romanick wrote: So, I'm going to rework the interface a little bit so that the allocator can look at all the require allocations at once. It will place them in memory using some sort of path finding algorithm (probably A*). That seems like a reasonably

Re: X.Org DRI merge and what about new dri tree.

2004-07-29 Thread Alex Deucher
On Sat, 24 Jul 2004 18:55:48 +0100, Alan Cox [EMAIL PROTECTED] wrote: I have S3virge DRI ported but not working While you are on this fixing up old chipsets kick, you ought to finish off the trident and tdlabs drivers. :) Alex --- This

Re: G400 on AMD64 does not work

2004-07-29 Thread Dave Airlie
The 2.6.5 module shipped with the kernel is definitely broken for lots of reasons, on 32bit as well. that's wierd as the one in the CVS tree is the exact same and I've seen no-one complain about it.. care to quantify.. I don't own one of these cards (I actually do but it is in Ireland and I'm

Re: G400 on AMD64 does not work

2004-07-29 Thread Dave Airlie
Depends on your compile options and platforms what bites you but pretty much all of the old DRI code in the tree is touching user pages without the proper functions and the like. It might be worth merging Arjan van de Ven's sparse patches into DRI so you can run the sparse verifier over