diff options
author | Brian Paul <[email protected]> | 2009-10-05 16:52:26 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-05 16:52:26 -0600 |
commit | bbbf55fa8419549debbba9ac6dc011b2c18ef24c (patch) | |
tree | 7460baf190694c10bfb2e45732fb30bd7f950688 /src/mesa/main/texfetch.c | |
parent | 32aa40eee46fd0b15f3873069f2440ea2dd75408 (diff) |
mesa: make _mesa_get_texel_fetch_func() static
Diffstat (limited to 'src/mesa/main/texfetch.c')
-rw-r--r-- | src/mesa/main/texfetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texfetch.c b/src/mesa/main/texfetch.c index 3428f705be8..6b7db584f81 100644 --- a/src/mesa/main/texfetch.c +++ b/src/mesa/main/texfetch.c @@ -522,7 +522,7 @@ texfetch_funcs[MESA_FORMAT_COUNT] = }; -FetchTexelFuncF +static FetchTexelFuncF _mesa_get_texel_fetch_func(gl_format format, GLuint dims) { FetchTexelFuncF f; |