mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
glthread: add newline to env override
Fixes: 8c42c353b6 ("driconf: rework glthread enablement")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22581>
This commit is contained in:
parent
972082d051
commit
8f3c3d2fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ dri_create_context(struct dri_screen *screen,
|
|||
bool user_enable_glthread = debug_get_bool_option("mesa_glthread", false);
|
||||
if (user_enable_glthread != enable_glthread) {
|
||||
/* print warning to mimic old behavior */
|
||||
fprintf(stderr, "ATTENTION: default value of option mesa_glthread overridden by environment.");
|
||||
fprintf(stderr, "ATTENTION: default value of option mesa_glthread overridden by environment.\n");
|
||||
}
|
||||
enable_glthread = user_enable_glthread;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue