From: Dave Airlie Date: Sat, 15 Sep 2012 03:16:47 +0000 (+1000) Subject: mesa/fxt1: make fxt1_decode_1 static X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee9f5766378e3f4fbaf41e8c4d037b66793c1077;p=mesa.git mesa/fxt1: make fxt1_decode_1 static No users outside this file. Reviewed-by: Matt Turner Acked-by: Kenneth Graunke Signed-off-by: Dave Airlie --- diff --git a/src/mesa/main/texcompress_fxt1.c b/src/mesa/main/texcompress_fxt1.c index 92af29ad402..3fc7dab967c 100644 --- a/src/mesa/main/texcompress_fxt1.c +++ b/src/mesa/main/texcompress_fxt1.c @@ -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) {