Remove APIspec.dtd
[mesa.git] / src / mesa / swrast / s_texfetch.h
index 1aa7ce573e27008dd99ca6344b2a4dc6405e99a7..4e4397e13af023c2883a796171324f9cdadd2af8 100644 (file)
 
 #include "swrast/s_context.h"
 
-extern FetchTexelFunc
-_mesa_get_texel_fetch_func(gl_format format, GLuint dims);
-
 void
-_mesa_update_fetch_functions(struct gl_texture_object *texObj);
+_mesa_update_fetch_functions(struct gl_context *ctx, GLuint unit);
 
 #endif /* S_TEXFETCH_H */