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 067f5da..abd7f61 100644 (file)
@@ -453,6 +453,7 @@ void intelDestroyContext(__DRIcontextPrivate *driContextPriv)
    if (intel) {
       GLboolean   release_texture_heaps;
 
+      INTEL_FIREVERTICES( intel );
 
       intel->vtbl.destroy( intel );