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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 1027403002: Enable hardware acceleration for Nouveau and Stage3D (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update version number again Created 5 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 7d3d89079bc8f79e998302bf207ef67ae1b872f3..0a9a8d84c14cc7f12b95324f64c236698fa11c99 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.3",
+ "version": "10.4",
"entries": [
{
"id": 1,
@@ -331,6 +331,11 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
},
"vendor_id": "0x10de",
"gl_vendor": "(?i)nouveau.*",
+ "driver_vendor": "Mesa",
+ "driver_version": {
+ "op": "<",
+ "value": "10.1"
+ },
"features": [
"all"
]
@@ -349,17 +354,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
]
},
{
- "id": 35,
- "description": "Stage3D is not supported on Linux",
- "cr_bugs": [129848],
- "os": {
- "type": "linux"
- },
- "features": [
- "flash_stage3d"
- ]
- },
- {
"id": 37,
"description": "Older drivers are unreliable for Optimus on Linux",
"cr_bugs": [131308, 363418],
« 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