CODEOWNERS: evelikov renamed to xexaxo

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17072>
This commit is contained in:
Yonggang Luo 2022-06-16 10:26:58 +08:00 committed by Marge Bot
parent 3163f2e0a6
commit 9116b9f00d
1 changed files with 9 additions and 9 deletions

View File

@ -28,11 +28,11 @@ meson.build @dbaker @eric
/android/ @roman.stratiienko
# Compatibility headers
/include/c99* @evelikov
/include/c99* @xexaxo
/src/c11/ @eric @lygstate
# Documentation
/docs/ @eric @evelikov
/docs/ @eric @xexaxo
##########
@ -52,21 +52,21 @@ meson.build @dbaker @eric
#############
# EGL
/src/egl/ @eric @evelikov
/include/EGL/ @eric @evelikov
/src/egl/ @eric @xexaxo
/include/EGL/ @eric @xexaxo
# EGL - Android support
/src/egl/drivers/dri2/platform_android.c @robh @tfiga
# EGL - Device support
/src/egl/drivers/dri2/platform_device.c @evelikov
/src/egl/drivers/dri2/platform_device.c @xexaxo
# EGL - Wayland support
/src/egl/wayland/ @daniels @eric
/src/egl/drivers/dri2/platform_wayland.c @daniels @eric
# Gallium targets
/src/gallium/targets/ @evelikov
/src/gallium/targets/ @xexaxo
# GLX
/src/glx/ @ajax
@ -87,11 +87,11 @@ meson.build @dbaker @eric
/src/hgl/ @kallisti5
# Loader - DRI/classic
/src/loader/ @evelikov
/src/loader/ @xexaxo
# Loader - Gallium
/src/gallium/auxiliary/pipe-loader/ @evelikov
/src/gallium/auxiliary/target-helpers/ @evelikov
/src/gallium/auxiliary/pipe-loader/ @xexaxo
/src/gallium/auxiliary/target-helpers/ @xexaxo
# Vulkan WSI - Display
/src/vulkan/wsi/wsi_common_display.* @keithp