fire vertices before context destruction.
authorAlan Hourihane <alanh@tungstengraphics.com>
Mon, 12 Jun 2006 08:52:29 +0000 (08:52 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Mon, 12 Jun 2006 08:52:29 +0000 (08:52 +0000)
src/mesa/drivers/dri/i915/intel_context.c

index 067f5da49e24f49ba19cd13505d1e212f43b6d48..abd7f61eb3f3a18f488aea0a58c9195f70ca8731 100644 (file)
@@ -453,6 +453,7 @@ void intelDestroyContext(__DRIcontextPrivate *driContextPriv)
    if (intel) {
       GLboolean   release_texture_heaps;
 
+      INTEL_FIREVERTICES( intel );
 
       intel->vtbl.destroy( intel );