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

Unified Diff: chrome/browser/resources/gpu_blacklist.json

Issue 6489010: Merge 74306 - Blacklist ATI RadeonHD2600 on Mac.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/648/src/
Patch Set: Created 9 years, 10 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: chrome/browser/resources/gpu_blacklist.json
===================================================================
--- chrome/browser/resources/gpu_blacklist.json (revision 74496)
+++ chrome/browser/resources/gpu_blacklist.json (working copy)
@@ -38,7 +38,7 @@
{
"name": "gpu blacklist",
// Please update the version number whenever you change this file.
- "version": "0.5",
+ "version": "0.6",
"entries": [
{ // ATI Radeon X1900 on Mac, BUGWEBKIT=47028
"id": "1",
@@ -102,6 +102,18 @@
"blacklist": [
"webgl"
]
+ },
+ { // ATI Radeon HD2600 on Mac, BUG=68859
+ "id": "6",
+ "os": {
+ "type": "macosx"
+ },
+ "vendor_id": "0x1002",
+ "device_id": "0x9583",
+ "blacklist": [
+ "webgl",
+ "accelerated_compositing"
+ ]
}
]
}
« 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