diff options
author | Brian Paul <[email protected]> | 2008-06-11 20:05:53 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-11 20:17:08 -0600 |
commit | 77b794201a96300af4473307a7663500d62296e8 (patch) | |
tree | 75c6edf3bff3ad79ffb565b934f2a1bcdafa189e /src/mesa/main/sources | |
parent | 7ecac78ab53016ae3db3dd601b187cb050037463 (diff) |
mesa: refactor: move glTexParameter-related functions into new texparam.c file
Diffstat (limited to 'src/mesa/main/sources')
-rw-r--r-- | src/mesa/main/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/sources b/src/mesa/main/sources index 04a2101bb93..468121bd1dc 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 \ @@ -144,6 +145,7 @@ texformat_tmp.h \ texgen.h \ teximage.h \ texobj.h \ +texparam.h \ texrender.h \ texstate.h \ texstore.h \ |