Clone of mesa.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

REVIEWERS 3.6KB

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