diff options
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) { |