diff options
| author | Rider Linden <rider@lindenlab.com> | 2019-04-23 22:47:31 +0000 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2019-04-23 22:47:31 +0000 |
| commit | ebd7306948880361422be3187ad7be1c5c64bccb (patch) | |
| tree | 95e9398bac4cd02e9c8514241a40063eb9fe251c /indra/newview/pipeline.cpp | |
| parent | 0f1f41ae58bf409ad53a55b4d493070dbb001610 (diff) | |
| parent | 3c13779e67841147d2cdcb77e73db2ce9b011cc6 (diff) | |
Merged in graham_linden/viewer-eep-rc-fixes (pull request #364)
SL-10901, SL-10946
Diffstat (limited to 'indra/newview/pipeline.cpp')
| -rw-r--r-- | indra/newview/pipeline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 27b280a4a8..b7c6d7817a 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -8238,7 +8238,7 @@ void LLPipeline::bindDeferredShader(LLGLSLShader& shader, LLRenderTarget* light_ { stop_glerror(); gGL.getTexUnit(channel)->bind(getShadowTarget(i), TRUE); - gGL.getTexUnit(channel)->setTextureFilteringOption(LLTexUnit::TFO_BILINEAR); + gGL.getTexUnit(channel)->setTextureFilteringOption(LLTexUnit::TFO_ANISOTROPIC); gGL.getTexUnit(channel)->setTextureAddressMode(LLTexUnit::TAM_CLAMP); stop_glerror(); @@ -8260,7 +8260,7 @@ void LLPipeline::bindDeferredShader(LLGLSLShader& shader, LLRenderTarget* light_ if (shadow_target) { gGL.getTexUnit(channel)->bind(shadow_target, TRUE); - gGL.getTexUnit(channel)->setTextureFilteringOption(LLTexUnit::TFO_BILINEAR); + gGL.getTexUnit(channel)->setTextureFilteringOption(LLTexUnit::TFO_ANISOTROPIC); gGL.getTexUnit(channel)->setTextureAddressMode(LLTexUnit::TAM_CLAMP); stop_glerror(); |
