From: Jakob Bornecrantz Date: Thu, 4 Mar 2010 14:57:44 +0000 (+0000) Subject: svga: Forgot one bit in rebase X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=caa8a365c512d477b9698e79f55da9c041eb1bef;p=mesa.git svga: Forgot one bit in rebase --- diff --git a/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c b/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c index 0e3dad84a5e..657544dcb21 100644 --- a/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c +++ b/src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c @@ -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()