summaryrefslogtreecommitdiffstats
path: root/DOCS/VIDEOCARDS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-01 22:03:46 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-01 22:03:46 +0000
commitd1e5e3c58beba7dbf6ad683d85a06d1d0250565d (patch)
treebc782f5cad865eaffd514ea8038beca926f7533d /DOCS/VIDEOCARDS
parent7dccf27b73f0273c70a046bb4267b61c477a0f0d (diff)
downloadmpv-d1e5e3c58beba7dbf6ad683d85a06d1d0250565d.tar.bz2
mpv-d1e5e3c58beba7dbf6ad683d85a06d1d0250565d.tar.xz
DRI/mga/radeon
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@937 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/VIDEOCARDS')
-rw-r--r--DOCS/VIDEOCARDS8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/VIDEOCARDS b/DOCS/VIDEOCARDS
index 7ee7f63c2f..efa091db0a 100644
--- a/DOCS/VIDEOCARDS
+++ b/DOCS/VIDEOCARDS
@@ -8,8 +8,7 @@ Videocards with hardware acceleration:
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 @@ In order to make this work, be sure to check the following:
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