Open
Description
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
Activity