Subject: Re: DRI on i386 on -current?
To: Michael Graff <explorer@flame.org>
From: Andrew Gillham <gillham@gmail.com>
List: current-users
Date: 12/23/2004 18:13:02
I'm still willing to pay for a committed DRI driver.
http://mail-index.netbsd.org/netbsd-jobs/2003/05/07/0000.html
-Andrew
On Fri, 17 Dec 2004 14:56:26 -0600, Michael Graff <explorer@flame.org> wrote:
> Has anyone jumped through the hoops to get DRI to work on NetBSD?
>
> I'm suddenly enjoying doing some openGL programming, and would like to have
> faster than snail speeds. :)
>
> There seems to be no (working) kernel driver in xfree86 for NetBSD, mostly due
> to letting bits fall into disuse. The major problem seems to be that
> vm_offset_t is defined as vaddr_t, which is an integer, while the DRM driver
> bits assume it is a pointer, and can be compared to NULL and used as a void
> pointer.
>
> Thanks,
> --Michael
>