summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/gpu_blacklist.json
blob: 2720a6d6752133f6b7cd6f712c8a9cbb75eab159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "name": "gpu blacklist",
  "version": "0.7",
  "entries": [
    { // ATI Radeon X1900 on Mac, BUGWEBKIT=47028
      "os": {
        "type": "macosx"
      },
      "vendor_id": "0x1002",
      "device_id": "0x7249",
      "blacklist": [
        "webgl"
      ]
    },
    { // Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller, BUG=67345,67939
      "os": {
        "type": "linux"
      },
      "vendor_id": "0x8086",
      "device_id": "0x2a42",
      "blacklist": [
        "webgl"
      ]
    },
    { // Intel Corporation Core Processor Integrated Graphics Controller, BUG=66718
      "os": {
        "type": "linux"
      },
      "vendor_id": "0x8086",
      "device_id": "0x0046",
      "blacklist": [
        "webgl"
      ]
    },
    { // Intel Mobile 945 Express Chipset Family
      "os": {
        "type": "any"
      },
      "vendor_id": "0x8086",
      "device_id": "0x27AE",
      "blacklist": [
        "webgl"
      ]
    },
    { // All ATI cards in linux, BUG=71381
      "id": "5",
      "os": {
        "type": "linux"
      },
      "vendor_id": "0x1002",
      "blacklist": [
        "webgl"
      ]
    },
    { // ATI Radeon HD2600 on Mac, BUG=68859
      "id": "6",
      "os": {
        "type": "macosx"
      },
      "vendor_id": "0x1002",
      "device_id": "0x9583",
      "blacklist": [
        "webgl",
        "accelerated_compositing"
      ]
    },
    { // ATI Radeon HD2400 on Mac, BUG=68859
      "id": "7",
      "os": {
        "type": "macosx"
      },
      "vendor_id": "0x1002",
      "device_id": "0x94c8",
      "blacklist": [
        "webgl",
        "accelerated_compositing"
      ]
    }
  ]
}