Missing in last commit.

This commit is contained in:
Felix Kuehling 2004-03-24 16:18:05 +00:00
parent 67d0343377
commit e1e439c512

View file

@ -430,6 +430,8 @@ savageCreateContext( const __GLcontextModes *mesaVis,
imesa->depth_scale = (imesa->savageScreen->zpp == 2) ?
(1.0F/0x10000):(1.0F/0x1000000);
imesa->vertex_dma_buffer = NULL;
/* Uninitialized vertex format. Force setting the vertex state in
* savageRenderStart.
*/
@ -498,6 +500,8 @@ savageDestroyContext(__DRIcontextPrivate *driContextPriv)
if (imesa) {
savageTextureObjectPtr next_t, t;
FLUSH_BATCH(imesa);
/* update for multi-tex*/
{
int i;