summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/gpu_blacklist.json
blob: f211db21739beab3a8846209d81f451fbee9d409 (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
{
  "name": "gpu blacklist",
  "version": "0.2",
  "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"
      ]
    }
  ]
}