mesa/src/egl/main
Mary Guillemard 43db7e5323 egl: Support NV_context_priority_realtime
This 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.

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30989>
2024-09-25 20:17:27 +00:00
..
50_mesa.json
egl.def.in
eglapi.c egl: Support NV_context_priority_realtime 2024-09-25 20:17:27 +00:00
eglarray.c
eglarray.h
eglconfig.c egl: Implement EGL_EXT_config_select_group 2024-05-11 19:43:47 +00:00
eglconfig.h egl: Implement EGL_EXT_config_select_group 2024-05-11 19:43:47 +00:00
eglconfigdebug.c
eglconfigdebug.h
eglcontext.c egl: Support NV_context_priority_realtime 2024-09-25 20:17:27 +00:00
eglcontext.h
eglcurrent.c
eglcurrent.h egl: refactor to use DETECT_OS_ANDROID instead of ANDROID 2024-02-01 19:29:49 +00:00
egldefines.h
egldevice.c gallium/meson: Deconflate swrast/softpipe/llvmpipe 2024-07-18 17:48:20 +00:00
egldevice.h
egldispatchstubs.c
egldispatchstubs.h
egldisplay.c egl/surfaceless: Fix EGL_DEVICE_EXT implementation 2023-12-13 23:15:17 +00:00
egldisplay.h egl: Support NV_context_priority_realtime 2024-09-25 20:17:27 +00:00
egldriver.h egl: wire up EGL_EXT_surface_compression extension 2024-06-12 21:20:06 +00:00
eglentrypoint.h egl: wire up EGL_EXT_surface_compression extension 2024-06-12 21:20:06 +00:00
eglglobals.c
eglglobals.h
eglglvnd.c
eglimage.c
eglimage.h
egllog.c egl: use os_get_option() to allow android to set EGL_LOG_LEVEL 2024-06-21 07:44:36 +00:00
egllog.h
eglsurface.c egl: wire up EGL_EXT_surface_compression extension 2024-06-12 21:20:06 +00:00
eglsurface.h egl: wire up EGL_EXT_surface_compression extension 2024-06-12 21:20:06 +00:00
eglsync.c
eglsync.h
egltypedefs.h