David Rosca
David Rosca
### Description Add Linux support for AMF encoder. Only the fallback encoders are available (no texture support). Requires AMD proprietary Vulkan driver, using different driver will be detected on startup...
### Description Added support for VA-API quality preset in Mesa >= 22.3. https://gitlab.freedesktop.org/mesa/mesa/-/commit/a727ec83ba01776e9c6f61c912c4caac280e968e ### Motivation and Context Better encoding quality on AMD cards on Linux. ### How Has This Been...
https://github.com/Srinivasa314/alcro/blob/40a49b7d7f291a960c1cdc406ab55fecded00bde/src/chrome/devtools.rs#L46-L49 Please remove this or make it configurable.
### Description Implement texture encoding for VAAPI ### Motivation and Context Based on #8312 ### How Has This Been Tested? Tested with mesa driver. ### Types of changes - Performance...
### Description Add ROI support for VAAPI ### Motivation and Context ROI support for VAAPI ### How Has This Been Tested? Tested with mesa driver using AMD gpu. ### Types...
This provides a hint to driver about the requested encode tuning in addition to quality level number. It can be used by hardware encoders that supports low latency encoding as...
After a2f8db9fdb20975582535828533619603705b257 WSI layer will deadlock after re-creating swapchain. Can be reproduced on both Deck (SteamOS preview) and desktop radv. ``` # hangs when starting to play second file mpv...
Fixes stuttering on Linux with Proton/DXVK. Closes #93