mesa/fxt1: make fxt1_decode_1 static
authorDave Airlie <airlied@gmail.com>
Sat, 15 Sep 2012 03:16:47 +0000 (13:16 +1000)
committerDave Airlie <airlied@gmail.com>
Sat, 15 Sep 2012 08:03:37 +0000 (18:03 +1000)
No users outside this file.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/texcompress_fxt1.c

index 92af29ad402fea88ed1d41cf967aeddc9c16192b..3fc7dab967cef883df4b63d5accf342c1d841251 100644 (file)
@@ -50,7 +50,7 @@ fxt1_encode (GLuint width, GLuint height, GLint comps,
              const void *source, GLint srcRowStride,
              void *dest, GLint destRowStride);
 
-void
+static void
 fxt1_decode_1 (const void *texture, GLint stride,
                GLint i, GLint j, GLubyte *rgba);
 
@@ -1619,7 +1619,7 @@ fxt1_decode_1ALPHA (const GLubyte *code, GLint t, GLubyte *rgba)
 }
 
 
-void
+static void
 fxt1_decode_1 (const void *texture, GLint stride, /* in pixels */
                GLint i, GLint j, GLubyte *rgba)
 {