Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

REVIEWERS 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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.
  4. The purpose is not exactly the same the MAINTAINERS file in the linux
  5. kernel, as there are not official/formal maintainers of different
  6. subsystems in mesa, but is meant to give an idea of who to CC for
  7. various patches for review.
  8. Descriptions of section entries:
  9. R: Designated reviewer: FullName <address@domain>
  10. These reviewers should be CCed on patches.
  11. F: Files and directories with wildcard patterns.
  12. A trailing slash includes all files and subdirectory files.
  13. F: drivers/net/ all files in and below drivers/net
  14. F: drivers/net/* all files in drivers/net, but not below
  15. F: */net/* all files in "any top level directory"/net
  16. One pattern per line. Multiple F: lines acceptable.
  17. Maintainers List (try to look for most precise areas first)
  18. Note: this is an opt-in system, I have not tried to add anyone who hasn't
  19. either asked me or sent a patch to add themselves.
  20. -----------------------------------
  21. NIR
  22. R: Jason Ekstrand <jason@jlekstrand.net>
  23. F: src/compiler/nir/
  24. DOCUMENTATION
  25. R: Emil Velikov <emil.l.velikov@gmail.com>
  26. R: Eric Engestrom <eric@engestrom.ch>
  27. F: docs/
  28. F: doxygen/
  29. COMPATIBILITY HEADERS
  30. R: Emil Velikov <emil.l.velikov@gmail.com>
  31. F: include/c99*
  32. DRI LOADER
  33. R: Emil Velikov <emil.l.velikov@gmail.com>
  34. F: src/loader/
  35. EGL
  36. R: Eric Engestrom <eric@engestrom.ch>
  37. R: Emil Velikov <emil.l.velikov@gmail.com>
  38. F: src/egl/
  39. F: include/EGL/
  40. HAIKU
  41. R: Alexander von Gluck IV <kallisti5@unixzen.com>
  42. F: include/HaikuGL/
  43. F: src/egl/drivers/haiku/
  44. F: src/gallium/state_trackers/hgl/
  45. F: src/gallium/targets/haiku-softpipe/
  46. F: src/gallium/winsys/sw/hgl/
  47. F: src/hgl/
  48. GALLIUM LOADER
  49. R: Emil Velikov <emil.l.velikov@gmail.com>
  50. F: src/gallium/auxiliary/pipe-loader/
  51. F: src/gallium/auxiliary/target-helpers/
  52. GALLIUM TARGETS
  53. R: Emil Velikov <emil.l.velikov@gmail.com>
  54. F: src/gallium/targets/
  55. SCONS BUILD
  56. F: scons/
  57. F: */SConscript*
  58. F: */Makefile.sources
  59. ANDROID BUILD
  60. R: Emil Velikov <emil.l.velikov@gmail.com>
  61. R: Rob Herring <robh@kernel.org>
  62. F: CleanSpec.mk
  63. F: */Android.*mk
  64. F: */Makefile.sources
  65. MESON BUILD
  66. R: Dylan Baker <dylan@pnwbakers.com>
  67. R: Eric Engestrom <eric@engestrom.ch>
  68. F: */meson.build
  69. F: meson.build
  70. F: meson_options.txt
  71. ANDROID EGL SUPPORT
  72. R: Rob Herring <robh@kernel.org>
  73. R: Tomasz Figa <tfiga@chromium.org>
  74. F: src/egl/drivers/dri2/platform_android.c
  75. WAYLAND EGL SUPPORT
  76. R: Daniel Stone <daniels@collabora.com>
  77. F: src/egl/wayland/*
  78. F: src/egl/drivers/dri2/platform_wayland.c
  79. FREEDRENO
  80. R: Rob Clark <robclark@freedesktop.org>
  81. F: src/gallium/drivers/freedreno/
  82. GLX
  83. R: Adam Jackson <ajax@redhat.com>
  84. F: src/glx/
  85. VULKAN
  86. R: Eric Engestrom <eric@engestrom.ch>
  87. F: src/vulkan/
  88. F: include/vulkan/
  89. VMWARE DRIVER
  90. R: Brian Paul <brianp@vmware.com>
  91. R: Charmaine Lee <charmainel@vmware.com>
  92. F: src/gallium/drivers/svga/
  93. VMWARE WINSYS CODE
  94. R: Thomas Hellstrom <thellstrom@vmware.com>
  95. R: Deepak Rawat <drawat@vmware.com>
  96. F: src/gallium/winsys/svga/