Rob Clark | b9985e5 | 2016-04-19 16:55:09 -0400 | [diff] [blame] | 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@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@jlekstrand.net> |
| 57 | F: src/compiler/nir/ |
| 58 | |
| 59 | DOCUMENTATION |
| 60 | R: Emil Velikov <emil.l.velikov@gmail.com> |
Eric Engestrom | e8875c7 | 2017-03-22 16:10:30 +0000 | [diff] [blame] | 61 | R: Eric Engestrom <eric@engestrom.ch> |
Rob Clark | b9985e5 | 2016-04-19 16:55:09 -0400 | [diff] [blame] | 62 | F: docs/ |
| 63 | F: doxygen/ |
| 64 | |
| 65 | COMPATIBILITY HEADERS |
| 66 | R: Emil Velikov <emil.l.velikov@gmail.com> |
| 67 | F: include/c99* |
| 68 | |
| 69 | DRI LOADER |
| 70 | R: Emil Velikov <emil.l.velikov@gmail.com> |
| 71 | F: src/loader/ |
| 72 | |
Eric Engestrom | e8875c7 | 2017-03-22 16:10:30 +0000 | [diff] [blame] | 73 | EGL |
| 74 | R: Eric Engestrom <eric@engestrom.ch> |
| 75 | F: src/egl/ |
| 76 | |
Rob Clark | b9985e5 | 2016-04-19 16:55:09 -0400 | [diff] [blame] | 77 | GALLIUM LOADER |
| 78 | R: Emil Velikov <emil.l.velikov@gmail.com> |
| 79 | F: src/gallium/auxiliary/pipe-loader/ |
| 80 | F: src/gallium/auxiliary/target-helpers/ |
| 81 | |
| 82 | GALLIUM TARGETS |
| 83 | R: Emil Velikov <emil.l.velikov@gmail.com> |
| 84 | F: src/gallium/targets/ |
| 85 | |
| 86 | AUTOCONF BUILD |
| 87 | R: Emil Velikov <emil.l.velikov@gmail.com> |
Eric Engestrom | ec0313f | 2017-03-22 16:54:52 +0000 | [diff] [blame] | 88 | F: autogen.sh |
Rob Clark | b9985e5 | 2016-04-19 16:55:09 -0400 | [diff] [blame] | 89 | F: configure.ac |
| 90 | F: */Automake.inc |
| 91 | F: */Makefile.*am |
| 92 | F: */Makefile.sources |
| 93 | |
| 94 | SCONS BUILD |
| 95 | F: scons/ |
| 96 | F: */SConscript* |
| 97 | F: */Makefile.sources |
| 98 | |
| 99 | ANDROID BUILD |
| 100 | R: Emil Velikov <emil.l.velikov@gmail.com> |
Emil Velikov | 8e0e247 | 2016-11-21 15:59:50 +0000 | [diff] [blame] | 101 | R: Rob Herring <robh@kernel.org> |
Rob Clark | b9985e5 | 2016-04-19 16:55:09 -0400 | [diff] [blame] | 102 | F: CleanSpec.mk |
| 103 | F: */Android.*mk |
| 104 | F: */Makefile.sources |
| 105 | |
Eric Engestrom | 573a60f | 2017-09-28 13:36:09 +0100 | [diff] [blame] | 106 | MESON BUILD |
| 107 | R: Dylan Baker <dylan@pnwbakers.com> |
Eric Engestrom | a35f250 | 2017-09-28 18:08:59 +0100 | [diff] [blame] | 108 | R: Eric Engestrom <eric@engestrom.ch> |
Eric Engestrom | 573a60f | 2017-09-28 13:36:09 +0100 | [diff] [blame] | 109 | F: */meson.build |
| 110 | F: meson_options.txt |
| 111 | |
Emil Velikov | 4fbeac3 | 2016-11-21 14:33:44 +0000 | [diff] [blame] | 112 | ANDROID EGL SUPPORT |
Emil Velikov | 8e0e247 | 2016-11-21 15:59:50 +0000 | [diff] [blame] | 113 | R: Rob Herring <robh@kernel.org> |
Emil Velikov | 4fbeac3 | 2016-11-21 14:33:44 +0000 | [diff] [blame] | 114 | R: Tomasz Figa <tfiga@chromium.org> |
| 115 | F: src/egl/drivers/dri2/platform_android.c |
| 116 | |
Rob Clark | b9985e5 | 2016-04-19 16:55:09 -0400 | [diff] [blame] | 117 | WAYLAND EGL SUPPORT |
| 118 | R: Daniel Stone <daniels@collabora.com> |
| 119 | F: src/egl/wayland/* |
| 120 | F: src/egl/drivers/dri2/platform_wayland.c |
| 121 | |
| 122 | FREEDRENO |
| 123 | R: Rob Clark <robclark@freedesktop.org> |
| 124 | F: src/gallium/drivers/freedreno/ |
Adam Jackson | 4276b5c | 2016-10-06 15:37:54 -0400 | [diff] [blame] | 125 | |
| 126 | GLX |
| 127 | R: Adam Jackson <ajax@redhat.com> |
| 128 | F: src/glx/ |