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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2754323004: Enable GPU Raster on all GCN1+ Cards (Closed)
Patch Set: Created 3 years, 9 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 34f5e505224cb446686d1a0919914207645a9dce..5903d1977334753773bfd86653e19d2e110f7831 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": "12.21",
+ "version": "12.22",
"entries": [
{
"id": 1,
@@ -1264,18 +1264,10 @@ LONG_STRING_CONST(
"op": ">=",
"value": "5.0"
},
- "device_id": ["0x1309", "0x130a", "0x130b", "0x130c", "0x130d",
- "0x130e", "0x130f", "0x1313", "0x1315", "0x1316",
- "0x1318", "0x131b", "0x131c", "0x131d", "0x6600",
- "0x6604", "0x6605", "0x6610", "0x6611", "0x6617",
- "0x6640", "0x6646", "0x6647", "0x6647", "0x6658",
- "0x665d", "0x665f", "0x6660", "0x6663", "0x6664",
- "0x6665", "0x6667", "0x67b0", "0x67b1", "0x67b9",
- "0x67df", "0x67ef", "0x6810", "0x6811", "0x6820",
- "0x6821", "0x682b", "0x6835", "0x6900", "0x6901",
- "0x6907", "0x6920", "0x6921", "0x6938", "0x6939",
- "0x7300", "0x9851", "0x9852", "0x9853", "0x9854",
- "0x9855", "0x9856", "0x9874", "0x98e4"]
+ "driver_version": {
+ "op": ">=",
+ "value": "15.201"
+ }
}
]
},
@@ -1519,6 +1511,23 @@ LONG_STRING_CONST(
"features": [
"accelerated_video_encode"
]
+ },
+ {
+ "id": 139,
+ "description": "GPU Rasterization is disabled on pre-GCN AMD cards",
+ "cr_bugs": [643850],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x1002",
+ "driver_version": {
+ "op": "between",
+ "value": "15.301",
+ "value2": "15.302"
+ },
+ "features": [
+ "gpu_rasterization"
+ ]
}
]
}
« 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