projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23357c
)
svga: remove dead debug sleep
author
Keith Whitwell
<keithw@vmware.com>
Mon, 8 Feb 2010 17:13:15 +0000
(17:13 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Mon, 8 Feb 2010 17:17:59 +0000
(17:17 +0000)
src/gallium/drivers/svga/svga_pipe_draw.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_pipe_draw.c
b/src/gallium/drivers/svga/svga_pipe_draw.c
index f1d23c0e743bb7dd88d3ea7d4c90adb4131658be..f00cf23935eebc8c134f607612468e4bc38502fb 100644
(file)
--- a/
src/gallium/drivers/svga/svga_pipe_draw.c
+++ b/
src/gallium/drivers/svga/svga_pipe_draw.c
@@
-216,11
+216,6
@@
svga_draw_range_elements( struct pipe_context *pipe,
}
if (SVGA_DEBUG & DEBUG_FLUSH) {
- static unsigned id;
- debug_printf("%s %d\n", __FUNCTION__, id++);
- if (id > 1300)
- util_time_sleep( 2000 );
-
svga_hwtnl_flush_retry( svga );
svga_context_flush(svga, NULL);
}