diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llimage/llimagedxt.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/llimage/llimagedxt.h b/linden/indra/llimage/llimagedxt.h index c3c01c1..936258a 100644 --- a/linden/indra/llimage/llimagedxt.h +++ b/linden/indra/llimage/llimagedxt.h | |||
@@ -101,12 +101,11 @@ public: | |||
101 | BOOL encode(const LLImageRaw* raw_image, F32 time, bool explicit_mips); | 101 | BOOL encode(const LLImageRaw* raw_image, F32 time, bool explicit_mips); |
102 | /*virtual*/ BOOL encode(const LLImageRaw* raw_image, F32 time=0.0); | 102 | /*virtual*/ BOOL encode(const LLImageRaw* raw_image, F32 time=0.0); |
103 | 103 | ||
104 | /*virtual*/ BOOL requestDecodedData(LLPointer<LLImageRaw>& raw, S32 discard=-1, F32 decode_time=0.0); | ||
105 | /*virtual*/ void releaseDecodedData(); | ||
106 | |||
107 | /*virtual*/ S32 calcHeaderSize(); | 104 | /*virtual*/ S32 calcHeaderSize(); |
108 | /*virtual*/ S32 calcDataSize(S32 discard_level = 0); | 105 | /*virtual*/ S32 calcDataSize(S32 discard_level = 0); |
109 | 106 | ||
107 | BOOL getMipData(LLPointer<LLImageRaw>& raw, S32 discard=-1); | ||
108 | |||
110 | void setFormat(); | 109 | void setFormat(); |
111 | S32 getMipOffset(S32 discard); | 110 | S32 getMipOffset(S32 discard); |
112 | 111 | ||