Rename the various function types in t_context.h to include a tnl_ prefix.
[mesa.git] / src / mesa / drivers / glide / fxvb.c
index f00f26442955a6c1a6c07e3e09859cf8cd5407ad..46a4278d0759acfc6808f43695ffc20c11ff7391 100644 (file)
@@ -72,8 +72,8 @@ typedef void (*emit_func)( GLcontext *, GLuint, GLuint, void * );
 
 static struct {
    emit_func           emit;
-   copy_pv_func                copy_pv;
-   interp_func         interp;
+   tnl_copy_pv_func            copy_pv;
+   tnl_interp_func             interp;
    GLboolean           (*check_tex_sizes)( GLcontext *ctx );
    GLuint               vertex_format;
 } setup_tab[MAX_SETUP];