Skip to content

egl: Support NV_context_priority_realtime

Mary Guillemard requested to merge marysaka/mesa:context-priority-realtime into main

EGL_NV_context_priority_realtime extension extends EGL_IMG_context_priority with a new EGL_CONTEXT_PRIORITY_REALTIME_NV attribute.

Effectively, Gallium drivers would need to implement PIPE_CONTEXT_REALTIME_PRIORITY flag in context_create and expose PIPE_CONTEXT_PRIORITY_REALTIME on PIPE_CAP_CONTEXT_PRIORITY_MASK to enable this extension.

Merge request reports

Loading