mpv/video/out/hwdec
Philip Langdale 49cbc5017c vo_gpu: hwdec_vaegl: remove support for old-style interop
In vaapi 1.1.0 (which confusingly is libva release 2.1.0), they
introduced a new surface export API that is more efficient, and
we've been supporting that and the old API ever since (Feb 2018).

If we drop support for the old API, we can do some fairly nice cleanup
of the code.

Note that the pkgconfig entries are explicitly versioned by the API
version and not the library version. I confirmed the upstream pkgconfig
files.
2019-12-28 14:31:34 -08:00
..
hwdec_cuda.c vo_gpu: hwdec_cuda: Reduce message level of errors while probing 2019-11-17 09:44:32 -08:00
hwdec_cuda.h
hwdec_cuda_gl.c
hwdec_cuda_vk.c vo_gpu: hwdec_cuda: Reduce message level of errors while probing 2019-11-17 09:44:32 -08:00
hwdec_vaapi.c vo_gpu: hwdec_vaegl: remove support for old-style interop 2019-12-28 14:31:34 -08:00
hwdec_vaapi.h vo_gpu: hwdec_vaegl: remove support for old-style interop 2019-12-28 14:31:34 -08:00
hwdec_vaapi_gl.c vo_gpu: hwdec_vaegl: remove support for old-style interop 2019-12-28 14:31:34 -08:00
hwdec_vaapi_vk.c