Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 1522683002: Change GPU blacklist for Linux Optiums GPUs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update version. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index cb9948d29a61d9b2346eb469d3e935e293465b2c..484467d0cd597830e1a596dacb1a752bba3474d2 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "10.16",
+ "version": "10.17",
"entries": [
{
"id": 1,
@@ -369,16 +369,12 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
"type": "linux"
},
"multi_gpu_style": "optimus",
- "exceptions": [
- {
- "driver_vendor": "Mesa",
- "driver_version": {
- "op": ">=",
- "value": "10.1"
- },
- "gl_vendor": "Intel.*"
- }
- ],
+ "driver_vendor": "Mesa",
+ "driver_version": {
+ "op": "<",
+ "value": "10.1"
+ },
+ "gl_vendor": "Intel.*",
"features": [
"all"
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698