diff options
author | Dave Parks <davep@lindenlab.com> | 2021-12-06 15:29:34 +0000 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2021-12-06 15:29:34 +0000 |
commit | 5e5be92d79b6ad49f971e7b2f2ddd359d762c163 (patch) | |
tree | 3ad8f7522a9087f7529b15d4cd0c9ab427ca49ae /indra/llrender/llshadermgr.cpp | |
parent | e7830b39f01d9f9c82e9e2029634dffb8386b24e (diff) |
SL-16202 Put Multi-threaded GL behind a feature flag and update featuretable (decruftify settings, compatibility pass).
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r-- | indra/llrender/llshadermgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index 6a53662619..c100c182dd 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -782,7 +782,7 @@ GLhandleARB LLShaderMgr::loadShaderFile(const std::string& filename, S32 & shade } } - if( gGLManager.mIsATI ) + if( gGLManager.mIsAMD ) { extra_code_text[extra_code_count++] = strdup( "#define IS_AMD_CARD 1\n" ); } |