Files
third_party_mesa3d/CODEOWNERS
Line: 23: incorrect codeowner user: dbaker Line: 23: incorrect codeowner user: eric Line: 23: no users/groups matched Line: 24: incorrect codeowner user: dbaker Line: 24: incorrect codeowner user: eric Line: 24: no users/groups matched Line: 25: incorrect codeowner user: dbaker Line: 25: incorrect codeowner user: eric Line: 25: no users/groups matched Line: 28: incorrect codeowner user: evelikov Line: 28: no users/groups matched Line: 29: incorrect codeowner user: eric Line: 29: no users/groups matched Line: 32: incorrect codeowner user: eric Line: 32: incorrect codeowner user: evelikov Line: 32: no users/groups matched Line: 40: incorrect codeowner user: jekstrand Line: 40: no users/groups matched Line: 43: incorrect codeowner user: eric Line: 43: incorrect codeowner user: jekstrand Line: 43: no users/groups matched Line: 44: incorrect codeowner user: eric Line: 44: incorrect codeowner user: jekstrand Line: 44: no users/groups matched Line: 52: incorrect codeowner user: eric Line: 52: incorrect codeowner user: evelikov Line: 52: no users/groups matched Line: 53: incorrect codeowner user: eric Line: 53: incorrect codeowner user: evelikov Line: 53: no users/groups matched Line: 56: incorrect codeowner user: robh Line: 56: incorrect codeowner user: tfiga Line: 56: no users/groups matched Line: 59: incorrect codeowner user: evelikov Line: 59: no users/groups matched Line: 62: incorrect codeowner user: daniels Line: 62: incorrect codeowner user: eric Line: 62: no users/groups matched Line: 63: incorrect codeowner user: daniels Line: 63: incorrect codeowner user: eric Line: 63: no users/groups matched Line: 66: incorrect codeowner user: evelikov Line: 66: no users/groups matched Line: 69: incorrect codeowner user: ajax Line: 69: no users/groups matched Line: 70: incorrect codeowner user: ajax Line: 70: no users/groups matched Line: 73: incorrect codeowner user: kbrenneman Line: 73: no users/groups matched Line: 74: incorrect codeowner user: kbrenneman Line: 74: no users/groups matched Line: 75: incorrect codeowner user: kbrenneman Line: 75: no users/groups matched Line: 76: incorrect codeowner user: kbrenneman Line: 76: no users/groups matched Line: 79: incorrect codeowner user: kallisti5 Line: 79: no users/groups matched Line: 80: incorrect codeowner user: kallisti5 Line: 80: no users/groups matched Line: 81: incorrect codeowner user: kallisti5 Line: 81: no users/groups matched Line: 82: incorrect codeowner user: kallisti5 Line: 82: no users/groups matched Line: 83: incorrect codeowner user: kallisti5 Line: 83: no users/groups matched Line: 84: incorrect codeowner user: kallisti5 Line: 84: no users/groups matched Line: 87: incorrect codeowner user: evelikov Line: 87: no users/groups matched Line: 90: incorrect codeowner user: evelikov Line: 90: no users/groups matched Line: 91: incorrect codeowner user: evelikov Line: 91: no users/groups matched Line: 94: incorrect codeowner user: keithp Line: 94: no users/groups matched Line: 95: incorrect codeowner user: keithp Line: 95: no users/groups matched Line: 103: incorrect codeowner user: robclark Line: 103: no users/groups matched Line: 106: incorrect codeowner user: brianp Line: 106: incorrect codeowner user: charmainel Line: 106: no users/groups matched Line: 107: incorrect codeowner user: thomash Line: 107: incorrect codeowner user: drawat Line: 107: no users/groups matched
Eric Engestrom 3047fd4783 gitlab: convert old REVIEWERS into GitLab's CODEOWNERS
The old REVIEWERS file was useful back in the mailing lists days, but
nowadays we use GitLab, and we tag people by using their usernames, not
email addresses.

Most of us know each other's usernames by now, but documentation like
this is not meant for us but for everyone else, so that they can talk to
us.

Let's convert the file into GitLab's CODEOWNERS format, which maps files
in the repository to GitLab users that people can look up or tag in
their issues or merge requests.

See also: https://docs.gitlab.com/ce/user/project/code_owners.html

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2178>
2021-10-06 22:52:05 +00:00

108 lines
2.3 KiB
Plaintext

# This file contains the GitLab handle of the maintainers/reviewers for
# a given file:
# https://docs.gitlab.com/ce/user/project/code_owners.html
#
# Consider these as the list of people who want to be involved in MRs
# touching these files/folders, and whom you can ask your questions and
# tag in issues.
#
# As of GitLab 14.3, all features surrounding this file are premium-only,
# which means this file is only read by humans for now.
#
# Paths starting with a `/` are relative to the git root, otherwise they
# can match any substring of the file's path.
# If multiple lines match, only the last one applies; there is no
# accumulation.
##################
# INFRASTRUCTURE #
##################
# Build system - Meson
meson.build @dbaker @eric
/meson_options.txt @dbaker @eric
/docs/meson.rst @dbaker @eric
# Compatibility headers
/include/c99* @evelikov
/include/c11* @eric
# Documentation
/docs/ @eric @evelikov
##########
# COMMON #
##########
# NIR
/src/compiler/nir/ @jekstrand
# Vulkan
/src/vulkan/ @eric @jekstrand
/include/vulkan/ @eric @jekstrand
#############
# PLATFORMS #
#############
# EGL
/src/egl/ @eric @evelikov
/include/EGL/ @eric @evelikov
# EGL - Android support
/src/egl/drivers/dri2/platform_android.c @robh @tfiga
# EGL - Device support
/src/egl/drivers/dri2/platform_device.c @evelikov
# EGL - Wayland support
/src/egl/wayland/ @daniels @eric
/src/egl/drivers/dri2/platform_wayland.c @daniels @eric
# Gallium targets
/src/gallium/targets/ @evelikov
# GLX
/src/glx/ @ajax
/include/GL/glx* @ajax
# GLVND
/src/egl/main/eglglvnd.c @kbrenneman
/src/egl/main/egldispatchstubs.* @kbrenneman
/src/egl/generate/ @kbrenneman
/src/glx/*glvnd* @kbrenneman
# Haiku
/include/HaikuGL/ @kallisti5
/src/egl/drivers/haiku/ @kallisti5
/src/gallium/frontends/hgl/ @kallisti5
/src/gallium/targets/haiku-softpipe/ @kallisti5
/src/gallium/winsys/sw/hgl/ @kallisti5
/src/hgl/ @kallisti5
# Loader - DRI/classic
/src/loader/ @evelikov
# Loader - Gallium
/src/gallium/auxiliary/pipe-loader/ @evelikov
/src/gallium/auxiliary/target-helpers/ @evelikov
# Vulkan WSI - Display
/src/vulkan/wsi/wsi_common_display.* @keithp
/src/*/vulkan/*_wsi_display.c @keithp
###########
# Drivers #
###########
# Freedreno
/src/gallium/drivers/freedreno/ @robclark
# VMware
/src/gallium/drivers/svga/ @brianp @charmainel
/src/gallium/winsys/svga/ @thomash @drawat