projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ad10d
)
mesa: Don't warn when the desired result of s3tc lib available occurs.
author
Eric Anholt
<eric@anholt.net>
Thu, 26 Aug 2010 06:14:45 +0000
(23:14 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 26 Aug 2010 06:43:21 +0000
(23:43 -0700)
src/mesa/main/texcompress_s3tc.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texcompress_s3tc.c
b/src/mesa/main/texcompress_s3tc.c
index c70792cab616d5548feef73c162302cfce848c1d..8e05980262582030bd0703c5a537a491bf71038b 100644
(file)
--- 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;