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 259e1fa2e35657905a8d72718217b2072fdaae45..d9350f7f872be9093d11a92a971911a56bbe1d33 100644 |
--- a/gpu/config/software_rendering_list_json.cc |
+++ b/gpu/config/software_rendering_list_json.cc |
@@ -88,7 +88,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
{ |
"name": "software rendering list", |
// Please update the version number whenever you change this file. |
- "version": "6.3", |
+ "version": "6.4", |
"entries": [ |
{ |
"id": 1, |
@@ -1127,6 +1127,18 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( |
"features": [ |
"all" |
] |
+ }, |
+ { |
+ "id": 75, |
+ "description": "Texture sharing not supported on AMD Switchable GPUs due to driver issues", |
+ "cr_bugs": [117371], |
+ "os": { |
+ "type": "win" |
+ }, |
+ "multi_gpu_style": "amd_switchable", |
+ "features": [ |
+ "texture_sharing" |
+ ] |
} |
] |
} |