Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mesa
Path: blob/21.2-virgl/REVIEWERS
4538 views
Overview:

	This file is similar in syntax (or more precisly a subset) of what is
	used by the MAINTAINERS file in the linux kernel.
	The purpose is not exactly the same the MAINTAINERS file in the linux
	kernel, as there are not official/formal maintainers of different
	subsystems in mesa, but is meant to give an idea of who to CC for
	various patches for review.

Descriptions of section entries:

	R: Designated reviewer: FullName <address@domain>
	   These reviewers should be CCed on patches.
	F: Files and directories with wildcard patterns.
	   A trailing slash includes all files and subdirectory files.
	   F:	drivers/net/	all files in and below drivers/net
	   F:	drivers/net/*	all files in drivers/net, but not below
	   F:	*/net/*		all files in "any top level directory"/net
	   One pattern per line.  Multiple F: lines acceptable.

Maintainers List (try to look for most precise areas first)

Note: this is an opt-in system, I have not tried to add anyone who hasn't
either asked me or sent a patch to add themselves.

		-----------------------------------

NIR
R:	Jason Ekstrand <[email protected]>
F:	src/compiler/nir/

DOCUMENTATION
R: Emil Velikov <[email protected]>
R: Eric Engestrom <[email protected]>
F: docs/

COMPATIBILITY HEADERS
R: Emil Velikov <[email protected]>
F: include/c99*

DRI LOADER
R: Emil Velikov <[email protected]>
F: src/loader/

EGL
R: Eric Engestrom <[email protected]>
R: Emil Velikov <[email protected]>
F: src/egl/
F: include/EGL/

HAIKU
R: Alexander von Gluck IV <[email protected]>
F: include/HaikuGL/
F: src/egl/drivers/haiku/
F: src/gallium/frontends/hgl/
F: src/gallium/targets/haiku-softpipe/
F: src/gallium/winsys/sw/hgl/
F: src/hgl/

GALLIUM LOADER
R: Emil Velikov <[email protected]>
F: src/gallium/auxiliary/pipe-loader/
F: src/gallium/auxiliary/target-helpers/

GALLIUM TARGETS
R: Emil Velikov <[email protected]>
F: src/gallium/targets/

ANDROID BUILD
R: Emil Velikov <[email protected]>
R: Rob Herring <[email protected]>
F: CleanSpec.mk
F: */Android.*mk
F: */Makefile.sources

MESON BUILD
R: Dylan Baker <[email protected]>
R: Eric Engestrom <[email protected]>
F: */meson.build
F: meson.build
F: meson_options.txt

ANDROID EGL SUPPORT
R: Rob Herring <[email protected]>
R: Tomasz Figa <[email protected]>
F: src/egl/drivers/dri2/platform_android.c

WAYLAND EGL SUPPORT
R: Daniel Stone <[email protected]>
F: src/egl/wayland/*
F: src/egl/drivers/dri2/platform_wayland.c

FREEDRENO
R:	Rob Clark <[email protected]>
F:	src/gallium/drivers/freedreno/

GLX
R: Adam Jackson <[email protected]>
F: src/glx/

VULKAN
R: Eric Engestrom <[email protected]>
F: src/vulkan/
F: include/vulkan/

VMWARE DRIVER
R: Brian Paul <[email protected]>
R: Charmaine Lee <[email protected]>
F: src/gallium/drivers/svga/

VMWARE WINSYS CODE
R: Thomas Hellstrom <[email protected]>
R: Deepak Rawat <[email protected]>
F: src/gallium/winsys/svga/