Merge branch 'origin' into glsl-compiler-1
[mesa.git] / src / mesa / drivers / dri / r128 / r128_dd.c
index a60d2a689327b7b7ea52ddfc023437bb1c7dcee4..54f2b21b5d0dffcc87fefafbff08b3e4270fc440 100644 (file)
@@ -44,7 +44,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 #include "utils.h"
 
-#define DRIVER_DATE    "20051026"
+#define DRIVER_DATE    "20051027"
 
 
 /* Return the width and height of the current color buffer.
@@ -141,7 +141,6 @@ static void r128Finish( GLcontext *ctx )
 void r128InitDriverFuncs( struct dd_function_table *functions )
 {
    functions->GetBufferSize    = r128GetBufferSize;
-   functions->ResizeBuffers    = _mesa_resize_framebuffer;
    functions->GetString                = r128GetString;
    functions->Finish           = r128Finish;
    functions->Flush            = r128Flush;