egl: Add storage for EGL_KHR_debug's state to EGL objects
Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:

committed by
Adam Jackson

parent
1d535c1e83
commit
7206b3a556
@@ -56,7 +56,10 @@ struct _egl_global _eglGlobal =
|
||||
" EGL_EXT_platform_wayland"
|
||||
" EGL_EXT_platform_x11"
|
||||
" EGL_KHR_client_get_all_proc_addresses"
|
||||
" EGL_MESA_platform_gbm"
|
||||
" EGL_MESA_platform_gbm",
|
||||
|
||||
NULL, /* debugCallback */
|
||||
_EGL_DEBUG_BIT_CRITICAL | _EGL_DEBUG_BIT_ERROR, /* debugTypesEnabled */
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user