Mesa (master): svga: Remove debug print in winsys

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Dec 27 00:56:24 UTC 2010


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

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Thu Dec 16 03:00:16 2010 +0100

svga: Remove debug print in winsys

---

 src/gallium/winsys/svga/drm/vmw_screen.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/winsys/svga/drm/vmw_screen.c b/src/gallium/winsys/svga/drm/vmw_screen.c
index 51a4c55..cc3003d 100644
--- a/src/gallium/winsys/svga/drm/vmw_screen.c
+++ b/src/gallium/winsys/svga/drm/vmw_screen.c
@@ -45,8 +45,6 @@ vmw_winsys_create( int fd, boolean use_old_scanout_flag )
 
    vws->ioctl.drm_fd = fd;
    vws->use_old_scanout_flag = use_old_scanout_flag;
-   debug_printf("%s: use_old_scanout_flag == %s\n", __FUNCTION__,
-		use_old_scanout_flag ? "true" : "false");
 
    if (!vmw_ioctl_init(vws))
       goto out_no_ioctl;




More information about the mesa-commit mailing list