diff options
author | Guillem Jover <[email protected]> | 2011-10-04 08:46:34 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-10-04 07:48:50 -0600 |
commit | 963727aec7cb19a101fbae8f71d11876724f07ac (patch) | |
tree | 3c261b0819e5a7f65f89134084773ab7889017f5 /src/mesa/drivers/x11/xmesaP.h | |
parent | 0060551856ba7275ed783143282a572d7b0e5089 (diff) |
Remove remnants of legacy glide support
Signed-off-by: Guillem Jover <[email protected]>
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/x11/xmesaP.h')
-rw-r--r-- | src/mesa/drivers/x11/xmesaP.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h index 7d06917d28c..f2488695e14 100644 --- a/src/mesa/drivers/x11/xmesaP.h +++ b/src/mesa/drivers/x11/xmesaP.h @@ -249,13 +249,6 @@ struct xmesa_buffer { int num_alloced; unsigned long alloced_colors[256]; -#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 */ |