projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486da2c
)
svga: Remove debug print in winsys
author
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 16 Dec 2010 02:00:16 +0000
(
03:00
+0100)
committer
Jakob Bornecrantz
<jakob@vmware.com>
Thu, 16 Dec 2010 08:44:02 +0000
(09:44 +0100)
src/gallium/winsys/svga/drm/vmw_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/svga/drm/vmw_screen.c
b/src/gallium/winsys/svga/drm/vmw_screen.c
index 51a4c55e5a2815537d756a471e6809cb8094d365..cc3003d252f644cecb37661c3e8ce395c2ab9762 100644
(file)
--- 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;