diff options
author | Daniel Borca <[email protected]> | 2004-04-30 09:48:21 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-04-30 09:48:21 +0000 |
commit | c5cb215e3e89f9307c02395cdfb45f303228d628 (patch) | |
tree | b16a2420f5c832b774239fed47c92ff343631c4b /src/mesa/main/texcompress_fxt1.c | |
parent | ef5c82bd02926ac851537f1382352f8f6af33ece (diff) |
FXT1: getting warmer
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.c')
-rw-r--r-- | src/mesa/main/texcompress_fxt1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/texcompress_fxt1.c b/src/mesa/main/texcompress_fxt1.c index 98e9158074a..cb55346151f 100644 --- a/src/mesa/main/texcompress_fxt1.c +++ b/src/mesa/main/texcompress_fxt1.c @@ -80,9 +80,9 @@ texstore_rgb_fxt1(STORE_PARAMS) ASSERT(dstZoffset == 0); /* [dBorca] - * we still need to pass a 4byte/pixel texture to the codec + * we still need to pass 4byte/texel to the codec */ - if (srcFormat != GL_RGB || + if (1 || srcFormat != GL_RGB || srcType != CHAN_TYPE || ctx->_ImageTransferState || srcPacking->SwapBytes) { |