projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
019bc97
)
mesa: don't include texformat.h
author
Brian Paul
<brianp@vmware.com>
Mon, 5 Oct 2009 23:56:31 +0000
(17:56 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 5 Oct 2009 23:56:31 +0000
(17:56 -0600)
src/mesa/main/debug.c
patch
|
blob
|
history
src/mesa/main/texcompress.c
patch
|
blob
|
history
src/mesa/main/texcompress_fxt1.c
patch
|
blob
|
history
src/mesa/main/texcompress_s3tc.c
patch
|
blob
|
history
src/mesa/main/texgetimage.c
patch
|
blob
|
history
src/mesa/main/teximage.c
patch
|
blob
|
history
src/mesa/main/texstore.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/debug.c
b/src/mesa/main/debug.c
index 391180a7c69a704d4fb61fb04b866a3dbc5cb57d..e55c2f02c91ee4485b2e0adea2420834c1f6e6e3 100644
(file)
--- a/
src/mesa/main/debug.c
+++ b/
src/mesa/main/debug.c
@@
-35,7
+35,6
@@
#include "readpix.h"
#include "texgetimage.h"
#include "texobj.h"
-#include "texformat.h"
/**
diff --git
a/src/mesa/main/texcompress.c
b/src/mesa/main/texcompress.c
index a2b1218d0ccef36cf84638039da5586597c6e1b5..5713b2c00d8fb005c26ccd6ff9154298b250b622 100644
(file)
--- a/
src/mesa/main/texcompress.c
+++ b/
src/mesa/main/texcompress.c
@@
-38,7
+38,6
@@
#include "image.h"
#include "mipmap.h"
#include "texcompress.h"
-#include "texformat.h"
#include "texstore.h"
diff --git
a/src/mesa/main/texcompress_fxt1.c
b/src/mesa/main/texcompress_fxt1.c
index 7a30806b609e86f7bd75a5dcc06d54482c2080a3..ef42fb92b773807115d748c965b3adc783804c41 100644
(file)
--- a/
src/mesa/main/texcompress_fxt1.c
+++ b/
src/mesa/main/texcompress_fxt1.c
@@
-38,7
+38,6
@@
#include "mipmap.h"
#include "texcompress.h"
#include "texcompress_fxt1.h"
-#include "texformat.h"
#include "texstore.h"
diff --git
a/src/mesa/main/texcompress_s3tc.c
b/src/mesa/main/texcompress_s3tc.c
index 2f7168c622e117374e3e6935ffc2738a8edf1bcc..9fc73fec5110f5c33241fe7a2dd4870d9e40b696 100644
(file)
--- a/
src/mesa/main/texcompress_s3tc.c
+++ b/
src/mesa/main/texcompress_s3tc.c
@@
-42,7
+42,6
@@
#include "image.h"
#include "texcompress.h"
#include "texcompress_s3tc.h"
-#include "texformat.h"
#include "texstore.h"
#ifdef __MINGW32__
diff --git
a/src/mesa/main/texgetimage.c
b/src/mesa/main/texgetimage.c
index 341ce6103f017a06460e47abff4dc9ba38ea8010..d5cd4b2b9db7b7fa6233f74bfeccb9841978a6f3 100644
(file)
--- a/
src/mesa/main/texgetimage.c
+++ b/
src/mesa/main/texgetimage.c
@@
-32,9
+32,9
@@
#include "glheader.h"
#include "bufferobj.h"
#include "context.h"
+#include "formats.h"
#include "image.h"
#include "texcompress.h"
-#include "texformat.h"
#include "texgetimage.h"
#include "teximage.h"
#include "texstate.h"
diff --git
a/src/mesa/main/teximage.c
b/src/mesa/main/teximage.c
index 457380b8fab659f5ec867ff6991f556e5d973a33..52d2886d0aea6e5d5e930c7b68cfa450d6c81ab2 100644
(file)
--- a/
src/mesa/main/teximage.c
+++ b/
src/mesa/main/teximage.c
@@
-44,7
+44,6
@@
#include "state.h"
#include "texcompress.h"
#include "texfetch.h"
-#include "texformat.h"
#include "teximage.h"
#include "texstate.h"
#include "texstore.h"
diff --git
a/src/mesa/main/texstore.c
b/src/mesa/main/texstore.c
index 52502b70331983bc2b9ce9695d5e21af5f4aba6a..83e349d0103d6efc4b971f3b6d94fc3702d43fae 100644
(file)
--- a/
src/mesa/main/texstore.c
+++ b/
src/mesa/main/texstore.c
@@
-64,7
+64,6
@@
#include "texcompress.h"
#include "texcompress_fxt1.h"
#include "texcompress_s3tc.h"
-#include "texformat.h"
#include "teximage.h"
#include "texstore.h"
#include "enums.h"