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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2397583002: Enable GPU rasterization on Windows on AMD RX-R5 GPUs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 2 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 82b07a509795f8d77acc848a0285c0864fc5815d..b55637cea569ea8d2f15e316e202703501607c36 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": "11.13",
+ "version": "11.14",
"entries": [
{
"id": 1,
@@ -1243,7 +1243,7 @@ LONG_STRING_CONST(
},
{
"id": 122,
- "description": "GPU rasterization should only be enabled on NVIDIA Pascal and Maxwell and Intel Broadwell+ GPUs for now.",
+ "description": "GPU rasterization should only be enabled on NVIDIA Pascal and Maxwell, Intel Broadwell+, and AMD RX-R5 GPUs for now.",
"cr_bugs": [643850],
"os": {
"type": "win"
@@ -1299,6 +1299,40 @@ LONG_STRING_CONST(
"0x5912", "0x5917", "0x5902", "0x591b", "0x593b",
"0x590b", "0x591a", "0x590a", "0x591d", "0x5908",
"0x5923", "0x5927"]
+ },
+ {
+ "os": {
+ "type": "win",
+ "version": {
+ "op": ">=",
+ "value": "10.0"
+ }
+ },
+ "vendor_id": "0x1002",
+ "device_id": ["0x1309", "0x130a", "0x130c", "0x130d", "0x130e",
+ "0x130f", "0x130f", "0x130f", "0x130f", "0x130f",
+ "0x1313", "0x1313", "0x1313", "0x1313", "0x1315",
+ "0x1315", "0x1315", "0x1315", "0x1315", "0x1316",
+ "0x1318", "0x131c", "0x131d", "0x6600", "0x6604",
+ "0x6604", "0x6605", "0x6605", "0x6610", "0x6610",
+ "0x6610", "0x6611", "0x6617", "0x6640", "0x6646",
+ "0x6646", "0x6647", "0x6647", "0x6658", "0x665d",
+ "0x665f", "0x6660", "0x6660", "0x6663", "0x6664",
+ "0x6665", "0x6665", "0x6665", "0x6667", "0x67b0",
+ "0x67b0", "0x67b1", "0x67b1", "0x67b9", "0x67df",
+ "0x67df", "0x67ef", "0x67ef", "0x67ef", "0x67ef",
+ "0x6810", "0x6811", "0x6820", "0x6820", "0x6821",
+ "0x6821", "0x682b", "0x6835", "0x6900", "0x6900",
+ "0x6900", "0x6900", "0x6900", "0x6901", "0x6907",
+ "0x6907", "0x6920", "0x6920", "0x6921", "0x6938",
+ "0x6938", "0x6938", "0x6939", "0x6939", "0x6939",
+ "0x7300", "0x7300", "0x7300", "0x7300", "0x9851",
+ "0x9851", "0x9855", "0x9855", "0x9874", "0x9874",
+ "0x9874", "0x9874", "0x9874", "0x9874", "0x9874",
+ "0x9874", "0x9874", "0x9874", "0x9874", "0x9874",
+ "0x9874", "0x9874", "0x9874", "0x9874", "0x9874",
+ "0x9874", "0x9874", "0x9874", "0x9874", "0x98e4",
+ "0x98e4", "0x98e4"]
}
]
}
« 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