egl: Support NV_context_priority_realtime
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.