diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/llimage/llimagedxt.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/llimage/llimagedxt.h')
-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 | ||