diff options
Diffstat (limited to 'linden/indra/newview/lldrawpoolbump.h')
-rw-r--r-- | linden/indra/newview/lldrawpoolbump.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/lldrawpoolbump.h b/linden/indra/newview/lldrawpoolbump.h index fd6e22c..7e82f7f 100644 --- a/linden/indra/newview/lldrawpoolbump.h +++ b/linden/indra/newview/lldrawpoolbump.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2003&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2003&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2003-2008, Linden Research, Inc. | 7 | * Copyright (c) 2003-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -131,8 +131,7 @@ public: | |||
131 | 131 | ||
132 | LLImageGL* getBrightnessDarknessImage(LLViewerImage* src_image, U8 bump_code); | 132 | LLImageGL* getBrightnessDarknessImage(LLViewerImage* src_image, U8 bump_code); |
133 | // LLImageGL* getTestImage(); | 133 | // LLImageGL* getTestImage(); |
134 | void addTextureStats(U8 bump, const LLUUID& base_image_id, | 134 | void addTextureStats(U8 bump, const LLUUID& base_image_id, F32 virtual_size); |
135 | F32 pixel_area, F32 texel_area_ratio, F32 cos_center_angle); | ||
136 | 135 | ||
137 | static void onSourceBrightnessLoaded( BOOL success, LLViewerImage *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata ); | 136 | static void onSourceBrightnessLoaded( BOOL success, LLViewerImage *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata ); |
138 | static void onSourceDarknessLoaded( BOOL success, LLViewerImage *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata ); | 137 | static void onSourceDarknessLoaded( BOOL success, LLViewerImage *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata ); |