diff DOCS/VIDEOCARDS @ 936:3c0d3171d5cf

DRI/mga/radeon
author gabucino
date Fri, 01 Jun 2001 22:03:46 +0000
parents b7fdf669fe84
children d769cd81a215
line wrap: on
line diff
--- a/DOCS/VIDEOCARDS	Fri Jun 01 21:12:05 2001 +0000
+++ b/DOCS/VIDEOCARDS	Fri Jun 01 22:03:46 2001 +0000
@@ -8,8 +8,7 @@
 bilinear filtering. Under Linux, there are several ways to access it:
 
 I.   The Xv (XVideo) extension of XFree86 4.0.2
-II.  OpenGL drivers with glTexSubImage() support (currently the Utah-GLX
-     drivers)
+II.  OpenGL drivers with glTexSubImage() support
 III. Native card-specific drivers, using special abilities of some cards
 IV.  DGA - direct graphic access. no YUV & scaling, but faster than raw X11
 V.   Not really acceleration, but...
@@ -83,10 +82,11 @@
 
 II. OpenGL drivers with *working* *fast* glTexSubImage() support.
 
-   Currently only the old Utah-GLX drivers (for X 3.3.6) have it.
+   The old Utah-GLX drivers (for X 3.3.6) have it, with all cards.
    See http://utah-glx.sourceforge.net for details about how to install it.
 
-   The new X4/DRI and nVidia's binary drivers have no usable glTexSubImage :(
+   DRI >= 4.0.3 supports it only with Matrox cards, and Radeon.
+   See dri.sourceforge.net for download, and installation instructions.
 
 III. Native card-specific drivers