Skip to content

radeonsi: Add support for EGL_IMG_context_priority

Vlad Zahorodnii requested to merge zzag/mesa:radeonsi-high-priority-context into main

This allows creating high priority contexts when using radeonsi. It's primarily intended for apps whose rendering commands must be processed as soon as possible, e.g. wayland compositors.

cc @daenzer @agd5f

Edited by Vlad Zahorodnii

Merge request reports