summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2013-08-15 09:37:54 -0700
committerGraham Linden <graham@lindenlab.com>2013-08-15 09:37:54 -0700
commitdc63061714b0872a123ca769cd3683ab233c9915 (patch)
treeb3de09261594c23c29b808d0eab35c763264fa1b /indra/llrender
parent141c34cff46a7f2be868df45aa1a8de7b95fa4a4 (diff)
NORSPEC-352 for non-ALM rendering, make lighting shader with alpha masking obey vertex alpha
Diffstat (limited to 'indra/llrender')
-rwxr-xr-xindra/llrender/llrendertarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llrendertarget.cpp b/indra/llrender/llrendertarget.cpp
index 09ef780424..a011e81b99 100755
--- a/indra/llrender/llrendertarget.cpp
+++ b/indra/llrender/llrendertarget.cpp
@@ -113,7 +113,7 @@ void LLRenderTarget::resize(U32 resx, U32 resy, U32 color_fmt)
sBytesAllocated += pix_diff*4;
}
}
-
+
bool LLRenderTarget::allocate(U32 resx, U32 resy, U32 color_fmt, bool depth, bool stencil, LLTexUnit::eTextureType usage, bool use_fbo, S32 samples)
{