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