1 Overview: 2 3 This file is similar in syntax (or more precisly a subset) of what is 4 used by the MAINTAINERS file in the linux kernel. Some fields do not 5 apply, for example, in all cases, send patches to: 6 7 mesa-dev (a] lists.freedesktop.org 8 9 and in all cases the patchwork instance is: 10 11 https://patchwork.freedesktop.org/project/mesa/ 12 13 The purpose is not exactly the same the MAINTAINERS file in the linux 14 kernel, as there are not official/formal maintainers of different 15 subsystems in mesa, but is meant to give an idea of who to CC for 16 various patches for review, and to allow the use of 17 scripts/get_reviewer.pl as git --cc-cmd. 18 19 Usage: 20 21 When sending patches: 22 23 git send-email --cc-cmd ./scripts/get_reviewer.pl ... 24 25 Or to configure as default: 26 27 git config sendemail.cccmd ./scripts/get_reviewer.pl 28 29 Descriptions of section entries: 30 31 R: Designated reviewer: FullName <address@domain> 32 These reviewers should be CCed on patches. 33 F: Files and directories with wildcard patterns. 34 A trailing slash includes all files and subdirectory files. 35 F: drivers/net/ all files in and below drivers/net 36 F: drivers/net/* all files in drivers/net, but not below 37 F: */net/* all files in "any top level directory"/net 38 One pattern per line. Multiple F: lines acceptable. 39 N: Files and directories with regex patterns. 40 N: [^a-z]tegra all files whose path contains the word tegra 41 One pattern per line. Multiple N: lines acceptable. 42 scripts/get_maintainer.pl has different behavior for files that 43 match F: pattern and matches of N: patterns. By default, 44 get_maintainer will not look at git log history when an F: pattern 45 match occurs. When an N: match occurs, git log history is used 46 to also notify the people that have git commit signatures. 47 48 Maintainers List (try to look for most precise areas first) 49 50 Note: this is an opt-in system, I have not tried to add anyone who hasn't 51 either asked me or sent a patch to add themselves. 52 53 ----------------------------------- 54 55 NIR 56 R: Jason Ekstrand <jason (a] jlekstrand.net> 57 F: src/compiler/nir/ 58 59 DOCUMENTATION 60 R: Emil Velikov <emil.l.velikov (a] gmail.com> 61 F: docs/ 62 F: doxygen/ 63 64 COMPATIBILITY HEADERS 65 R: Emil Velikov <emil.l.velikov (a] gmail.com> 66 F: include/c99* 67 68 DRI LOADER 69 R: Emil Velikov <emil.l.velikov (a] gmail.com> 70 F: src/loader/ 71 72 GALLIUM LOADER 73 R: Emil Velikov <emil.l.velikov (a] gmail.com> 74 F: src/gallium/auxiliary/pipe-loader/ 75 F: src/gallium/auxiliary/target-helpers/ 76 77 GALLIUM TARGETS 78 R: Emil Velikov <emil.l.velikov (a] gmail.com> 79 F: src/gallium/targets/ 80 81 AUTOCONF BUILD 82 R: Emil Velikov <emil.l.velikov (a] gmail.com> 83 F: configure.ac 84 F: */Automake.inc 85 F: */Makefile.*am 86 F: */Makefile.sources 87 88 SCONS BUILD 89 F: scons/ 90 F: */SConscript* 91 F: */Makefile.sources 92 93 ANDROID BUILD 94 R: Emil Velikov <emil.l.velikov (a] gmail.com> 95 R: Rob Herring <robh (a] kernel.org> 96 F: CleanSpec.mk 97 F: */Android.*mk 98 F: */Makefile.sources 99 100 ANDROID EGL SUPPORT 101 R: Rob Herring <robh (a] kernel.org> 102 R: Tomasz Figa <tfiga (a] chromium.org> 103 F: src/egl/drivers/dri2/platform_android.c 104 105 WAYLAND EGL SUPPORT 106 R: Daniel Stone <daniels (a] collabora.com> 107 F: src/egl/wayland/* 108 F: src/egl/drivers/dri2/platform_wayland.c 109 110 FREEDRENO 111 R: Rob Clark <robclark (a] freedesktop.org> 112 F: src/gallium/drivers/freedreno/ 113 114 GLX 115 R: Adam Jackson <ajax (a] redhat.com> 116 F: src/glx/ 117