summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-06-23 16:41:06 -0500
committerDave Parks <davep@lindenlab.com>2022-06-23 16:41:06 -0500
commitbeb763c4a0b657de40cd7c02734b70babfccc26b (patch)
tree860a9a13339b4d95df173552c99a8beda2b8db5c /indra/newview/pipeline.cpp
parent6c678648e0649ca1be62c79af792ffd85ce379a8 (diff)
parent861e7b6be812f450ed9b4580a8c7ca30d88a26dd (diff)
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp44
1 files changed, 24 insertions, 20 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index c9f3eb9076..82a5b28576 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -281,29 +281,33 @@ static LLStaticHashedString sKern("kern");
static LLStaticHashedString sKernScale("kern_scale");
//----------------------------------------
-std::string gPoolNames[] =
+#if 0
+std::string gPoolNames[LLDrawPool::NUM_POOL_TYPES] =
{
// Correspond to LLDrawpool enum render type
- "NONE",
- "POOL_SIMPLE",
- "POOL_GROUND",
- "POOL_FULLBRIGHT",
- "POOL_BUMP",
- "POOL_MATERIALS",
- "POOL_TERRAIN,"
- "POOL_SKY",
- "POOL_WL_SKY",
- "POOL_TREE",
- "POOL_ALPHA_MASK",
- "POOL_FULLBRIGHT_ALPHA_MASK",
- "POOL_GRASS",
- "POOL_INVISIBLE",
- "POOL_AVATAR",
- "POOL_VOIDWATER",
- "POOL_WATER",
- "POOL_GLOW",
- "POOL_ALPHA"
+ "NONE"
+ , "POOL_SIMPLE"
+ , "POOL_GROUND"
+ , "POOL_FULLBRIGHT"
+ , "POOL_BUMP"
+ , "POOL_MATERIALS"
+ , "POOL_TERRAIN"
+ , "POOL_SKY"
+ , "POOL_WL_SKY"
+ , "POOL_TREE"
+ , "POOL_ALPHA_MASK"
+ , "POOL_FULLBRIGHT_ALPHA_MASK"
+ , "POOL_GRASS"
+ , "POOL_INVISIBLE"
+ , "POOL_AVATAR"
+ , "POOL_CONTROL_AV" // Animesh
+ , "POOL_VOIDWATER"
+ , "POOL_WATER"
+ , "POOL_GLOW"
+ , "POOL_ALPHA"
+ , "POOL_PBR_OPAQUE"
};
+#endif
void drawBox(const LLVector4a& c, const LLVector4a& r);
void drawBoxOutline(const LLVector3& pos, const LLVector3& size);