mesa: make _mesa_get_texel_fetch_func() static

This commit is contained in:
Brian Paul
2009-10-05 16:52:26 -06:00
parent 32aa40eee4
commit bbbf55fa84
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -522,7 +522,7 @@ texfetch_funcs[MESA_FORMAT_COUNT] =
};
FetchTexelFuncF
static FetchTexelFuncF
_mesa_get_texel_fetch_func(gl_format format, GLuint dims)
{
FetchTexelFuncF f;
-3
View File
@@ -31,9 +31,6 @@
#include "formats.h"
extern FetchTexelFuncF
_mesa_get_texel_fetch_func(gl_format format, GLuint dims);
extern StoreTexelFunc
_mesa_get_texel_store_func(gl_format format);