mpv
mpv copied to clipboard
hwdec_d3d11egl.c fails to init with current versions of ANGLE
Important Information
- mpv version: git master
- Windows Version: Windows 11
The check for extension support in hwdec_d3d11egl.c fails on current versions of ANGLE because EGL_EXT_device_query is a client extension and should only appear when queried for with EGL_NO_DISPLAY. Ideally the code should look for it in both extension lists to support new and old ANGLE DLLs.
angleproject Issue 5372: EGL_EXT_device_query should be exposed as an EGL client extension
Do you have those old ANGLE DLLs which are supposed to work correctly?
Thankyou.
Anything older than Nov 2020 from here should work
Given that this change over at ANGLE has been done over two years ago, how much of a pain would it in your opinion be if this hwdec interop would only work with post-November 2020 ANGLE libraries?