summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/drv/tdfx/fxtexman.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/GL/mesa/src/drv/tdfx/fxtexman.h')
-rw-r--r--xc/lib/GL/mesa/src/drv/tdfx/fxtexman.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/xc/lib/GL/mesa/src/drv/tdfx/fxtexman.h b/xc/lib/GL/mesa/src/drv/tdfx/fxtexman.h
deleted file mode 100644
index c9af7ae48..000000000
--- a/xc/lib/GL/mesa/src/drv/tdfx/fxtexman.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/* $XFree86: xc/lib/GL/mesa/src/drv/tdfx/fxtexman.h,v 1.2 2000/12/08 19:36:23 alanh Exp $ */
-#ifndef FXTEXMAN_H
-#define FXTEXMAN_H
-
-
-#define fxTMGetTexInfo(o) ((tfxTexInfo*)((o)->DriverData))
-
-extern void fxTMReloadMipMapLevel(GLcontext *, struct gl_texture_object *,
- GLint);
-extern void fxTMReloadSubMipMapLevel(GLcontext *,
- struct gl_texture_object *, GLint, GLint,
- GLint);
-
-extern void fxTMInit(fxMesaContext ctx);
-
-extern void fxTMClose(fxMesaContext ctx);
-
-extern void fxTMRestoreTextures_NoLock(fxMesaContext ctx);
-
-extern void fxTMMoveInTM(fxMesaContext, struct gl_texture_object *, FxU32);
-
-extern void fxTMMoveOutTM(fxMesaContext, struct gl_texture_object *);
-
-extern void fxTMMoveOutTM_NoLock(fxMesaContext, struct gl_texture_object *);
-
-extern void fxTMFreeTexture(fxMesaContext, struct gl_texture_object *);
-
-
-#endif