summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-10-23 09:15:01 -0600
committerBrian Paul <brianp@vmware.com>2010-10-23 10:19:29 -0600
commit1c131752c3e07ef91f49d4970dafca6d26585334 (patch)
treec6a153387c63e4489d22c3a939162b1cfdd3230b /src/mesa/main/texstore.c
parente67f6ee96e1aaeaba70e24d057c21172fa36f165 (diff)
mesa: split up the image.c file
New files: pack.c - image/row packing/unpacking functions pixeltransfer.c - pixel scale/bias/lookup functions
Diffstat (limited to 'src/mesa/main/texstore.c')
-rw-r--r--src/mesa/main/texstore.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c
index f5f94bbf1a..fb34a005b3 100644
--- a/src/mesa/main/texstore.c
+++ b/src/mesa/main/texstore.c
@@ -58,7 +58,9 @@
#include "image.h"
#include "macros.h"
#include "mipmap.h"
+#include "pack.h"
#include "imports.h"
+#include "pack.h"
#include "texcompress.h"
#include "texcompress_fxt1.h"
#include "texcompress_s3tc.h"