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

Side by Side Diff: chrome/browser/resources/gpu_blacklist.json

Issue 6484013: Merge 74333 - Blacklist ATI Radeon HD2400.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/597/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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "gpu blacklist", 2 "name": "gpu blacklist",
3 "version": "0.6", 3 "version": "0.7",
4 "entries": [ 4 "entries": [
5 { // ATI Radeon X1900 on Mac, BUGWEBKIT=47028 5 { // ATI Radeon X1900 on Mac, BUGWEBKIT=47028
6 "os": { 6 "os": {
7 "type": "macosx" 7 "type": "macosx"
8 }, 8 },
9 "vendor_id": "0x1002", 9 "vendor_id": "0x1002",
10 "device_id": "0x7249", 10 "device_id": "0x7249",
11 "blacklist": [ 11 "blacklist": [
12 "webgl" 12 "webgl"
13 ] 13 ]
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "id": "6", 56 "id": "6",
57 "os": { 57 "os": {
58 "type": "macosx" 58 "type": "macosx"
59 }, 59 },
60 "vendor_id": "0x1002", 60 "vendor_id": "0x1002",
61 "device_id": "0x9583", 61 "device_id": "0x9583",
62 "blacklist": [ 62 "blacklist": [
63 "webgl", 63 "webgl",
64 "accelerated_compositing" 64 "accelerated_compositing"
65 ] 65 ]
66 },
67 { // ATI Radeon HD2400 on Mac, BUG=68859
68 "id": "7",
69 "os": {
70 "type": "macosx"
71 },
72 "vendor_id": "0x1002",
73 "device_id": "0x94c8",
74 "blacklist": [
75 "webgl",
76 "accelerated_compositing"
77 ]
66 } 78 }
67 ] 79 ]
68 } 80 }
OLDNEW
« 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