]> git.sesse.net Git - nageru/commitdiff
Update README with information about non-Mesa OpenGL.
authorSteinar H. Gunderson <steinar+vlc@gunderson.no>
Tue, 23 Feb 2016 01:16:00 +0000 (02:16 +0100)
committerSteinar H. Gunderson <steinar+vlc@gunderson.no>
Tue, 23 Feb 2016 01:16:24 +0000 (02:16 +0100)
README

diff --git a/README b/README
index e74e9973a6a56452f85bb3ebe669d3ac5abb25bb..33a7d22804af9434d9004780c6cbf059ba501d0b 100644 (file)
--- a/README
+++ b/README
@@ -47,9 +47,11 @@ Nageru is in beta stage. It currently needs:
 
  - ffmpeg for muxing, and for encoding audio.
 
- - Working OpenGL; Movit works with almost any modern OpenGL implementation,
-   but Nageru has been tested with Mesa 10.x and 11.x only (you probably want
-   11.x).
+ - Working OpenGL; Movit works with almost any modern OpenGL implementation.
+   Nageru has been tested with Intel on Mesa 10.x and 11.x (you probably want
+   11.x), and with NVIDIA's proprietary drivers. AMD's proprietary drivers
+   (fglrx) are known not to work due to driver bugs; I am in contact with
+   AMD to try to get this resolved.
 
  - libzita-resampler, for resampling sound sources so that they are in sync
    between sources, and also for oversampling for the peak meter.