diff options
author | Brian Paul <[email protected]> | 2009-08-13 09:38:39 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-13 12:50:56 -0600 |
commit | ba2a55ccd61d9fa5565640faefb64fd6fb0e70ab (patch) | |
tree | c726db84089e38337d003911b4e852391e059194 /src/mesa/main/api_exec.c | |
parent | b9f67df6e72e3a33b91c7d942aaa99622efd688c (diff) |
mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c
All the glGetTexImage code is in one file now.
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 e49cd041a6a..199550b35d3 100644 --- a/src/mesa/main/api_exec.c +++ b/src/mesa/main/api_exec.c @@ -107,6 +107,7 @@ #include "state.h" #include "stencil.h" #include "texenv.h" +#include "texgetimage.h" #include "teximage.h" #if FEATURE_texgen #include "texgen.h" |