summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/format_unpack.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-04-01 10:31:26 -0600
committerBrian Paul <brianp@vmware.com>2015-04-01 12:04:28 -0600
commit1625d7a87ae66eb50653d9194e8f9e67b6957c05 (patch)
tree67a0eb44acb29ee9c38816b55885a457832a94d8 /src/mesa/main/format_unpack.h
parent2768a0b1b42f3c1531ab9c3647a93f0504002280 (diff)
downloadexternal_mesa3d-1625d7a87ae66eb50653d9194e8f9e67b6957c05.zip
external_mesa3d-1625d7a87ae66eb50653d9194e8f9e67b6957c05.tar.gz
external_mesa3d-1625d7a87ae66eb50653d9194e8f9e67b6957c05.tar.bz2
mesa: don't include colormac.h in format code
Acked-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Mark Janes <mark.a.janes@intel.com>
Diffstat (limited to 'src/mesa/main/format_unpack.h')
-rw-r--r--src/mesa/main/format_unpack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/format_unpack.h b/src/mesa/main/format_unpack.h
index eba3c66..964c607 100644
--- a/src/mesa/main/format_unpack.h
+++ b/src/mesa/main/format_unpack.h
@@ -25,6 +25,8 @@
#ifndef FORMAT_UNPACK_H
#define FORMAT_UNPACK_H
+#include "formats.h"
+
extern void
_mesa_unpack_rgba_row(mesa_format format, GLuint n,
const void *src, GLfloat dst[][4]);