svga: Forgot one bit in rebase
authorJakob Bornecrantz <jakob@vmware.com>
Thu, 4 Mar 2010 14:57:44 +0000 (14:57 +0000)
committerJakob Bornecrantz <jakob@vmware.com>
Thu, 4 Mar 2010 14:57:44 +0000 (14:57 +0000)
src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c

index 0e3dad84a5ee5e3c9873f4162ead50ea6c686477..657544dcb213595a6b7c2328f94a9165230b4e0b 100644 (file)
@@ -365,9 +365,6 @@ static struct drm_api vmw_drm_api_hooks = {
    .name = "vmwgfx",
    .driver_name = "vmwgfx",
    .create_screen = vmw_drm_create_screen,
-   .texture_from_shared_handle = vmw_drm_texture_from_handle,
-   .shared_handle_from_texture = vmw_drm_handle_from_texture,
-   .local_handle_from_texture = vmw_drm_handle_from_texture,
 };
 
 struct drm_api* drm_api_create()