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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2415663002: Blacklist problematic AMD drivers for GPU raster (Closed)
Patch Set: cleanup 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 d89180804358eb2b3c3571d556c028338a2038e8..7c61694d38eaba6281130a392abb34f539cceae1 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.15",
+ "version": "11.16",
"entries": [
{
"id": 1,
@@ -1347,6 +1347,22 @@ LONG_STRING_CONST(
"features": [
"accelerated_vpx_decode"
]
+ },
+ {
+ "id": 124,
+ "description": "New AMD drivers have rendering glitches with GPU Rasterization",
+ "cr_bugs": [653538],
+ "os" : {
+ "type": "win"
+ },
+ "vendor_id": "0x1002",
+ "driver_version": {
+ "op": ">",
+ "value": "16.200.1035.1001"
+ },
+ "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