Mesa (master): svga: Forgot one bit in rebase

Keith Whitwell keithw at kemper.freedesktop.org
Mon Mar 8 12:04:19 UTC 2010


Module: Mesa
Branch: master
Commit: caa8a365c512d477b9698e79f55da9c041eb1bef
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=caa8a365c512d477b9698e79f55da9c041eb1bef

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Mar  4 14:57:44 2010 +0000

svga: Forgot one bit in rebase

---

 .../winsys/drm/vmware/core/vmw_screen_dri.c        |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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 0e3dad8..657544d 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()




More information about the mesa-commit mailing list