Comment # 3 on bug 1204866 from
Just verified that older Mesa versions are not affected by this (like Mesa
21.2.4 on Leap 15.4).  "radv" device driver specific settings 
00-radv-defaults.conf were splitted out of 00-mesa-defaults.conf.  

commit 53ca85ac2a1acf1476c4b494f5fdfa2cc39c644c
Author: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Date:   Thu Feb 24 10:13:51 2022 +0100

    radv,drirc: move RADV workarounds to 00-radv-defaults.conf

    Because we have to maintain two different packages of Mesa, one
    specific to RADV and another one for RadeonSI and such, it's a bit
    annoying to have to synchronize the drirc entries. Currently, only our
    Mesa package installs 00-mesa-defaults.conf which means we have to
    backport the drirc RADV changes.

    This splits 00-mesa-defaults.conf in two to move the drirc RADV entries
    to src/amd/vulkan/00-radv-defaults.conf. Meson will install the file
    only if RADV is built.

    There is still a caveat for common drirc workarounds like for WSI but
    they are rare enough and we could still duplicate them if needed.

    Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
    Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
    Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15152>

Not sure what "we" means here ...


You are receiving this mail because: