[Mesa-dev] [PATCH 1/3] mesa: resolve typo DTXn/DXTn

Emil Velikov emil.l.velikov at gmail.com
Sat Nov 30 13:23:24 PST 2013


Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/mesa/main/teximage.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index 793c5d3..71865ae 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -2870,7 +2870,7 @@ _mesa_choose_texture_format(struct gl_context *ctx,
    }
 
    /* If the application requested compression to an S3TC format but we don't
-    * have the DTXn library, force a generic compressed format instead.
+    * have the DXTn library, force a generic compressed format instead.
     */
    if (internalFormat != format && format != GL_NONE) {
       const GLenum before = internalFormat;
-- 
1.8.4.2



More information about the mesa-dev mailing list