diff options
author | Graham Linden <graham@lindenlab.com> | 2019-07-23 11:36:22 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-07-23 11:36:22 -0700 |
commit | b507d63566e8896af702dd10f5643dc29068a8a9 (patch) | |
tree | 2fe8accc9802ad35364cd39b6e74efde0d7e0cfd /indra/llrender/llshadermgr.cpp | |
parent | 230c9b68d81bcf163a6627e8474e545e8ceb2282 (diff) |
SL-11621
Remove all references to unused shader var global_gamma.
Remove many unused decls for gamma from shaders.
Make post-deferred gamma correction use display_gamma.
Make setting display_gamma use the correct RenderDeferredDisplayGamma setting.
Diffstat (limited to 'indra/llrender/llshadermgr.cpp')
-rw-r--r-- | indra/llrender/llshadermgr.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llrender/llshadermgr.cpp b/indra/llrender/llshadermgr.cpp index 026301d914..bce3720d3b 100644 --- a/indra/llrender/llshadermgr.cpp +++ b/indra/llrender/llshadermgr.cpp @@ -1305,8 +1305,6 @@ void LLShaderMgr::initAttribsAndUniforms() mReservedUniforms.push_back("bloomMap"); mReservedUniforms.push_back("projectionMap"); mReservedUniforms.push_back("norm_mat"); - - mReservedUniforms.push_back("global_gamma"); mReservedUniforms.push_back("texture_gamma"); mReservedUniforms.push_back("specular_color"); |