mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 13:10:24 +01:00
Currently we detect when a breaking commit:
- has landed in stable, and
- is referenced by a untagged fix in master
Yet we did not consider the case of breaking commit:
- prior to the branchpoint, and
- is referenced by a untagged fix in master
Addressing the latter is extremely slow, due to the size of the lookup.
That said, we can trivially use the existing is_sha_nomination() helper
to catch reverts.
Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| .editorconfig | ||
| .gitignore | ||
| bugzilla_mesa.sh | ||
| get-extra-pick-list.sh | ||
| get-pick-list.sh | ||
| git_sha1_gen.py | ||
| install_megadrivers.py | ||
| meson.build | ||
| meson_get_version.py | ||
| perf-annotate-jit.py | ||
| shortlog_mesa.sh | ||