Skip to content

Fix broken vaapi recording on 21.0.

Ernst Persson requested to merge ernstp/mesa:21.0 into staging/21.0

Vaapi recording is broken on mesa 21.0, you mostly have the same frame repeating over and over again. It was broken by radeonsi: always use a staging texture for linear 1D textures in VRAM on both 21.0 and master for some time, until it was fixed on master by the commit I cherry-picked here.

Edited by Ernst Persson

Merge request reports