Mesa (master): mesa: Don' t warn when the desired result of s3tc lib available occurs.

Eric Anholt anholt at kemper.freedesktop.org
Thu Aug 26 06:43:44 UTC 2010


Module: Mesa
Branch: master
Commit: 0673b46933735cf7a1a923b93ce88e99714decd6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0673b46933735cf7a1a923b93ce88e99714decd6

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Aug 25 23:14:45 2010 -0700

mesa: Don't warn when the desired result of s3tc lib available occurs.

---

 src/mesa/main/texcompress_s3tc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/texcompress_s3tc.c b/src/mesa/main/texcompress_s3tc.c
index c70792c..8e05980 100644
--- a/src/mesa/main/texcompress_s3tc.c
+++ b/src/mesa/main/texcompress_s3tc.c
@@ -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;




More information about the mesa-commit mailing list