From 3d38361b718d490e1e7fda64519952ec887cd149 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 1 Jul 2004 13:14:05 +0000 Subject: Rename the various function types in t_context.h to include a tnl_ prefix. --- src/mesa/drivers/dri/unichrome/via_vb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri/unichrome/via_vb.c') diff --git a/src/mesa/drivers/dri/unichrome/via_vb.c b/src/mesa/drivers/dri/unichrome/via_vb.c index 6e8a537181..f0a0edfbd1 100644 --- a/src/mesa/drivers/dri/unichrome/via_vb.c +++ b/src/mesa/drivers/dri/unichrome/via_vb.c @@ -39,8 +39,8 @@ static struct { void (*emit)(GLcontext *, GLuint, GLuint, void *, GLuint); - interp_func interp; - copy_pv_func copyPv; + tnl_interp_func interp; + tnl_copy_pv_func copyPv; GLboolean (*check_tex_sizes)(GLcontext *ctx); GLuint vertexSize; GLuint vertexStrideShift; -- cgit v1.2.3