aboutsummaryrefslogtreecommitdiffstats
path: root/REVIEWERS
Commit message (Collapse)AuthorAgeFilesLines
* docs: drop most autoconf referencesDylan Baker2019-04-151-8/+0
| | | | | | | | | | | | | | | | | | | | There's still a few in here, but those docs are already so out of date that it probably makes more sense to delete them. Such as the GLES docs which still claim we only support 1.1 and 2.0, with no mention of 3.x at all. v2: - Add docs for testing back end (Eric Engestrom) - Drop more autootols references - meson is now required not recommended - Add $PWD Acked-by: Kenneth Graunke <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Jason Ekstrand <[email protected]> Acked-by: Bas Nieuwenhuizen <[email protected]> Acked-by: Matt Turner <[email protected]>
* REVIEWERS: add Vulkan reviewer groupEric Engestrom2018-11-131-0/+5
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Emil Velikov <[email protected]>
* REVIEWERS: add Emil as EGL reviewerEric Engestrom2018-11-131-0/+1
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Emil Velikov <[email protected]>
* REVIEWERS: add include path for EGLEric Engestrom2018-11-131-0/+1
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Emil Velikov <[email protected]>
* REVIEWERS: add root meson.build to the Meson reviewers groupEric Engestrom2018-06-011-0/+1
| | | | | Reviewed-by: Dylan Baker <[email protected]> Signed-off-by: Eric Engestrom <[email protected]>
* REVIEWERS: add Alexander von Gluck IV as a reviewer for HaikuEric Engestrom2017-11-231-0/+9
| | | | | | | | There's been some Haiku-related activity lately, so let's document who to cc on these patches. Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Alexander von Gluck IV <[email protected]>
* REVIEWERS: add myself as a Meson reviewerEric Engestrom2017-09-281-0/+1
| | | | Signed-off-by: Eric Engestrom <[email protected]>
* REVIEWERS: add MesonEric Engestrom2017-09-281-0/+5
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
* REVIEWERS: add autogen.sh to the autoconf groupEric Engestrom2017-03-231-0/+1
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Emil Velikov <[email protected]>
* REVIEWERS: add myself as a reviewer for EGL and docsEric Engestrom2017-03-231-0/+5
| | | | Signed-off-by: Eric Engestrom <[email protected]>
* reviewers: add Rob H for the Android EGL+build partsEmil Velikov2016-11-211-0/+2
| | | | Signed-off-by: Emil Velikov <[email protected]>
* revieweds: add Tomasz for the Android/EGL implementationEmil Velikov2016-11-211-0/+4
| | | | | | As mentioned/requested on the mailing list. Signed-off-by: Emil Velikov <[email protected]>
* reviewers: Throw myself on the GLX grenadeAdam Jackson2016-10-191-0/+4
| | | | | Signed-off-by: Adam Jackson <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
* add REVIEWERS and get_reviewer.pl scriptRob Clark2016-05-041-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 <[email protected]>