You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now ANGLE backend is disabled in custom mpv build because it requires d3dcompiler_47.dll, libEGL.dll and libGLESv2.dll which weight 2.5M compressed. Also it takes more time to start mpv with that backend, at least in VM.
But @wiiaboo mentioned that win backend doesn't always work good (current default in boram), so it's probably worth to enable it again. In order to avoid library duplications, it should be possible to add top-level electron's directory to the DLL PATH or something like that (Electron uses exactly same DLLs for its OpenGL rendering).
The text was updated successfully, but these errors were encountered:
Do they provide any real benifits compared to --gpu-context=win except hwdec?
dxva2 requires --vo=gpu with --gpu-context=d3d11, --gpu-context=angle or --gpu-context=dxinterop (Windows only)
d3d11va requires --vo=gpu with --gpu-context=d3d11 or --gpu-context=angle (Windows 8+ only)
Right now ANGLE backend is disabled in custom mpv build because it requires d3dcompiler_47.dll, libEGL.dll and libGLESv2.dll which weight 2.5M compressed. Also it takes more time to start mpv with that backend, at least in VM.
But @wiiaboo mentioned that win backend doesn't always work good (current default in boram), so it's probably worth to enable it again. In order to avoid library duplications, it should be possible to add top-level electron's directory to the DLL PATH or something like that (Electron uses exactly same DLLs for its OpenGL rendering).
The text was updated successfully, but these errors were encountered: