diff options
author | Graham Linden <graham@lindenlab.com> | 2019-07-24 10:53:04 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-07-24 10:53:04 -0700 |
commit | 1529c16201d332ce7bbff5c3637737ca58277eb9 (patch) | |
tree | f8337ec21ff2d52f646a5d2146dc673d93048ded /indra/newview/pipeline.cpp | |
parent | b507d63566e8896af702dd10f5643dc29068a8a9 (diff) |
SL-11610
Revert attempted fix for 10625.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 448b65272b..fc7408a8e5 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -1162,7 +1162,6 @@ void LLPipeline::releaseGLBuffers() mWaterRef.release(); mWaterDis.release(); - mBake.release(); mHighlight.release(); for (U32 i = 0; i < 3; i++) @@ -1226,9 +1225,6 @@ void LLPipeline::createGLBuffers() mWaterDis.allocate(res,res,GL_RGBA,TRUE,FALSE,LLTexUnit::TT_TEXTURE); } - // Use FBO for bake tex - mBake.allocate(512, 512, GL_RGBA, FALSE, FALSE, LLTexUnit::TT_TEXTURE, true); - mHighlight.allocate(256,256,GL_RGBA, FALSE, FALSE); stop_glerror(); |