diff options
author | Brian Paul <[email protected]> | 2008-06-11 19:58:30 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:52 -0700 |
commit | 11ebfd22bb451f86a492254b77c90aeb011f8d9a (patch) | |
tree | 118bd4f33d8cd7cb311e2aa6a9d0442d0381aac4 /src/mesa/sources | |
parent | 10db6c2d81506bb8cc5165d07b01e93d3830978d (diff) |
mesa: refactor: move glTexEnv-related functions into new texenv.c file
(cherry picked from commit 7ecac78ab53016ae3db3dd601b187cb050037463)
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 2cd77517e24..dc287f02a6a 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -61,6 +61,7 @@ MAIN_SOURCES = \ main/texcompress.c \ main/texcompress_s3tc.c \ main/texcompress_fxt1.c \ + main/texenv.c \ main/texenvprogram.c \ main/texformat.c \ main/texgen.c \ |