summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xmesaP.h
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2007-04-18 23:54:00 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-04-19 00:01:45 +0300
commit2a2f8d806f74619f0a7cf97fdc7f7b3ad1cad81b (patch)
tree2841bdbd5edfcb2ac806b930449a56cd6c1b7d85 /src/mesa/drivers/x11/xmesaP.h
parentbac15c8db87261ea168caa98d818bd6917ca14d6 (diff)
xmesa: drop glide (FX) backend.
glide is no longer compiled with stand-alone libGL, so this will not link. There are still the glide config files. some code in demos and the GLX_MESA_set_3dfx_mode code which could be removed.
Diffstat (limited to 'src/mesa/drivers/x11/xmesaP.h')
-rw-r--r--src/mesa/drivers/x11/xmesaP.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h
index 98d03ccf62..7b72e6b2f9 100644
--- a/src/mesa/drivers/x11/xmesaP.h
+++ b/src/mesa/drivers/x11/xmesaP.h
@@ -29,10 +29,7 @@
#include "GL/xmesa.h"
#include "mtypes.h"
-#if defined(FX)
-#include "GL/fxmesa.h"
-#include "../glide/fxdrv.h"
-#endif
+
#ifdef XFree86Server
#include "xm_image.h"
#endif
@@ -260,13 +257,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
-
struct xmesa_buffer *Next; /* Linked list pointer: */
};
@@ -567,13 +557,6 @@ extern void xmesa_choose_triangle( GLcontext *ctx );
extern void xmesa_register_swrast_functions( GLcontext *ctx );
-
-/* XXX this is a hack to implement shared display lists with 3Dfx */
-extern XMesaBuffer XMesaCreateWindowBuffer2( XMesaVisual v,
- XMesaWindow w,
- XMesaContext c );
-
-
#define ENABLE_EXT_texure_compression_s3tc 0 /* SW texture compression */
#ifdef XFree86Server