summaryrefslogtreecommitdiff
path: root/REVIEWERS
AgeCommit message (Collapse)AuthorFilesLines
2017-03-23REVIEWERS: add autogen.sh to the autoconf groupEric Engestrom1-0/+1
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
2017-03-23REVIEWERS: add myself as a reviewer for EGL and docsEric Engestrom1-0/+5
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
2016-11-21reviewers: add Rob H for the Android EGL+build partsEmil Velikov1-0/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-11-21revieweds: add Tomasz for the Android/EGL implementationEmil Velikov1-0/+4
As mentioned/requested on the mailing list. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-10-19reviewers: Throw myself on the GLX grenadeAdam Jackson1-0/+4
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2016-05-04add REVIEWERS and get_reviewer.pl scriptRob Clark1-0/+106
Copied from linux kernel (where it is called MAINTAINERS and get_maintainer.pl), with minimal changes to script (to recognize mesa src tree rather than linux kernel src tree, and to avoid accidentaly CC'ing Linus Torvalds on mesa patches), and slimmed down MAINTAINER file syntax to recognize that we don't really have subsystem "maintainers" in the same sense as the linux kernel (ie. no different mailing lists and git trees per subsystem). The main point is to automate slapping on the correct CC's for patches via git's --cc-cmd feature, more than anything else. I didn't attempt to fully populate the REVIEWERS file, by a long shot. This is an opt-in system and anyone else can add their own entries. To utilize: git send-email --cc-cmd ./scripts/get_reviewer.pl ... or to configure it to be the default: git config sendemail.cccmd ./scripts/get_reviewer.pl Signed-off-by: Rob Clark <robclark@freedesktop.org>