summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-10-26 14:42:09 -0500
committerDave Parks <davep@lindenlab.com>2010-10-26 14:42:09 -0500
commitdcde5979c3afa8046f3053bc9b8460ac333ceed6 (patch)
tree612404eb032e4213bb3f0b9fd6f2e7ce50c63b28 /indra/newview
parent53beeec0a34fd926f1b9a5aea04cec9ed94e31d9 (diff)
Anti-alias edge map.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/pipeline.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 295b21d5b4..a5c99d125c 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -634,6 +634,7 @@ void LLPipeline::allocateScreenBuffer(U32 resX, U32 resY)
{
addDeferredAttachments(mSampleBuffer);
mDeferredScreen.setSampleBuffer(&mSampleBuffer);
+ mEdgeMap.setSampleBuffer(&mSampleBuffer);
}
mScreen.setSampleBuffer(&mSampleBuffer);