]> git.sesse.net Git - nageru/commit
Support VA-API readback through glGetTexImage() instead of zerocopy.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 7 Feb 2016 18:14:59 +0000 (19:14 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 7 Feb 2016 18:14:59 +0000 (19:14 +0100)
commit8f98b9f1ae9c813859058bd8199f578c7029e7c9
treec3e2d983cb8dcf3ce360e347ed46de26b8821dbb
parent736515f6ad2ba242579bad96476fcff1af1408cf
Support VA-API readback through glGetTexImage() instead of zerocopy.

This is slower and thus optional (and non-default), but it allows
Nageru to be used with non-Intel GPUs. Only tested on ATI (fglrx)
so far, which has other issues due to driver bugs.
README
h264encode.cpp
main.cpp