diff options
author | Dave Parks <davep@lindenlab.com> | 2011-02-17 17:18:57 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-02-17 17:18:57 -0600 |
commit | 9e0ee4dff0109326c31425581437a44351d08344 (patch) | |
tree | 1a434993f91fc75ddff444fea2a8e3e2cf2b6f4a /indra/newview/lldrawpoolwlsky.cpp | |
parent | cf728ab09ec12c73e95b8e2304a3b69c9460182e (diff) |
SH-1006 Quick pass at cutting down the number of redundant GL calls based on data from gDEBugger.
Reviewed by Nyx.
Diffstat (limited to 'indra/newview/lldrawpoolwlsky.cpp')
-rw-r--r-- | indra/newview/lldrawpoolwlsky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwlsky.cpp b/indra/newview/lldrawpoolwlsky.cpp index eaa6aa7e37..696c2d1abd 100644 --- a/indra/newview/lldrawpoolwlsky.cpp +++ b/indra/newview/lldrawpoolwlsky.cpp @@ -192,7 +192,7 @@ void LLDrawPoolWLSky::renderSkyClouds(F32 camHeightLocal) const &gWLCloudProgram; LLGLEnable blend(GL_BLEND); - LLGLSBlendFunc blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); + gGL.setSceneBlendType(LLRender::BT_ALPHA); gGL.setAlphaRejectSettings(LLRender::CF_DEFAULT); gGL.getTexUnit(0)->bind(sCloudNoiseTexture); |