mesa: remove the ctx->Driver.IsTextureResident() hook
[mesa.git] / src / mesa / drivers / common / driverfuncs.c
index 17281de58c36fb6a8bff5cb431d8d421290c6da9..50fcedee2ca4f549a6358ab25167f21ab0e72551 100644 (file)
@@ -119,7 +119,6 @@ _mesa_init_driver_functions(struct dd_function_table *driver)
    driver->UnmapTextureImage = _swrast_unmap_teximage;
    driver->MapTexture = NULL;
    driver->UnmapTexture = NULL;
-   driver->IsTextureResident = NULL;
    driver->DrawTex = _mesa_meta_DrawTex;
 
    /* Vertex/fragment programs */