commit | 2769dadb0fafdbafc98630fdf96924a3bb209ab7 | [log] [tgz] |
---|---|---|
author | Marek Olšák <marek.olsak@amd.com> | Thu Apr 13 23:46:59 2017 +0200 |
committer | Marek Olšák <marek.olsak@amd.com> | Mon Apr 17 01:22:11 2017 +0200 |
tree | d9c0efc32df89769482bd89dc295e570935a7390 | |
parent | f05f0bb5cbc8b3b11342158b63e7e20f1f6f7c81 [diff] |
gallium/radeon: always flush asynchronously and wait after begin_new_cs This hides the overhead of everything in the driver after the CS flush and before returning from pipe_context::flush. Only microbenchmarks will benefit. +2% FPS for glxgears. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>