diff options
author | Marek Olšák <[email protected]> | 2012-12-21 16:29:19 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-12-21 23:42:04 +0100 |
commit | fb45a816eb9de88b2862c51ca107676b9eaade8d (patch) | |
tree | 61024a595b624777dd4422a5865b26e6e11c83e0 /src/gallium/drivers/r600/r600_pipe.c | |
parent | 6d49ffde11ddb4a9391172a6e9a4e3ad3eb87ded (diff) |
r600g: don't suspend TIME_ELAPSED queries during flushing
According to the GL spec, the result should be equivalent to comparing
two timestamps.
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index b02f875c25b..65dcbf8a5e9 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -227,7 +227,6 @@ static struct pipe_context *r600_create_context(struct pipe_screen *screen, void rctx->chip_class = rscreen->chip_class; rctx->keep_tiling_flags = rscreen->info.drm_minor >= 12; - LIST_INITHEAD(&rctx->active_timer_queries); LIST_INITHEAD(&rctx->active_nontimer_queries); LIST_INITHEAD(&rctx->dirty); LIST_INITHEAD(&rctx->enable_list); |