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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 262953002: Enable Intel GPUs on Linux with Mesa 10.1 or newer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 months 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 dda3f9c5516e4e6a6d0f248950c7002a8275627a..837d9b44e50b3c7078b9a912ead1996acfa557dc 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": "8.3",
+ "version": "8.4",
"entries": [
{
"id": 1,
@@ -162,12 +162,20 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
},
{
"id": 17,
- "description": "Intel mesa drivers are crash-prone",
+ "description": "Older Intel mesa drivers are crash-prone",
"cr_bugs": [76703, 164555, 225200, 340886],
"os": {
"type": "linux"
},
"vendor_id": "0x8086",
+ "driver_vendor": {
+ "op": "=",
+ "value": "Mesa"
+ },
+ "driver_version": {
+ "op": "<",
+ "value": "10.1"
+ },
"exceptions": [
{
"device_id": ["0x0102", "0x0106", "0x0112", "0x0116", "0x0122", "0x0126", "0x010a", "0x0152", "0x0156", "0x015a", "0x0162", "0x0166"],
@@ -198,7 +206,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
}
},
{
- "device_id": ["0x0a16"],
+ "device_id": ["0x0a16", "0x0a26"],
"driver_version": {
"op": ">=",
"value": "10.0.1"
« 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