diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml
index 4e10900441..457e915726 100644
--- a/.github/workflows/qatest.yaml
+++ b/.github/workflows/qatest.yaml
@@ -43,7 +43,11 @@ jobs:
artifact: Windows-installer
install-path: 'C:\viewer-automation-main'
- os: windows
- runner: qa-dan-asus
+ runner: qa-windows-asus-dan
+ artifact: Windows-installer
+ install-path: 'C:\viewer-automation-main'
+ - os: windows
+ runner: qa-windows-z600-dan
artifact: Windows-installer
install-path: 'C:\viewer-automation-main'
- os: mac
diff --git a/indra/llrender/llrendertarget.cpp b/indra/llrender/llrendertarget.cpp
index 3bf42124fd..a74f7dc343 100644
--- a/indra/llrender/llrendertarget.cpp
+++ b/indra/llrender/llrendertarget.cpp
@@ -497,24 +497,6 @@ U32 LLRenderTarget::getNumTextures() const
void LLRenderTarget::bindTexture(U32 index, S32 channel, LLTexUnit::eTextureFilterOptions filter_options)
{
gGL.getTexUnit(channel)->bindManual(mUsage, getTexture(index), filter_options == LLTexUnit::TFO_TRILINEAR || filter_options == LLTexUnit::TFO_ANISOTROPIC);
-
- // Unused variable warning fix (Macos) none of this code is needed.
- // bool isSRGB = false;
- // llassert(mInternalFormat.size() > index);
- // switch (mInternalFormat[index])
- // {
- // case GL_SRGB:
- // case GL_SRGB8:
- // case GL_SRGB_ALPHA:
- // case GL_SRGB8_ALPHA8:
- // isSRGB = true;
- // break;
-
- // default:
- // break;
- // }
- //
-
gGL.getTexUnit(channel)->setTextureFilteringOption(filter_options);
}
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 05106f8f5d..918e758cf6 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -2148,7 +2148,7 @@ set(viewer_APPSETTINGS_FILES
#app_settings/toolbars.xml FS:AO moved to skins
app_settings/trees.xml
app_settings/viewerart.xml
- ${CMAKE_SOURCE_DIR}/../etc/message.xml
+ app_settings/message.xml
${CMAKE_SOURCE_DIR}/../scripts/messages/message_template.msg
packages-info.txt
featuretable.txt
@@ -2284,7 +2284,7 @@ if (WINDOWS)
set(COPY_INPUT_DEPENDENCIES
# The following commented dependencies are determined at variably at build time. Can't do this here.
- ${CMAKE_SOURCE_DIR}/../etc/message.xml
+ app_settings/message.xml
${CMAKE_SOURCE_DIR}/../scripts/messages/message_template.msg
#${SHARED_LIB_STAGING_DIR}/openjp2.dll # Only copy OpenJPEG dll if needed
${SHARED_LIB_STAGING_DIR}/llwebrtc.dll
diff --git a/etc/message.xml b/indra/newview/app_settings/message.xml
similarity index 100%
rename from etc/message.xml
rename to indra/newview/app_settings/message.xml
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 1cc5975b76..d41c055353 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -2776,7 +2776,7 @@
Type
Boolean
Value
- 0
+ 1
ShowDiscordActivityDetails