From 73fdacbebfa92f510f9c8303d8c7f767075f0420 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 10:28:29 +0200 Subject: [PATCH] docs: clean up labels This updates the documentation of the labels to match with our actual labels. Reviewed-by: Yonggang Luo Part-of: --- docs/submittingpatches.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst index 06483863f48..4fe6dd4e411 100644 --- a/docs/submittingpatches.rst +++ b/docs/submittingpatches.rst @@ -182,8 +182,8 @@ Patches are submitted to the Mesa project via a Add labels to your MR to help reviewers find it. For example: - Mesa changes affecting all drivers: mesa -- Hardware vendor specific code: amd, intel, nvidia, ... -- Driver specific code: anvil, freedreno, i965, iris, radeonsi, radv, +- Hardware vendor specific code: AMD common, intel, ... +- Driver specific code: ANV, freedreno, i965, iris, radeonsi, RADV, vc4, ... - Other tag examples: gallium, util