Skip to content

egl/wayland: use __DRI_IMAGE_PRIME_LINEAR_BUFFER in get_back_bo

What does this MR do and why?

egl/wayland: use __DRI_IMAGE_PRIME_LINEAR_BUFFER in get_back_bo

Some drivers (radeonsi, iris) relies on this hint to detect DRI_PRIME
blits and implement a special path (eg: SDMA copy for radeonsi).

Merge request reports