mesa: Don't warn when the desired result of s3tc lib available occurs.
authorEric Anholt <eric@anholt.net>
Thu, 26 Aug 2010 06:14:45 +0000 (23:14 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 26 Aug 2010 06:43:21 +0000 (23:43 -0700)
src/mesa/main/texcompress_s3tc.c

index c70792c..8e05980 100644 (file)
@@ -149,7 +149,6 @@ _mesa_init_texture_s3tc( GLcontext *ctx )
    }
    if (dxtlibhandle) {
       ctx->Mesa_DXTn = GL_TRUE;
-      _mesa_warning(ctx, "software DXTn compression/decompression available");
    }
 #else
    (void) ctx;