From ae1fdc15238498bf025d0f0be7337e2f9dda455f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 11 Jun 2008 20:05:53 -0600 Subject: mesa: refactor: move glTexParameter-related functions into new texparam.c file --- src/mesa/main/sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/main/sources') diff --git a/src/mesa/main/sources b/src/mesa/main/sources index c4982be363..eb8cd900ee 100644 --- a/src/mesa/main/sources +++ b/src/mesa/main/sources @@ -64,6 +64,7 @@ texformat.c \ texgen.c \ teximage.c \ texobj.c \ +texparam.c \ texrender.c \ texstate.c \ texstore.c \ @@ -145,6 +146,7 @@ texformat_tmp.h \ texgen.h \ teximage.h \ texobj.h \ +texparam.h \ texrender.h \ texstate.h \ texstore.h \ -- cgit v1.2.3