Skip to content

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

Aleix Pol Gonzalez requested to merge work/cherry-pick-c325f826 into Plasma/5.27

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

BUG: 448839

(cherry picked from commit c325f826)

Merge request reports