diff options
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 5379fa08f4c..2f980051303 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 \ @@ -139,6 +140,7 @@ texcompress.h \ texenvprogram.h \ texformat.h \ texformat_tmp.h \ +texgen.h \ teximage.h \ texobj.h \ texrender.h \ |