diff options
author | Norbert Pfeiler <norbert.pfeiler+git@gmail.com> | 2022-01-29 10:56:33 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2022-03-23 09:36:24 +0000 |
commit | 88e19f50c90790318206950169bcf5c84f70cea4 (patch) | |
tree | cc59195c36d094e0e10da784f4bcaf7326fd7a15 /panels | |
parent | a57d31f0cf86ee763fd16a4dd6bb49c1ddef6704 (diff) | |
download | gnome-control-center-88e19f50c90790318206950169bcf5c84f70cea4.tar.gz |
info-overview: Replace llvmpipe with “Software Rendering”
Diffstat (limited to 'panels')
-rw-r--r-- | panels/info-overview/info-cleanup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/panels/info-overview/info-cleanup.c b/panels/info-overview/info-cleanup.c index ceeb61025..5c3480ca7 100644 --- a/panels/info-overview/info-cleanup.c +++ b/panels/info-overview/info-cleanup.c @@ -45,6 +45,7 @@ prettify_info (const char *info) { " x86|/MMX|/SSE2|/PCIe", ""}, { " [(][^)]*(DRM|MESA|LLVM)[^)]*[)]?", ""}, { "Graphics Controller", "Graphics"}, + { ".*llvmpipe.*", "Software Rendering"}, }; if (*info == '\0') |