summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-07-22 11:20:00 -0600
committerBrian Paul <brianp@vmware.com>2012-07-24 08:37:29 -0600
commita1287f549a3e6527b8cf3bf5b5f563ba63c6f48c (patch)
tree3f3c3972b10e772c95192a01de897bf86c7e46b8 /src/mesa/main/mipmap.c
parent8b762ebd72c1bb1a9827a667ad55ba9516505adf (diff)
downloadexternal_mesa3d-a1287f549a3e6527b8cf3bf5b5f563ba63c6f48c.zip
external_mesa3d-a1287f549a3e6527b8cf3bf5b5f563ba63c6f48c.tar.gz
external_mesa3d-a1287f549a3e6527b8cf3bf5b5f563ba63c6f48c.tar.bz2
mesa: move more format helper functions to glformats.c
Diffstat (limited to 'src/mesa/main/mipmap.c')
-rw-r--r--src/mesa/main/mipmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c
index 250d3c6..9f531ae 100644
--- a/src/mesa/main/mipmap.c
+++ b/src/mesa/main/mipmap.c
@@ -29,6 +29,7 @@
#include "imports.h"
#include "formats.h"
+#include "glformats.h"
#include "mipmap.h"
#include "mtypes.h"
#include "teximage.h"