Skip to content

Use a different API call to make importing DmaBufs work on Nvidia

Jan Grulich requested to merge grulich/kpipewire:fix-dmabuf-import into master

Use glReadPixels() instead of glGetTexImage() to import DmaBufs into his makes Nvidia happy and it no longer gives us just black screen.

BUG: 448839

Edited by Jan Grulich

Merge request reports