summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xmesaP.h
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2007-04-20 18:12:38 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-04-20 21:08:56 +0300
commit4d944b502f8a1ae372d9248e888612bffb5eb6a5 (patch)
treec082d5441e97bef170795766c85395b70fe8f89f /src/mesa/drivers/x11/xmesaP.h
parent6aa5668871e7f366b33e85fabc72885fc269a7d4 (diff)
xmesa: split FX functions to separate file, part 1.
Diffstat (limited to 'src/mesa/drivers/x11/xmesaP.h')
-rw-r--r--src/mesa/drivers/x11/xmesaP.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h
index 170fc678eb..cae5c0d9bc 100644
--- a/src/mesa/drivers/x11/xmesaP.h
+++ b/src/mesa/drivers/x11/xmesaP.h
@@ -32,6 +32,7 @@
#if defined(FX)
#include "GL/fxmesa.h"
#include "../glide/fxdrv.h"
+#include "xm_glide.h"
#endif
#ifdef XFree86Server
#include "xm_image.h"
@@ -568,13 +569,6 @@ extern void xmesa_register_swrast_functions( GLcontext *ctx );
-/* XXX this is a hack to implement shared display lists with 3Dfx */
-extern void FXcreateContext( XMesaVisual v,
- XMesaWindow w,
- XMesaContext c,
- XMesaBuffer b );
-
-
#define ENABLE_EXT_texure_compression_s3tc 0 /* SW texture compression */
#ifdef XFree86Server