diff options
author | Edmondo Tommasina <[email protected]> | 2017-07-09 21:43:09 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-07-14 23:41:59 +0200 |
commit | 9a9b9882a59e883e7c48eb65b26945efe1f4c9a9 (patch) | |
tree | f4a4b290f89dc29bfb256453d83596acbe6a6b4c /src/mesa/drivers/dri/common | |
parent | 818209118cdec57afe5046ac31650bbee58177ab (diff) |
drirc: whitelist glthread for Civilization 5
Performance delta on AMD Phenom II X3 720
Civilization 5: +28%
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r-- | src/mesa/drivers/dri/common/drirc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index 69b735ce704..418e159e81f 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -175,6 +175,9 @@ TODO: document the other workarounds. <application name="Borderlands 2" executable="Borderlands2"> <option name="mesa_glthread" value="true"/> </application> + <application name="Civilization 5" executable="Civ5XP"> + <option name="mesa_glthread" value="true"/> + </application> </device> <!-- vmwgfx doesn't like full buffer swaps and can't sync to vertical retraces.--> <device driver="vmwgfx"> |