From 447b6c20789ba10bf63f52c7cddb6ccc8851c1e4 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 17 Oct 2017 15:38:06 +0200 Subject: 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 --- chromium/gpu/config/software_rendering_list.json | 4 ---- 1 file changed, 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" ] -- cgit v1.2.1