mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 06:50:37 +02:00
svga: remove sleep in DEBUG_FLUSH path
This commit is contained in:
parent
40298bf272
commit
8e240d7e0e
1 changed files with 0 additions and 3 deletions
|
|
@ -218,9 +218,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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue