summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/xlib/xmesaP.h
diff options
context:
space:
mode:
authorBrian <[email protected]>2007-10-31 14:33:49 -0600
committerBrian <[email protected]>2007-10-31 14:33:49 -0600
commit4a13a550e0f0fc12072f117229230175af30de24 (patch)
tree0fce07d814cd691922d8667ec2bff1b7df4debb7 /src/mesa/pipe/xlib/xmesaP.h
parent7398272d4b43a42a57fd28a68194c5f6058696b3 (diff)
remove FX/glide stuff
Diffstat (limited to 'src/mesa/pipe/xlib/xmesaP.h')
-rw-r--r--src/mesa/pipe/xlib/xmesaP.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/pipe/xlib/xmesaP.h b/src/mesa/pipe/xlib/xmesaP.h
index b7c510280bf..9e0c79a139a 100644
--- a/src/mesa/pipe/xlib/xmesaP.h
+++ b/src/mesa/pipe/xlib/xmesaP.h
@@ -29,9 +29,6 @@
#include "GL/xmesa.h"
#include "mtypes.h"
-#if defined(FX)
-#include "GL/fxmesa.h"
-#endif
#ifdef XFree86Server
#include "xm_image.h"
#endif
@@ -268,13 +265,6 @@ struct xmesa_buffer {
unsigned long alloced_colors[256];
#endif
-#if defined( FX )
- /* For 3Dfx Glide only */
- GLboolean FXisHackUsable; /* Can we render into window? */
- GLboolean FXwindowHack; /* Are we rendering into a window? */
- fxMesaContext FXctx;
-#endif
-
/* GLX_EXT_texture_from_pixmap */
GLint TextureTarget; /** GLX_TEXTURE_1D_EXT, for example */
GLint TextureFormat; /** GLX_TEXTURE_FORMAT_RGB_EXT, for example */