summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_fxt1.c
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-04-30 09:48:21 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-04-30 09:48:21 +0000
commitc5cb215e3e89f9307c02395cdfb45f303228d628 (patch)
treeb16a2420f5c832b774239fed47c92ff343631c4b /src/mesa/main/texcompress_fxt1.c
parentef5c82bd02926ac851537f1382352f8f6af33ece (diff)
FXT1: getting warmer
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.c')
-rw-r--r--src/mesa/main/texcompress_fxt1.c4
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) {