summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2017-10-17 15:38:06 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-12-05 17:04:16 +0100
commit447b6c20789ba10bf63f52c7cddb6ccc8851c1e4 (patch)
treed0d9aba072b4e7bb902f7139f4941fc5113f16a9
parentd5f10e7a24c7350cf9df4627c459947c27e472a2 (diff)
downloadqtwebengine-chromium-447b6c20789ba10bf63f52c7cddb6ccc8851c1e4.tar.gz
Disable all gpu features usage when using nouveau
Nouveau drives do not support well multithreading. Disable for all driver versions. Change-Id: Id74ae832140a3e09db445edb8d6303c45b75b88f Task-number: QTBUG-41242 Reviewed-by: Viktor Engelmann <viktor.engelmann@qt.io>
-rw-r--r--chromium/gpu/config/software_rendering_list.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/gpu/config/software_rendering_list.json b/chromium/gpu/config/software_rendering_list.json
index efe7ecfa3eb..1eb82b74bee 100644
--- a/chromium/gpu/config/software_rendering_list.json
+++ b/chromium/gpu/config/software_rendering_list.json
@@ -288,10 +288,6 @@
"vendor_id": "0x10de",
"gl_vendor": "(?i)nouveau.*",
"driver_vendor": "Mesa",
- "driver_version": {
- "op": "<",
- "value": "10.1"
- },
"features": [
"all"
]