r200: move to new mipmap interface
authorDave Airlie <airlied@redhat.com>
Wed, 4 Feb 2009 01:17:37 +0000 (11:17 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 Feb 2009 01:17:37 +0000 (11:17 +1000)
src/mesa/drivers/dri/r200/r200_tex.c

index 7c433cc..52edf7e 100644 (file)
@@ -519,7 +519,7 @@ void r200InitTextureFuncs( struct dd_function_table *functions )
    functions->CompressedTexImage2D     = radeonCompressedTexImage2D;
    functions->CompressedTexSubImage2D  = radeonCompressedTexSubImage2D;
 
-   functions->GenerateMipmap = radeon_generate_mipmap;
+   functions->GenerateMipmap = radeonGenerateMipmap;
 
    functions->NewTextureImage = radeonNewTextureImage;
    functions->FreeTexImageData = radeonFreeTexImageData;