Mesa (staging/19.2): drirc: override minImageCount=2 for gfxbench

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 9 16:27:46 UTC 2019


Module: Mesa
Branch: staging/19.2
Commit: 89776bb48c340e43ce39fa9e755c3917c5213ef3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=89776bb48c340e43ce39fa9e755c3917c5213ef3

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Fri Aug 30 00:23:01 2019 +0100

drirc: override minImageCount=2 for gfxbench

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110765
Fixes: 4689e98fe884d9412b72 ("vulkan/wsi: Set X11 minImageCount to 3.")
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Tested-by: Eero Tamminen <eero.t.tamminen at intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
(cherry picked from commit 27339fe9a74bf57b082b7ac657cdf76f3fd00f57)

---

 src/util/00-mesa-defaults.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 375eb4e0650..a927dcc5b4c 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -452,6 +452,10 @@ TODO: document the other workarounds.
             <option name="v3d_nonmsaa_texture_size_limit" value="true" />
         </application>
 
+        <application name="gfxbench" executable="testfw_app">
+            <option name="vk_x11_override_min_image_count" value="2" />
+        </application>
+
         <!-- Gallium Nine workarounds: -->
         <application name="Rayman Legends" executable="Rayman Legends.exe">
             <option name="dynamic_texture_workaround" value="true" />




More information about the mesa-commit mailing list