diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-11 19:48:01 -0600 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-09-21 22:13:52 -0700 |
commit | 10db6c2d81506bb8cc5165d07b01e93d3830978d (patch) | |
tree | e718565d1c7393c345c78361101b72bf51240be8 /src/mesa/main/attrib.c | |
parent | 4fc71f3ec2e3bec6c842473f6b2b6287b309c958 (diff) |
mesa: refactor: move glTexGen-related functions into new texgen.c file
(cherry picked from commit 27049189d6221fefe43eb55846efaa51742dcdf4)
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 0ef58efd47..53e3ea7a04 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -48,6 +48,7 @@ #include "scissor.h" #include "simple_list.h" #include "stencil.h" +#include "texgen.h" #include "texobj.h" #include "texstate.h" #include "varray.h" |