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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 23620028: Added WebGL blacklist entry for the AMD 6970M (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Version bump to avoid conflict Created 7 years, 3 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 0491296e247c01f0872bebf1f669e958e611878c..23fd9de314b8f59919ee051028b806e9b641cb8b 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -89,7 +89,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "6.7",
+ "version": "6.8",
"entries": [
{
"id": 1,
@@ -604,8 +604,8 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
},
{
"id": 42,
- "description": "AMD Radeon HD 6490M on Snow Leopard is buggy.",
- "cr_bugs": [137307],
+ "description": "AMD Radeon HD 6490M and 6970M on Snow Leopard are buggy.",
+ "cr_bugs": [137307, 285350],
"os": {
"type": "macosx",
"version": {
@@ -614,7 +614,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
}
},
"vendor_id": "0x1002",
- "device_id": ["0x6760"],
+ "device_id": ["0x6760", "0x6720"],
"features": [
"webgl"
]
« 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