summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-08-13 09:46:42 -0600
committerBrian Paul <brianp@vmware.com>2009-08-13 12:50:56 -0600
commit73b150c816c46a88e3e5d97f9b73ab0095f2bc60 (patch)
tree797f9862f81331edb16bb623c0ca1e3652e04d18 /src/mesa/drivers/common
parentba2a55ccd61d9fa5565640faefb64fd6fb0e70ab (diff)
mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c
Diffstat (limited to 'src/mesa/drivers/common')
-rw-r--r--src/mesa/drivers/common/meta.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c
index a8db686573..e42beabc9b 100644
--- a/src/mesa/drivers/common/meta.c
+++ b/src/mesa/drivers/common/meta.c
@@ -39,6 +39,7 @@
#include "main/bufferobj.h"
#include "main/depth.h"
#include "main/enable.h"
+#include "main/image.h"
#include "main/macros.h"
#include "main/matrix.h"
#include "main/polygon.h"