Merge commit 'origin/gallium-winsys-handle-rebased'
[mesa.git] / src / mesa / drivers / dri / mach64 / mach64_dd.c
index 7c27c5856a2a929cc78fd10586fd0307e81c19a7..ca713e2de5eef75fac458e9333af0afdd21fe38c 100644 (file)
@@ -1,4 +1,4 @@
-/* $XFree86$ */ /* -*- mode: c; c-basic-offset: 3 -*- */
+/* -*- mode: c; c-basic-offset: 3 -*- */
 /*
  * Copyright 2000 Gareth Hughes
  * All Rights Reserved.
 
 #include "mach64_context.h"
 #include "mach64_ioctl.h"
-#include "mach64_state.h"
-#include "mach64_vb.h"
 #include "mach64_dd.h"
 
-#include "context.h"
+#include "main/context.h"
+
 #include "utils.h"
-#include "framebuffer.h"
 
 #define DRIVER_DATE    "20051019"
 
@@ -127,7 +125,6 @@ static void mach64DDFinish( GLcontext *ctx )
 void mach64InitDriverFuncs( struct dd_function_table *functions )
 {
    functions->GetBufferSize    = mach64DDGetBufferSize;
-   functions->ResizeBuffers    = _mesa_resize_framebuffer;
    functions->GetString        = mach64DDGetString;
    functions->Finish           = mach64DDFinish;
    functions->Flush            = mach64DDFlush;