diff options
author | Brian Paul <[email protected]> | 2008-06-11 20:05:53 -0600 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-21 22:13:53 -0700 |
commit | ae1fdc15238498bf025d0f0be7337e2f9dda455f (patch) | |
tree | e1c17f09c133ca4ff8ceebde37258029570ef846 /src/mesa/main/api_exec.c | |
parent | 11ebfd22bb451f86a492254b77c90aeb011f8d9a (diff) |
mesa: refactor: move glTexParameter-related functions into new texparam.c file
Diffstat (limited to 'src/mesa/main/api_exec.c')
-rw-r--r-- | src/mesa/main/api_exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/api_exec.c b/src/mesa/main/api_exec.c index 10b3f9276f8..8ebe4a3e4a6 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -112,6 +112,7 @@ #include "texgen.h" #endif #include "texobj.h" +#include "texparam.h" #include "texstate.h" #include "mtypes.h" #include "varray.h" |