summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorRunitai Linden <davep@lindenlab.com>2021-09-22 16:50:20 -0500
committerRunitai Linden <davep@lindenlab.com>2021-09-22 16:50:20 -0500
commit9cff7ebc0cf7850b603ef4a4fb1435f72b678735 (patch)
treecd3c2a86f38f5d218e253e17b0c32e0b9603cf8d /indra/newview/pipeline.cpp
parentb4bb74c5def3175d99d672b0b26f941b756f5f45 (diff)
parentb1c32db37f74de715b4d6f9e98653f482e05df51 (diff)
Merge remote-tracking branch 'remotes/origin/DRTVWR-541' into DRTVWR-546
# Conflicts: # indra/llcommon/linden_common.h
Diffstat (limited to 'indra/newview/pipeline.cpp')
-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 e7c2d4db39..4e28c8c493 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -11146,6 +11146,7 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar)
if (LLPipeline::sRenderDeferred)
{
GLuint buff = GL_COLOR_ATTACHMENT0;
+ LL_PROFILER_GPU_ZONEC( "gl.DrawBuffersARB", 0x8000FF );
glDrawBuffersARB(1, &buff);
}