diff options
Diffstat (limited to 'chrome/browser/resources/gpu_blacklist.json')
-rw-r--r-- | chrome/browser/resources/gpu_blacklist.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/chrome/browser/resources/gpu_blacklist.json b/chrome/browser/resources/gpu_blacklist.json index 1f681e1..c6701e7 100644 --- a/chrome/browser/resources/gpu_blacklist.json +++ b/chrome/browser/resources/gpu_blacklist.json @@ -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" + ] } ] } |