summaryrefslogtreecommitdiff
path: root/indra/llappearance/lltexlayer.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-07-08 11:18:54 -0700
committerGraham Linden <graham@lindenlab.com>2019-07-08 11:18:54 -0700
commit76c41dafe939da18a1f1012779e2a53e46c35eb8 (patch)
tree6aac5c6e6dc04052bb4fd401cd6c8e5fe9402c57 /indra/llappearance/lltexlayer.cpp
parent26bf61811b018fdccdcd1e75a9d40d212f8aed70 (diff)
Roll back 10625 change and continue to side-step intel readback bug.
Diffstat (limited to 'indra/llappearance/lltexlayer.cpp')
-rw-r--r--indra/llappearance/lltexlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/lltexlayer.cpp b/indra/llappearance/lltexlayer.cpp
index 00196076eb..ca0d102b74 100644
--- a/indra/llappearance/lltexlayer.cpp
+++ b/indra/llappearance/lltexlayer.cpp
@@ -1588,7 +1588,7 @@ void LLTexLayer::renderMorphMasks(S32 x, S32 y, S32 width, S32 height, const LLC
mAlphaCache[cache_index] = alpha_data;
- bool skip_readback = LLRender::sNsightDebugSupport; // nSight doesn't support use of glReadPixels
+ bool skip_readback = LLRender::sNsightDebugSupport || gGLManager.mIsIntel; // nSight doesn't support use of glReadPixels
if (!skip_readback)
{