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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 18402006: Disable texture sharing on AMD switchable via the blacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update version # Created 7 years, 5 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 | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | 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 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"
+ ]
}
]
}
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl_private.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698