| Index: gpu/config/software_rendering_list_json.cc
|
| diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
|
| index 1cadf12202e05370b105a61773ea63d27fab39e5..ec8d9b3a1698741c35e3a3cc93af9d7619a73f4a 100644
|
| --- a/gpu/config/software_rendering_list_json.cc
|
| +++ b/gpu/config/software_rendering_list_json.cc
|
| @@ -1495,6 +1495,17 @@ LONG_STRING_CONST(
|
| "features": [
|
| "gpu_rasterization"
|
| ]
|
| + },
|
| + {
|
| + // Corresponds to GPU driver bug #214.
|
| + "id": 140,
|
| + "description": "Some old Qualcomm scissor bug workaround needs disabling MSAA to work, which is a core part of WebGL 2.",
|
| + "cr_bugs": [670607, 696627, 698197],
|
| + "gl_vendor": "Qualcomm.*",
|
| + "machine_model_name": ["Nexus 7", "KFTHWI", "KFSAWI", "KFAPWI", "KFTHWA", "KFSAWA", "KFAPWA"],
|
| + "features": [
|
| + "webgl2"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|