summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage/savage_xmesa.c
diff options
context:
space:
mode:
authorFelix Kuehling <fxkuehl@gmx.de>2004-02-26 00:59:00 +0000
committerFelix Kuehling <fxkuehl@gmx.de>2004-02-26 00:59:00 +0000
commitd9a033087200548efabbd1f0cf0a2e2ecbf5809f (patch)
tree4607f8c5e37db90c4521bc7c54192cb6d6e6851b /src/mesa/drivers/dri/savage/savage_xmesa.c
parent795f1faf81b988ac969356945e25dc712bcc6a94 (diff)
Converted vertex setup to use t_vertex.[ch].
Diffstat (limited to 'src/mesa/drivers/dri/savage/savage_xmesa.c')
-rw-r--r--src/mesa/drivers/dri/savage/savage_xmesa.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/savage/savage_xmesa.c b/src/mesa/drivers/dri/savage/savage_xmesa.c
index 43613b067f..990689cfc9 100644
--- a/src/mesa/drivers/dri/savage/savage_xmesa.c
+++ b/src/mesa/drivers/dri/savage/savage_xmesa.c
@@ -48,7 +48,6 @@
#include "savagetex.h"
#include "savagespan.h"
#include "savagetris.h"
-#include "savagevb.h"
#include "savageioctl.h"
#include "savage_bci.h"
@@ -412,7 +411,6 @@ savageCreateContext( const __GLcontextModes *mesaVis,
imesa->new_state = ~0;
imesa->RenderIndex = ~0;
imesa->dirty = ~0;
- imesa->vertex_format = 0;
imesa->TextureMode = ctx->Texture.Unit[0].EnvMode;
imesa->CurrentTexObj[0] = 0;
imesa->CurrentTexObj[1] = 0;
@@ -454,7 +452,6 @@ savageCreateContext( const __GLcontextModes *mesaVis,
savageDDInitIoctlFuncs( ctx );
savageInitTriFuncs( ctx );
- savageInitVB( ctx );
savageDDInitState( imesa );
driContextPriv->driverPrivate = (void *) imesa;
@@ -487,8 +484,6 @@ savageDestroyContext(__DRIcontextPrivate *driContextPriv)
_ac_DestroyContext( imesa->glCtx );
_swrast_DestroyContext( imesa->glCtx );
- savageFreeVB( imesa->glCtx );
-
/* free the Mesa context */
imesa->glCtx->DriverCtx = NULL;
_mesa_destroy_context(imesa->glCtx);