diff options
author | Brian Paul <[email protected]> | 2012-07-22 11:03:13 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-07-24 08:37:29 -0600 |
commit | 8b762ebd72c1bb1a9827a667ad55ba9516505adf (patch) | |
tree | 067d330c7a15e8267dcf3855d110c2241adb1e9a /src/mesa/main/texgetimage.c | |
parent | de3335dba8718efab8b80475f3fd78645def4e1c (diff) |
mesa: move some format helper functions to glformats.c
Diffstat (limited to 'src/mesa/main/texgetimage.c')
-rw-r--r-- | src/mesa/main/texgetimage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index 05b052a014d..0ba3ff5b3c6 100644 --- a/src/mesa/main/texgetimage.c +++ b/src/mesa/main/texgetimage.c @@ -35,6 +35,7 @@ #include "context.h" #include "formats.h" #include "format_unpack.h" +#include "glformats.h" #include "image.h" #include "mfeatures.h" #include "mtypes.h" |