]> git.sesse.net Git - nageru/blobdiff - README
Support VA-API readback through glGetTexImage() instead of zerocopy.
[nageru] / README
diff --git a/README b/README
index 8c9b7cab060c5c0b3c7925500722d4fbfb79336b..d7ed909ca953c11c0a4c1610a82191d48490cdd3 100644 (file)
--- a/README
+++ b/README
@@ -29,7 +29,9 @@ to 800 MHz after 30 seconds due to thermal constraints), Intel HD Graphics
 Nageru is in beta stage. It currently needs:
 
  - An Intel processor with Intel Quick Sync, or otherwise some hardware
-   H.264 encoder exposed through VA-API.
+   H.264 encoder exposed through VA-API. Note that you can use VA-API over
+   DRM instead of X11, to use a non-Intel GPU for rendering but still use
+   Quick Sync (by giving e.g. “--va-display /dev/dri/card0”).
 
  - Two or more Blackmagic USB3 cards, either HDMI or SDI. These are driven
    through the “bmusb” driver embedded in bmusb/, using libusb-1.0.
@@ -55,8 +57,8 @@ Nageru is in beta stage. It currently needs:
  - Lua, for driving the theme engine.
 
 
-If on Debian sid or something similar (or stretch, once Movit 1.3.0 migrates),
-you can install everything you need with:
+If on Debian stretch or something similar, you can install everything you need
+with:
 
   git submodule update --init
   apt install qtbase5-dev qt5-default pkg-config libmicrohttpd-dev \