diff options
author | Edmondo Tommasina <[email protected]> | 2017-07-10 21:12:11 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-07-14 23:41:59 +0200 |
commit | 952f21bc1e712efca6ec012a9374d581d8869863 (patch) | |
tree | fc0ed93b026f6c5c0a4fee3fecb13b89a464d96b /src/mesa | |
parent | 9a9b9882a59e883e7c48eb65b26945efe1f4c9a9 (diff) |
drirc: whitelist glthread for The Witcher 2
Performance delta on AMD Phenom II X3 720 / RX 470
The Witcher 2: +18%
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa')
-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 418e159e81f..47975c73994 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -178,6 +178,9 @@ TODO: document the other workarounds. <application name="Civilization 5" executable="Civ5XP"> <option name="mesa_glthread" value="true"/> </application> + <application name="The Witcher 2" executable="witcher2"> + <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"> |