summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 20:05:53 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-11 20:17:08 -0600
commit77b794201a96300af4473307a7663500d62296e8 (patch)
tree75c6edf3bff3ad79ffb565b934f2a1bcdafa189e /src/mesa/main/attrib.c
parent7ecac78ab53016ae3db3dd601b187cb050037463 (diff)
mesa: refactor: move glTexParameter-related functions into new texparam.c file
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r--src/mesa/main/attrib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c
index 48356c75fe..2e6bb76586 100644
--- a/src/mesa/main/attrib.c
+++ b/src/mesa/main/attrib.c
@@ -51,6 +51,7 @@
#include "texenv.h"
#include "texgen.h"
#include "texobj.h"
+#include "texparam.h"
#include "texstate.h"
#include "mtypes.h"
#include "math/m_xform.h"