Drop no longer implemented MESA allocate extension from i915.
authorKristian Høgsberg <krh@redhat.com>
Thu, 11 Oct 2007 16:49:26 +0000 (12:49 -0400)
committerKristian Høgsberg <krh@redhat.com>
Thu, 11 Oct 2007 16:49:26 +0000 (12:49 -0400)
src/mesa/drivers/dri/i915/intel_screen.c

index b5eab5ba004db8e1b1798b34cf12b27a75390ce9..df616f43b93020815f7c86d1467045fc94476775 100644 (file)
@@ -419,18 +419,10 @@ intelUpdateScreenFromSAREA(intelScreenPrivate * intelScreen,
       intelPrintSAREA(sarea);
 }
 
-static const __DRIallocateExtension intelAllocateExtension = {
-    { __DRI_ALLOCATE, __DRI_ALLOCATE_VERSION },
-    intelAllocateMemoryMESA,
-    intelFreeMemoryMESA,
-    intelGetMemoryOffsetMESA
-};
-
 static const __DRIextension *intelExtensions[] = {
     &driReadDrawableExtension,
     &driCopySubBufferExtension.base,
     &driSwapControlExtension.base,
-    &intelAllocateExtension.base,
     &driFrameTrackingExtension.base,
     &driMediaStreamCounterExtension.base,
     NULL