diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-09-02 21:47:11 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-09-04 00:06:40 +0200 |
commit | 45e68ed065c836ea297a9cdec9868e6dd4f93ba8 (patch) | |
tree | 41735997d39364ea5d11ce59fad2357f24d6bb3c /src/amd/vulkan/radv_device.c | |
parent | 1a72ca5667f82b8144c0003bddd76a774221ac09 (diff) |
radv: Enable command buffer chaining by default.
For approx 5-10% performance improvement in dota2.
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_device.c')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index d4dd2dbf5ff..7c218b14783 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -414,7 +414,7 @@ static const struct debug_control radv_debug_options[] = { }; static const struct debug_control radv_perftest_options[] = { - {"batchchain", RADV_PERFTEST_BATCHCHAIN}, + {"nobatchchain", RADV_PERFTEST_NO_BATCHCHAIN}, {"sisched", RADV_PERFTEST_SISCHED}, {NULL, 0} }; |