aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/pipeline.h')
-rw-r--r--linden/indra/newview/pipeline.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/linden/indra/newview/pipeline.h b/linden/indra/newview/pipeline.h
index 06bfb73..8b64b63 100644
--- a/linden/indra/newview/pipeline.h
+++ b/linden/indra/newview/pipeline.h
@@ -2,6 +2,8 @@
2 * @file pipeline.h 2 * @file pipeline.h
3 * @brief Rendering pipeline definitions 3 * @brief Rendering pipeline definitions
4 * 4 *
5 * $LicenseInfo:firstyear=2001&license=viewergpl$
6 *
5 * Copyright (c) 2001-2007, Linden Research, Inc. 7 * Copyright (c) 2001-2007, Linden Research, Inc.
6 * 8 *
7 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
@@ -24,6 +26,7 @@
24 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
25 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
26 * COMPLETENESS OR PERFORMANCE. 28 * COMPLETENESS OR PERFORMANCE.
29 * $/LicenseInfo$
27 */ 30 */
28 31
29#ifndef LL_PIPELINE_H 32#ifndef LL_PIPELINE_H
@@ -346,19 +349,12 @@ public:
346 BOOL mBackfaceCull; 349 BOOL mBackfaceCull;
347 S32 mTrianglesDrawn; 350 S32 mTrianglesDrawn;
348 LLStat mTrianglesDrawnStat; 351 LLStat mTrianglesDrawnStat;
349 LLStat mCompilesStat;
350 S32 mVerticesRelit; 352 S32 mVerticesRelit;
351 LLStat mVerticesRelitStat;
352 353
353 S32 mLightingChanges; 354 S32 mLightingChanges;
354 LLStat mLightingChangesStat;
355 S32 mGeometryChanges; 355 S32 mGeometryChanges;
356 LLStat mGeometryChangesStat;
357 LLStat mMoveChangesStat;
358 356
359 S32 mNumVisibleFaces; 357 S32 mNumVisibleFaces;
360 LLStat mNumVisibleFacesStat;
361 LLStat mNumVisibleDrawablesStat;
362 358
363 static S32 sCompiles; 359 static S32 sCompiles;
364 360