projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65fdeac
)
Remove include of texutil.h to get build working.
author
Ian Romanick
<idr@us.ibm.com>
Tue, 27 Apr 2004 18:37:13 +0000
(18:37 +0000)
committer
Ian Romanick
<idr@us.ibm.com>
Tue, 27 Apr 2004 18:37:13 +0000
(18:37 +0000)
src/mesa/drivers/dri/i830/i830_texstate.c
patch
|
blob
|
history
src/mesa/drivers/dri/mga/mgapixel.c
patch
|
blob
|
history
src/mesa/drivers/dri/r200/r200_pixel.c
patch
|
blob
|
history
src/mesa/drivers/dri/r200/r200_tex.c
patch
|
blob
|
history
src/mesa/drivers/dri/tdfx/tdfx_tex.c
patch
|
blob
|
history
src/mesa/drivers/dri/tdfx/tdfx_tex.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i830/i830_texstate.c
b/src/mesa/drivers/dri/i830/i830_texstate.c
index 19775db94cf8647fb8ed2f4a8233e2a07704dfd5..321670a3604c8defe1ae06725f554c73c8a282c8 100644
(file)
--- a/
src/mesa/drivers/dri/i830/i830_texstate.c
+++ b/
src/mesa/drivers/dri/i830/i830_texstate.c
@@
-42,7
+42,6
@@
USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "enums.h"
#include "texformat.h"
#include "texstore.h"
-#include "texutil.h"
#include "mm.h"
diff --git
a/src/mesa/drivers/dri/mga/mgapixel.c
b/src/mesa/drivers/dri/mga/mgapixel.c
index f380de7869a805b59fd2bfe6ec9086b8b4931db9..f915d2e08b8c7b63d05373094bdf3edfdee8cbd4 100644
(file)
--- a/
src/mesa/drivers/dri/mga/mgapixel.c
+++ b/
src/mesa/drivers/dri/mga/mgapixel.c
@@
-29,7
+29,6
@@
#include "mtypes.h"
#include "macros.h"
-#include "texutil.h"
#include "mgadd.h"
#include "mgacontext.h"
#include "mgaioctl.h"
diff --git
a/src/mesa/drivers/dri/r200/r200_pixel.c
b/src/mesa/drivers/dri/r200/r200_pixel.c
index 76e619903f15b6efa561456f1ecc17dfb0e3de75..e2edbfbf5c1123a433808c00d7a5d87f536cdac5 100644
(file)
--- a/
src/mesa/drivers/dri/r200/r200_pixel.c
+++ b/
src/mesa/drivers/dri/r200/r200_pixel.c
@@
-36,7
+36,6
@@
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "enums.h"
#include "mtypes.h"
#include "macros.h"
-#include "texutil.h"
#include "swrast/swrast.h"
#include "r200_context.h"
diff --git
a/src/mesa/drivers/dri/r200/r200_tex.c
b/src/mesa/drivers/dri/r200/r200_tex.c
index 6ce143dacea195ca16cd0e46dcd6eee51f9b4410..e778e75b49bc30d5f52678d45676b3d973f681a2 100644
(file)
--- a/
src/mesa/drivers/dri/r200/r200_tex.c
+++ b/
src/mesa/drivers/dri/r200/r200_tex.c
@@
-41,7
+41,6
@@
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "simple_list.h"
#include "texformat.h"
#include "texstore.h"
-#include "texutil.h"
#include "texmem.h"
#include "teximage.h"
#include "texobj.h"
diff --git
a/src/mesa/drivers/dri/tdfx/tdfx_tex.c
b/src/mesa/drivers/dri/tdfx/tdfx_tex.c
index 58e6cc480c77e660700967bd3c243c3028343b6d..7c06373ebbdb8658d2e4e47f6c64fb471f2dbf96 100644
(file)
--- a/
src/mesa/drivers/dri/tdfx/tdfx_tex.c
+++ b/
src/mesa/drivers/dri/tdfx/tdfx_tex.c
@@
-36,7
+36,6
@@
*/
#include "image.h"
-#include "texutil.h"
#include "texformat.h"
#include "teximage.h"
#include "texstore.h"
diff --git
a/src/mesa/drivers/dri/tdfx/tdfx_tex.h
b/src/mesa/drivers/dri/tdfx/tdfx_tex.h
index a3bcee4b6956d187a9491da146e1b4c7d99db2a0..f536c25a2f9046812c429c10ee49b7d315a434a0 100644
(file)
--- a/
src/mesa/drivers/dri/tdfx/tdfx_tex.h
+++ b/
src/mesa/drivers/dri/tdfx/tdfx_tex.h
@@
-39,9
+39,6
@@
#define _TDFX_TEX_H_
-#include "texutil.h"
-
-
#define tdfxDDIsCompressedFormatMacro(internalFormat) \
(((internalFormat) == GL_COMPRESSED_RGB_FXT1_3DFX) || \
((internalFormat) == GL_COMPRESSED_RGBA_FXT1_3DFX))