summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-09-29 01:24:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-09-29 01:24:26 +0000
commit24edd9015951dd41898902b6c3973fe605e5871a (patch)
treecc50b14428811e07e5208a64b2c32ea0af3d021b /src/mesa/drivers/dri/tdfx
parentbb4b378c602a7a3f8c6453ecf3ce4bd1dbdb0c9a (diff)
Move mipmap generation functions, texture scaling functions into new
mipmap.c file.
Diffstat (limited to 'src/mesa/drivers/dri/tdfx')
-rw-r--r--src/mesa/drivers/dri/tdfx/tdfx_tex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/tdfx/tdfx_tex.c b/src/mesa/drivers/dri/tdfx/tdfx_tex.c
index 862c7dacf1..f679345872 100644
--- a/src/mesa/drivers/dri/tdfx/tdfx_tex.c
+++ b/src/mesa/drivers/dri/tdfx/tdfx_tex.c
@@ -41,6 +41,7 @@
#include "enums.h"
#include "image.h"
+#include "mipmap.h"
#include "texcompress.h"
#include "texformat.h"
#include "teximage.h"