Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa
[mesa.git] / src / mesa / drivers / dri / r128 / r128_dd.c
index 22b68467ac2ce96de2570f58ac8438bf6b5cdf77..dfe47f2dd646fb5cc35a081717b6f8e97357ab43 100644 (file)
@@ -1,4 +1,3 @@
-/* $XFree86: xc/lib/GL/mesa/src/drv/r128/r128_dd.c,v 1.15 2002/10/30 12:51:38 alanh Exp $ */
 /**************************************************************************
 
 Copyright 1999, 2000 ATI Technologies Inc. and Precision Insight, Inc.,
@@ -39,11 +38,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include "r128_dd.h"
 #include "swrast/swrast.h"
 
-#include "context.h"
+#include "main/context.h"
+#include "main/framebuffer.h"
 
 #include "utils.h"
 
-#define DRIVER_DATE    "20041026"
+#define DRIVER_DATE    "20051027"
 
 
 /* Return the width and height of the current color buffer.
@@ -140,7 +140,6 @@ static void r128Finish( GLcontext *ctx )
 void r128InitDriverFuncs( struct dd_function_table *functions )
 {
    functions->GetBufferSize    = r128GetBufferSize;
-   functions->ResizeBuffers    = _swrast_alloc_buffers;
    functions->GetString                = r128GetString;
    functions->Finish           = r128Finish;
    functions->Flush            = r128Flush;