diff options
author | Brian Paul <[email protected]> | 2008-06-11 19:48:01 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-11 20:17:08 -0600 |
commit | 27049189d6221fefe43eb55846efaa51742dcdf4 (patch) | |
tree | 825846daf940f27cf11cb618c87e2dac3ce5898f /src/mesa/main/sources | |
parent | 2fed8d8496af4aa9105de298c6f320a85eb01623 (diff) |
mesa: refactor: move glTexGen-related functions into new texgen.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 5a6cddf4bd1..372423096af 100644 --- a/src/mesa/main/sources +++ b/src/mesa/main/sources @@ -60,6 +60,7 @@ texcompress_fxt1.c \ texcompress_s3tc.c \ texenvprogram.c \ texformat.c \ +texgen.c \ teximage.c \ texobj.c \ texrender.c \ @@ -138,6 +139,7 @@ texcompress.h \ texenvprogram.h \ texformat.h \ texformat_tmp.h \ +texgen.h \ teximage.h \ texobj.h \ texrender.h \ |