diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-04-01 11:38:41 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-04-01 11:38:41 +0800 |
commit | 27f020fa9bb85193893422d152223934824aea4f (patch) | |
tree | 35fb870fd6a9be1a170bb5d56248cb4043047860 /x11-servers/driglide/pkg-descr | |
parent | c0221e6fc49571760e73fbb5b614468d9ce3bf0a (diff) | |
download | freebsd-ports-gnome-27f020fa9bb85193893422d152223934824aea4f.tar.gz freebsd-ports-gnome-27f020fa9bb85193893422d152223934824aea4f.tar.zst freebsd-ports-gnome-27f020fa9bb85193893422d152223934824aea4f.zip |
glide3 port. Most of the credit goes to Eric Anholt.
This makes a library good enough to be able to make the XFree86-4 port's
lib/modules/dri/tdfx_dri.so, which is enough to enable DRI on 3dfx cards.
Diffstat (limited to 'x11-servers/driglide/pkg-descr')
-rw-r--r-- | x11-servers/driglide/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-servers/driglide/pkg-descr b/x11-servers/driglide/pkg-descr new file mode 100644 index 000000000000..5df2a92c19fa --- /dev/null +++ b/x11-servers/driglide/pkg-descr @@ -0,0 +1,9 @@ +This library is necessary in order to build XFree86's 3dfx DRI/DRM shim +(lib/modules/dri/tdfx_dri.so). It probably has other uses as well. :-) + +The main distfile is unofficial. It was created by simply checking out +from CVS and tarring up the result on the date indicated in the filename. +This was done simply to make the port easier to deal with. + +You will need to make sure to get the configure options right for the hardware +you will be using. This is left as an exercise to the reader. :-) |