diff options
author | Marek Olšák <[email protected]> | 2019-12-03 20:38:14 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2020-05-13 13:47:27 -0400 |
commit | 8c9b9aac7d09e65195dca6681d59c10e4ef713d9 (patch) | |
tree | 4b419e23b0fb2e78eaadaefd31d5923d9c277fb0 /src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | |
parent | d6287a94b697ffe12a4e576a38943cdf4e90cdb0 (diff) |
gallium: change comments to remove 'state tracker'
Acked-by: Eric Anholt <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4902>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_misc.cpp')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp index df7196190c5..b079b96b6de 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp @@ -143,11 +143,11 @@ static void init_native_targets() extern "C" void lp_set_target_options(void) { - /* The llvm target registry is not thread-safe, so drivers and state-trackers + /* The llvm target registry is not thread-safe, so drivers and gallium frontends * that want to initialize targets should use the lp_set_target_options() * function to safely initialize targets. * - * LLVM targets should be initialized before the driver or state-tracker tries + * LLVM targets should be initialized before the driver or gallium frontend tries * to access the registry. */ call_once(&init_native_targets_once_flag, init_native_targets); |